fix order of crp

This commit is contained in:
Marion Muszynski 2017-12-12 11:11:09 +01:00
parent bebb9461d9
commit 4bcfdbb767

View File

@ -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`