Merge pull request #17448 from LuferGonn/fourn_facture_change_001

Update fourn/facture/card.php: Change position(ExtraFields)
This commit is contained in:
Laurent Destailleur 2021-05-03 14:12:07 +02:00 committed by GitHub
commit e5b49ce0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2257,6 +2257,10 @@ if ($action == 'create') {
print '</td></tr>';
}
if (empty($reshook)) {
print $object->showOptionals($extrafields, 'edit');
}
// Public note
print '<tr><td>'.$langs->trans('NotePublic').'</td>';
print '<td>';
@ -2275,9 +2279,6 @@ if ($action == 'create') {
// print '<td><textarea name="note" wrap="soft" cols="60" rows="'.ROWS_5.'"></textarea></td>';
print '</tr>';
if (empty($reshook)) {
print $object->showOptionals($extrafields, 'edit');
}
if (is_object($objectsrc)) {
print "\n<!-- ".$classname." info -->";