|
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 |
|
[ https://issues.apache.org/jira/browse/OFBIZ-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suprit Udawat updated OFBIZ-4703: --------------------------------- Attachment: OFBIZ-4703.patch > 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 > > Attachments: OFBIZ-4703.patch > > > 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 |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-4703: ------------------------------------------ Assignee: Ashish Vijaywargiya > 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 > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 11.04 > > Attachments: OFBIZ-4703.patch > > > 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 |
| Free forum by Nabble | Edit this page |
