You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Suprit Udawat (Created) (JIRA)" <ji...@apache.org> on 2012/02/18 07:15:59 UTC

[jira] [Created] (OFBIZ-4703) Getting Error while creating purchase order if size of supplierProductId is greater than 20.

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

        

[jira] [Updated] (OFBIZ-4703) Getting Error while creating purchase order if size of supplierProductId is greater than 20.

Posted by "Suprit Udawat (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Assigned] (OFBIZ-4703) Getting Error while creating purchase order if size of supplierProductId is greater than 20.

Posted by "Ashish Vijaywargiya (Assigned) (JIRA)" <ji...@apache.org>.
     [ 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