Przeglądaj źródła

Merge branch 'dev'

master
Guillaume Bourgeois 5 lat temu
rodzic
commit
4460587109
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