From 2a195282676b849d60afabcdb98899c8203bc007 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Thu, 21 Jan 2021 08:52:10 +0100 Subject: [PATCH] move extrafield to the end as other acard --- htdocs/resource/card.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php index b403c0516f9..750e7435b20 100644 --- a/htdocs/resource/card.php +++ b/htdocs/resource/card.php @@ -338,10 +338,6 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0) print ''; print $object->description; print ''; - - // Other attributes - include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php'; - print ''; // Origin country code @@ -350,6 +346,11 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0) print ''; print getCountry($object->country_id, 0, $db); print ''; + + + // Other attributes + include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php'; + print ''; print '';