Correcion de validaciones en ACTIVITY

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-02-19 15:57:14 -04:00
parent f3a1e3600a
commit a4ad3c3944
2 changed files with 73 additions and 8 deletions

View File

@@ -223,17 +223,17 @@ class ActivityPropertiesStructure
public $tas_duration;
/**
* @var string {@from body} {@choice DAYS,HOURS}
* @var string {@from body}
*/
public $tas_timeunit;
/**
* @var string {@from body} {@choice 1,,2}
* @var string {@from body}
*/
public $tas_type_day;
/**
* @var string {@from body} {@min 0} {@max 32}
* @var string {@from body}
*/
public $tas_calendar;
@@ -263,7 +263,7 @@ class ActivityPropertiesStructure
public $tas_def_subject_message;
/**
* @var string {@from body} {@choice template,text}
* @var string {@from body}
*/
public $tas_def_message_type;