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

@@ -32,7 +32,8 @@ G::LoadTranslation('ID_NEW_CASE'), '');
/*----------------------------------********---------------------------------*/
$licensedFeatures = & PMLicensedFeatures::getSingleton();
if ($licensedFeatures->verifyfeature('7TTeDBQeWRoZTZKYjh4eFpYUlRDUUEyVERPU3FxellWank=')) {
$G_TMP_MENU->AddIdRawOption('CONSOLIDATED_CASES', 'casesConsolidatedListExtJs?action=consolidated', 'Batch Routing', '');
$G_TMP_MENU->AddIdRawOption('CONSOLIDATED_CASES', 'casesConsolidatedListExtJs?action=consolidated',
G::LoadTranslation('ID_BATCH_ROUTING'), '');
}
/*----------------------------------********---------------------------------*/