diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php index 0909dd93b8e..13789173094 100644 --- a/htdocs/resource/card.php +++ b/htdocs/resource/card.php @@ -320,10 +320,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 @@ -332,6 +328,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 '';