Merge branch 'develop' of github.com:guillaumematheron/dolibarr into develop
This commit is contained in:
commit
42ba6ab9ba
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user