Fix preselected field
This commit is contained in:
parent
1d6a7ebe03
commit
ff3fbd1cf8
@ -290,7 +290,7 @@ if ($id > 0 || $ref) {
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="3">'.$langs->trans("NotifyCredit").'</td></tr>';
|
||||
print '<tr class="oddeven"><td>'.$langs->trans('CreditDate').'</td><td>';
|
||||
print $form->selectDate('', '', '', '', '', "infocredit", 1, 1);
|
||||
print $form->selectDate(-1, '', '', '', '', "infocredit", 1, 1);
|
||||
print '</td></tr>';
|
||||
print '</table>';
|
||||
print '<br><div class="center"><span class="opacitymedium">'.$langs->trans("ThisWillAlsoAddPaymentOnInvoice").'</span></div>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user