move extrafield to the end as other acard
This commit is contained in:
parent
d69ce5b917
commit
2a19528267
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user