PMCORE-3243

This commit is contained in:
Paula Quispe
2021-08-26 09:42:26 -04:00
parent fcee460fd9
commit f31095d8d3
4 changed files with 8 additions and 9 deletions

View File

@@ -3372,7 +3372,6 @@ class WsBase
if (empty($caseUid)) {
$result = new WsResponse(100, G::LoadTranslation("ID_REQUIRED_FIELD") . " caseUid");
$g->sessionVarRestore();
return $result;
@@ -3380,7 +3379,6 @@ class WsBase
if (empty($delIndex)) {
$result = new WsResponse(100, G::LoadTranslation("ID_REQUIRED_FIELD") . " delIndex");
$g->sessionVarRestore();
return $result;
@@ -3388,7 +3386,6 @@ class WsBase
if (empty($userUid)) {
$result = new WsResponse(100, G::LoadTranslation("ID_REQUIRED_FIELD") . " userUid");
$g->sessionVarRestore();
return $result;