BOM : Display only Default Workstation of line
This commit is contained in:
parent
c0da9cb50e
commit
8643495361
@ -158,8 +158,7 @@ if ($filtertype != 1) {
|
|||||||
// Work station
|
// Work station
|
||||||
if (isModEnabled('workstation')) {
|
if (isModEnabled('workstation')) {
|
||||||
$workstation = new Workstation($object->db);
|
$workstation = new Workstation($object->db);
|
||||||
$fk_default_workstation = (!empty($line->fk_default_workstation)) ? $line->fk_default_workstation : $tmpproduct->fk_default_workstation;
|
$res = $workstation->fetch($line->fk_default_workstation);
|
||||||
$res = $workstation->fetch($fk_default_workstation);
|
|
||||||
|
|
||||||
print '<td class="linecolworkstation nowrap right">';
|
print '<td class="linecolworkstation nowrap right">';
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user