Fix #23019 Impossible to add task times to an existing draft invoice
This commit is contained in:
parent
66d4edb222
commit
ed89005941
@ -1240,7 +1240,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
|
|||||||
print $langs->trans('InvoiceToUse');
|
print $langs->trans('InvoiceToUse');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$form->selectInvoice('invoice', '', 'invoiceid', 24, 0, $langs->trans('NewInvoice'), 1, 0, 0, 'maxwidth500', '', 'all');
|
$form->selectInvoice($projectstatic->thirdparty->id, '', 'invoiceid', 24, 0, $langs->trans('NewInvoice'), 1, 0, 0, 'maxwidth500', '', 'all');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
/*print '<tr>';
|
/*print '<tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user