Przeglądaj źródła

[backend] Rapports : correction calcul montant total global

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

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

@@ -153,7 +153,7 @@ class ReportController extends BackendController
'quantity' => $line['quantity'],
'total' => $total,
] ;
$totalGlobal += $total ;
$totalGlobal += $line['total'] ;
}
}

Ładowanie…
Anuluj
Zapisz