This commit is contained in:
Laurent Destailleur 2022-06-02 12:35:38 +02:00
parent bc79f041dc
commit 603201206a
2 changed files with 5 additions and 1 deletions

View File

@ -2968,7 +2968,8 @@ if ($action == 'create') {
// Relative and absolute discounts
print '<!-- Discounts --><tr><td>'.$langs->trans('Discounts');
print '<!-- Discounts -->'."\n";
print '<tr><td>'.$langs->trans('DiscountStillRemaining');
print '</td><td>';
$thirdparty = $societe;

View File

@ -228,6 +228,9 @@ input {
padding: 4px;
padding-left: 5px;
}
.tableforfield input {
padding: 2px;
}
select {
padding-top: 4px;
padding-right: 4px;