FIX: show value of the extrafields in the bank list
This commit is contained in:
parent
5e4ef9266e
commit
db591cdcd8
@ -556,6 +556,12 @@ foreach ($accounts as $key=>$type)
|
||||
}
|
||||
|
||||
// Extra fields
|
||||
if (is_array($objecttmp->array_options)) {
|
||||
$obj = new stdClass();
|
||||
foreach ($objecttmp->array_options as $k => $v) {
|
||||
$obj->$k = $v;
|
||||
}
|
||||
}
|
||||
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
|
||||
// Fields from hook
|
||||
$parameters = array('arrayfields'=>$arrayfields);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user