PM-1111 "16332: Grids with same name (Small fix)" SOLVED

Small fix
This commit is contained in:
Victor Saisa Lopez
2014-12-13 16:50:32 -04:00
parent 4f52f0a433
commit 2f0053a667

View File

@@ -163,7 +163,6 @@ if (isset( $sfunction ) && $sfunction == 'lookforNameDynaform') {
$aDataAux = $aData;
$aDataAux["DYN_TYPE"] = "grid";
$aDataAux["DYN_TITLE"] = $copyDynGrdTitle . (($dynaFormAux->existsTitle($dynaform->getProUid(), $copyDynGrdTitle))? " (" . $dynaform->getDynTitle() . ")" : "");
$aDataAux["DYN_DESCRIPTION"] = $copyDynGrdDescription;