IDEMPIERE-1180 Cost Adjustment Document for Standard and Average Costing / peer review - set locator null on cost adjustment doc - test with HQ+Azalea was posting wrongly on StoreWest Org because the locator was being filled with 50006 as default
This commit is contained in:
parent
5262fab0d2
commit
e370759d4b
|
@ -373,6 +373,7 @@ public class MInventoryLine extends X_M_InventoryLine
|
|||
return false;
|
||||
}
|
||||
}
|
||||
setM_Locator_ID(0);
|
||||
} else {
|
||||
log.saveError("Error", "Document inventory subtype not configured, cannot complete");
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue