move extrafield to the end as other acard

This commit is contained in:
Florian HENRY 2021-01-21 08:52:10 +01:00
parent d69ce5b917
commit 2a19528267

View File

@ -338,10 +338,6 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0)
print '<td>';
print $object->description;
print '</td>';
// Other attributes
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
print '</tr>';
// Origin country code
@ -350,6 +346,11 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0)
print '<td>';
print getCountry($object->country_id, 0, $db);
print '</td>';
// Other attributes
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
print '</tr>';
print '</table>';