Skip to content
Snippets Groups Projects
Commit adec021c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Missing total

parent ba128f94
Branches 3.2_backported
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ if ($resql)
print '<td align="right"><b>'.price($total_ht).'</b></td>';
print '<td align="right"><b>'.price($total_ttc).'</b></td>';
print '<td align="right"><b>'.price($total_paid).'</b></td>';
print '<td align="center">&nbsp;</td>';
print '<td align="center"><b>'.price($total_ttc - $total_paid).'</b></td>';
print '<td align="center">&nbsp;</td>';
print '<td align="center">&nbsp;</td>';
print "</tr>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment