Merge branch 'develop' of github.com:guillaumematheron/dolibarr into develop

This commit is contained in:
Guillaume Matheron 2020-01-02 15:18:26 +01:00
commit 42ba6ab9ba

View File

@ -972,8 +972,8 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
print $langs->trans('InvoiceToUse');
print '</td>';
print '<td>';
$form->selectInvoice('invoice', '', 'invoiceid',24,0,$langs->trans('NewInvoice'),
1,0,0,'maxwidth500','','all');
$form->selectInvoice('invoice', '', 'invoiceid', 24, 0, $langs->trans('NewInvoice'),
1, 0, 0, 'maxwidth500', '', 'all');
print '</td>';
print '</tr>';
/*print '<tr>';