This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-03-27 09:59:15 -04:00
parent bf56da719b
commit ce4f36e1bd
3 changed files with 8 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class ConsolidatedCases
return true;
}
if ($this->existTable && $Status) {
throw (new \Exception(\G::LoadTranslation("ID_TABLE_ALREADY_EXISTS")));
throw (new \Exception(\G::LoadTranslation("ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS")));
}
if ($RepTabUid != '') {