BUG 6943 Disappeared the menu information and cannot delete a output document

This issue was fixed. it does not get the correct array and it does not use the  method remove
This commit is contained in:
Carlos Pacha
2011-06-02 17:36:06 -04:00
parent 3a77d8edd0
commit 236585d03b

View File

@@ -623,7 +623,7 @@ switch($_POST['action']) {
case 'deleteGeneratedDocument': case 'deleteGeneratedDocument':
require_once 'classes/model/AppDocument.php'; require_once 'classes/model/AppDocument.php';
$oAppDocument = new AppDocument(); $oAppDocument = new AppDocument();
//$oAppDocument->remove($_POST['DOC']); $oAppDocument->remove($_POST['DOC']);
$oCase = new Cases(); $oCase = new Cases();
$oCase->getAllGeneratedDocumentsCriteria($_SESSION['PROCESS'], $_SESSION['APPLICATION'], $_SESSION['TASK'], $_SESSION['USER_LOGGED']); $oCase->getAllGeneratedDocumentsCriteria($_SESSION['PROCESS'], $_SESSION['APPLICATION'], $_SESSION['TASK'], $_SESSION['USER_LOGGED']);
break; break;