useless code

This commit is contained in:
Philippe GRAND 2019-10-25 19:27:42 +02:00
parent 7fee355fba
commit e5c17faf94

View File

@ -276,12 +276,12 @@ if (GETPOST('action', 'aZ09') == 'create')
print "</td>";
print "</tr>\n";
$total+=$objp->total;
/*$total+=$objp->total;
$total_ttc+=$objp->total_ttc;
$totalrecu+=$objp->am;
$totalrecu+=$objp->am;*/ //Useless code ?
$i++;
}
if ($i > 1)
/*if ($i > 1)
{
// Print total
print '<tr class="oddeven">';
@ -291,7 +291,7 @@ if (GETPOST('action', 'aZ09') == 'create')
print "<td class=\"right\"><b>".price($total_ttc - $totalrecu)."</b></td>";
print '<td class="center">&nbsp;</td>';
print "</tr>\n";
}
}*/ //Useless code ?
print "</table>";