Browse Source

[backend] Rapports : correction calcul montant total global

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

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

'quantity' => $line['quantity'], 'quantity' => $line['quantity'],
'total' => $total, 'total' => $total,
] ; ] ;
$totalGlobal += $total ;
$totalGlobal += $line['total'] ;
} }
} }

Loading…
Cancel
Save