Przeglądaj źródła

[backend] Rapports : ne pas prendre en compte les commandes annulées

dev
Guillaume Bourgeois 5 lat temu
rodzic
commit
3e42aca9c6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      backend/controllers/ReportController.php

+ 1
- 0
backend/controllers/ReportController.php Wyświetl plik

@@ -136,6 +136,7 @@ class ReportController extends BackendController
FROM `order`, product_order, product
WHERE `order`.id = product_order.id_order
AND product_order.id_product = product.id
AND `order`.date_delete IS NULL
".$conditionUsers."
".$conditionPointsSale."
".$conditionDistributions."

Ładowanie…
Anuluj
Zapisz