Skip to content

Commit

Permalink
Update workstation_list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dolibit-ut authored Aug 28, 2023
1 parent 21e9f63 commit c285153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/workstation/workstation_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,12 +750,12 @@

// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';

// Fields from hook
$parameters = array('arrayfields'=>$arrayfields, 'object'=>$object, 'obj'=>$obj, 'i'=>$i, 'totalarray'=>&$totalarray);
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;

// Action column
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print '<td class="nowrap center">';
Expand Down

0 comments on commit c285153

Please sign in to comment.