Enumeration Data missing for Inventory Item Detail Reason ---------------------------------------------------------
Key: OFBIZ-2501 URL: https://issues.apache.org/jira/browse/OFBIZ-2501 Project: OFBiz Issue Type: Bug Components: product Affects Versions: Release Branch 9.04, SVN trunk Reporter: Mridul Pathak Priority: Minor Fix For: Release Branch 9.04, SVN trunk The Enumeration data to be used by *InventoryItemDetail* entity corresponding to following *varianceReasonId's* is missing: 1) VAR_MISSHIP_ORDERED --> Mis-shipped Item Ordered (+) 2) VAR_MISSHIP_SHIPPED --> Mis-shipped Item Shipped (-) This causes foreign key constraint violation while inserting *reasonEnumId* in *InventoryItemDetail*, when *InventoryItemVariance* is created with any of the above two *varianceReasonId's*. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.