allow ZS edit for everyone

This commit is contained in:
2025-12-05 09:12:10 +00:00
parent 292748248b
commit 300aa5381a
3 changed files with 24 additions and 7 deletions

View File

@@ -864,7 +864,7 @@ class EcmSale extends SugarBean
$where = " and " . implode(" and ", $field_array);
else
$where = "";
$z = "select * from ecmsales where deleted='0' and status!='s10' " . $where . " ORDER BY send_date DESC";
$z = "select * from ecmsales where deleted='0' and status!='s10' " . $where . " ORDER BY send_date";
return $z;
}