Skip to content

Commit

Permalink
FIX : PR returns
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-adrien committed Sep 27, 2024
1 parent 4f2bc6c commit 62f5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/bom/tpl/objectline_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
print '</td>';

// Work station
if (isModEnabled('workstation') && !empty($line->fk_default_workstation)) {
if (isModEnabled('workstation')) {
$workstation = new Workstation($object->db);
$res = $workstation->fetch($line->fk_default_workstation);

Expand Down

0 comments on commit 62f5981

Please sign in to comment.