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 '<td>';
|
||||||
print $object->description;
|
print $object->description;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Other attributes
|
|
||||||
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
|
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
// Origin country code
|
// Origin country code
|
||||||
@ -350,6 +346,11 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0)
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
print getCountry($object->country_id, 0, $db);
|
print getCountry($object->country_id, 0, $db);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|
||||||
|
// Other attributes
|
||||||
|
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user