total init

This commit is contained in:
BB2A Anthony Berton 2022-06-27 08:49:27 +02:00
parent 550c57d53e
commit ebe8e34249

View File

@ -380,6 +380,7 @@ if ($id > 0 || !empty($ref)) {
print '</tr>'."\n"; print '</tr>'."\n";
$totalsell = 0; $totalsell = 0;
$total = 0;
if (count($prods_arbo)) { if (count($prods_arbo)) {
foreach ($prods_arbo as $value) { foreach ($prods_arbo as $value) {
$productstatic->fetch($value['id']); $productstatic->fetch($value['id']);