mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-20 09:03:55 +01:00
Clean create form
This commit is contained in:
@@ -3918,11 +3918,13 @@ if ($action == 'create') {
|
||||
}
|
||||
|
||||
// Ref
|
||||
/*
|
||||
print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans('Ref').'</td>';
|
||||
print '<td colspan="2">';
|
||||
print $langs->trans("Draft");
|
||||
print '</td>';
|
||||
print '</tr>'."\n";
|
||||
*/
|
||||
|
||||
// Thirdparty
|
||||
if ($soc->id > 0 && (!GETPOSTINT('fac_rec') || !empty($invoice_predefined->frequency))) {
|
||||
|
||||
Reference in New Issue
Block a user