This commit is contained in:
Laurent Destailleur 2013-06-23 13:03:06 +02:00
parent fc62f6f7d6
commit e5eb5492e9

View File

@ -329,7 +329,7 @@ if ($id > 0 || ! empty($ref))
// Show title
if ($action != 'addline' && $action != 'delete')
{
print '<tr><td colspan="9" align="right">'.$navig.'</td></tr>';
print '<tr><td colspan="10" align="right">'.$navig.'</td></tr>';
}
// Form to add a transaction with no invoice
@ -379,7 +379,7 @@ if ($id > 0 || ! empty($ref))
print '</td></tr>';
print "</form>";
print '<tr class="noborder"><td colspan="8">&nbsp;</td></tr>'."\n";
print '<tr class="noborder"><td colspan="10">&nbsp;</td></tr>'."\n";
}
/*