Fixing style errors.
This commit is contained in:
parent
c00d64855a
commit
ebf92ba440
@ -641,7 +641,7 @@ class Mo extends CommonObject
|
|||||||
if ($bom->bomtype == 1) {
|
if ($bom->bomtype == 1) {
|
||||||
$role = 'toproduce';
|
$role = 'toproduce';
|
||||||
$moline->role = 'toconsume';
|
$moline->role = 'toconsume';
|
||||||
}else {
|
} else {
|
||||||
$role = 'toconsume';
|
$role = 'toconsume';
|
||||||
$moline->role = 'toproduce';
|
$moline->role = 'toproduce';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user