The "Batch Routing" label (case menu) is not included in the PO file that ProcessMaker generates
This commit is contained in:
william barra
2016-02-29 17:12:25 -04:00
committed by dheeyi
parent 78d0a3a03a
commit fe3ad734e0
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;
}