Situation total row left a col if bank enabled

This commit is contained in:
BENKE Charlie 2017-03-01 11:21:49 +01:00 committed by GitHub
parent c2c69620eb
commit 706dd838c9

View File

@ -3664,6 +3664,9 @@ else if ($id > 0 || ! empty($ref))
print '<tr ' . $bc[$var] . '>';
print '<td colspan="2" align="right"></td>';
if (! empty($conf->banque->enabled))
print '<td align="right"></td>';
print '<td align="right"><b>' . price($total_next_ht) . '</b></td>';
print '<td align="right"><b>' . price($total_next_ttc) . '</b></td>';
print '<td width="18">&nbsp;</td>';