BUG 10743 Nos muestra un fatal error el... SOLVED
- Show a fatal error to the insert data in table. - was set parameter APP_STATUS.
This commit is contained in:
@@ -974,7 +974,7 @@ class Cases
|
||||
|
||||
$oReportTables->updateTables($appFields['PRO_UID'], $sAppUid, $Fields['APP_NUMBER'], $aApplicationFields);
|
||||
$addtionalTables->updateReportTables(
|
||||
$appFields['PRO_UID'], $sAppUid, $Fields['APP_NUMBER'], $aApplicationFields
|
||||
$appFields['PRO_UID'], $sAppUid, $Fields['APP_NUMBER'], $aApplicationFields, $Fields['APP_STATUS']
|
||||
);
|
||||
|
||||
//now update the priority in appdelegation table, using the defined variable in task
|
||||
|
||||
Reference in New Issue
Block a user