Clean create form

This commit is contained in:
Laurent Destailleur
2026-03-19 12:31:33 +01:00
parent 78ff9575b0
commit b4cdc8d29f

View File

@@ -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))) {