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:
Carlos Ruiz 2013-07-23 15:36:33 -05:00
parent 5262fab0d2
commit e370759d4b
1 changed files with 1 additions and 0 deletions

View File

@ -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;