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

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

Loading…
Cancel
Save