useless code
This commit is contained in:
parent
7fee355fba
commit
e5c17faf94
@ -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"> </td>';
|
||||
print "</tr>\n";
|
||||
}
|
||||
}*/ //Useless code ?
|
||||
|
||||
print "</table>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user