Correcion de app_status en extjs

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-03-27 16:04:34 -04:00
parent dbb54e5b0e
commit a41aef2074
3 changed files with 26 additions and 19 deletions

View File

@@ -29,6 +29,9 @@ $first = isset( $_POST["first"] ) ? true :false;
if ($sort == 'CASE_SUMMARY' || $sort == 'CASE_NOTES_COUNT') {
$sort = 'APP_NUMBER';//DEFAULT VALUE
}
if ($sort == 'APP_STATUS_LABEL') {
$sort = 'APP_STATUS';
}
try {
$userUid = (isset($_SESSION["USER_LOGGED"]) && $_SESSION["USER_LOGGED"] != "")? $_SESSION["USER_LOGGED"] : null;