HOR-173-A "Information about cases in Home..." SOLVED

HOR-173-A-3018
This commit is contained in:
Luis Fernando Saisa Lopez
2016-02-29 14:45:07 -04:00
parent 1cbc999ac6
commit 661d22dfb3
7 changed files with 111 additions and 33 deletions

View File

@@ -99,6 +99,8 @@ class ListParticipatedLastMapBuilder
$tMap->addColumn('DEL_CURRENT_USR_LASTNAME', 'DelCurrentUsrLastname', 'string', CreoleTypes::VARCHAR, false, 50);
$tMap->addColumn('DEL_CURRENT_TAS_TITLE', 'DelCurrentTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('DEL_DELEGATE_DATE', 'DelDelegateDate', 'int', CreoleTypes::TIMESTAMP, true, null);
$tMap->addColumn('DEL_INIT_DATE', 'DelInitDate', 'int', CreoleTypes::TIMESTAMP, false, null);