FIX $totalarray is overwritten, totals were lost

This commit is contained in:
Regis Houssin 2021-10-29 22:49:29 +02:00
parent 82a35f82b4
commit 09621af54e

View File

@ -566,7 +566,6 @@ print '</tr>'."\n";
// Loop on record
// --------------------------------------------------------------------
$i = 0;
$totalarray = array();
$warehouse = new Entrepot($db);