Add a translation label

This commit is contained in:
Paula Quispe
2017-03-30 15:56:35 -04:00
parent 6d4bbe783e
commit caeb941cb2
3 changed files with 8 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ if(isset( $_GET['gmail']) && $_GET['gmail'] == 1){
//Check if we have the information for open the case
if (!isset($_GET['APP_UID']) && !isset($_GET['APP_NUMBER']) && !isset($_GET['DEL_INDEX'])) {
throw new Exception("Application ID or Delegation Index is missing!. The System can't open the case.");
throw new Exception(G::LoadTranslation('ID_APPLICATION_OR_INDEX_MISSING'));
}
//Get the APP_UID related to APP_NUMBER
if (!isset($_GET['APP_UID']) && isset($_GET['APP_NUMBER'])) {