2
0
forked from Wavyzz/dolibarr

Remove td

This commit is contained in:
simnandez
2013-11-15 17:48:19 +01:00
parent 0aba9b02b8
commit 618bf4d75e

View File

@@ -2321,8 +2321,7 @@ if ($action == 'create')
print '</td><td align=right>';
print price($outstandigBills);
if (price($outstandigBills)>price($soc->outstanding_limit)) print img_warning($langs->trans("OutstandingBillReached"));
print ' / '.price($soc->outstanding_limit).'</td><td colspan=2>';
print '</td>';
print ' / '.price($soc->outstanding_limit).'</td>';
print '</tr>';
}