You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Vyom Jain (JIRA)" <ji...@apache.org> on 2014/03/27 08:35:14 UTC

[jira] [Updated] (OFBIZ-5602) Sales Order with dropship item(s) uses non-existent GenericValue field to display supplier information

     [ https://issues.apache.org/jira/browse/OFBIZ-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyom Jain updated OFBIZ-5602:
-----------------------------

    Description: 
There are two issues noticed while viewing a sales order with dropship item(s).
1. Under section "Shipment Information" for field "Drop Shipment - Supplier" a dash (-) appears in front of supplier party Id.
2. Non-existent field 'description' being retrieved from the GenericValue PartyGroup. See https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?hb=true#to379 and this leads to the warning 
[      GenericEntity.java:371:WARN ] The field name (or key) [description] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.


  was:
There are two issues - 
1. A dash (-) appears in front of supplier party Id
2. Non-existent field 'description' being retrieved from the GenericValue PartyGroup. See https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?hb=true#to379 and this leads to the warning 
[      GenericEntity.java:371:WARN ] The field name (or key) [description] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.



> Sales Order with dropship item(s) uses non-existent GenericValue field to display supplier information
> ------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5602
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5602
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04, SVN trunk, Release Branch 12.04, Release Branch 13.07
>         Environment: All OFBiz versions across all environments
>            Reporter: Vyom Jain
>            Priority: Minor
>             Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04, Release Branch 13.07
>
>
> There are two issues noticed while viewing a sales order with dropship item(s).
> 1. Under section "Shipment Information" for field "Drop Shipment - Supplier" a dash (-) appears in front of supplier party Id.
> 2. Non-existent field 'description' being retrieved from the GenericValue PartyGroup. See https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?hb=true#to379 and this leads to the warning 
> [      GenericEntity.java:371:WARN ] The field name (or key) [description] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.



--
This message was sent by Atlassian JIRA
(v6.2#6252)