Getting Error while creating purchase order if size of supplierProductId is
greater than 20.
--------------------------------------------------------------------------------------------
Key: OFBIZ-4703
URL: https://issues.apache.org/jira/browse/OFBIZ-4703
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: Release Branch 11.04
Reporter: Suprit Udawat
Fix For: Release Branch 11.04
In SupplierProduct entity, the type of the attribute 'supplierProductId' is
id-long. But in OrderItem entity, the type of supplierProductId is id. This
differs the size of the field in both entites which results in error while
creating purchase order.
Provided the patch to resolve this bug.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira