Browse Source

Merge branch 'dev'

master
Guillaume Bourgeois 5 years ago
parent
commit
4460587109
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/ReportController.php

+ 1
- 1
backend/controllers/ReportController.php View File

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

Loading…
Cancel
Save