Merged in dheeyi/processmaker/HOR-302 (pull request #3761)

HOR-302
This commit is contained in:
Julio Cesar Laura Avendaño
2016-03-01 14:53:43 -04:00
3 changed files with 22 additions and 19 deletions

View File

@@ -121,7 +121,9 @@ class Consolidated
$response["casesNumRec"] = \Library::getCasesNumRec($usr_uid);
if (is_array($res)) {
$response ["message"] = "<b>" . G::LoadTranslation("ID_CASE") . " " . $app_number . "</b> Summary of Derivations: <br> " . $messageDerivateCase;
$response ["message"] = "<b>" . G::LoadTranslation("ID_CASE") . " " . $app_number . "</b> " .
G::LoadTranslation("ID_SUMMARY_DERIVATION_BATCH_ROUTING") . ' :' . " <br> " .
$messageDerivateCase;
} else {
$response ["message"] = G::LoadTranslation("ID_CASE") . " " . $app_number . " " . $res->message;
}