fix order of crp
This commit is contained in:
parent
bebb9461d9
commit
4bcfdbb767
@ -756,6 +756,7 @@ class AdminPhileaMagistor extends AdminTab {
|
||||
WHERE `id_sale` = '.(int) $CRR['id_sale'] .'
|
||||
AND `filename` LIKE "CRP%"
|
||||
AND `report_data` IS NOT NULL
|
||||
ORDER BY `report_date` DESC
|
||||
');
|
||||
$crr_report = Db::getInstance()->executeS('
|
||||
SELECT `quantity_received`, `quantity_expected`, `status`, `date_upd`
|
||||
|
Loading…
Reference in New Issue
Block a user