useless code
This commit is contained in:
parent
7fee355fba
commit
e5c17faf94
@ -276,12 +276,12 @@ if (GETPOST('action', 'aZ09') == 'create')
|
|||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
$total+=$objp->total;
|
/*$total+=$objp->total;
|
||||||
$total_ttc+=$objp->total_ttc;
|
$total_ttc+=$objp->total_ttc;
|
||||||
$totalrecu+=$objp->am;
|
$totalrecu+=$objp->am;*/ //Useless code ?
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
if ($i > 1)
|
/*if ($i > 1)
|
||||||
{
|
{
|
||||||
// Print total
|
// Print total
|
||||||
print '<tr class="oddeven">';
|
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=\"right\"><b>".price($total_ttc - $totalrecu)."</b></td>";
|
||||||
print '<td class="center"> </td>';
|
print '<td class="center"> </td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
}
|
}*/ //Useless code ?
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user