You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/12/10 07:58:43 UTC

[jira] Assigned: (OFBIZ-1423) Missing ReturnItemTypeMap for AGGREGATED prodcuts

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

Jacopo Cappellato reassigned OFBIZ-1423:
----------------------------------------

    Assignee: Bilgin Ibryam  (was: Jacopo Cappellato)

Bilgin,

I think you can use this to test your new commit privileges (as soon as they are setup).
Just be sure to use 4-spaces for indentation (and not tabs).

Jacopo

> Missing ReturnItemTypeMap for AGGREGATED prodcuts
> -------------------------------------------------
>
>                 Key: OFBIZ-1423
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1423
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Bilgin Ibryam
>            Assignee: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk, Release Branch 4.0
>
>
> Hi,
> Returning AGGREGATED  products (PC001) currently is not possible due to missing entry in ReturnItemTypeMap enity.
> Is there a reason for it or just missed ?
> Bilgin
> Index: applications/order/data/OrderTypeData.xml
> ===================================================================
> --- applications/order/data/OrderTypeData.xml	(revision 597751)
> +++ applications/order/data/OrderTypeData.xml	(working copy)
> @@ -259,6 +259,7 @@
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="FINISHED_GOOD" returnItemTypeId="RET_FPROD_ITEM"/>
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="MARKETING_PKG_AUTO" returnItemTypeId="RET_FPROD_ITEM"/>
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="MARKETING_PKG_PICK" returnItemTypeId="RET_FPROD_ITEM"/>
> +    <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="AGGREGATED" returnItemTypeId="RET_FPROD_ITEM"/>
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="DIGITAL_GOOD" returnItemTypeId="RET_DPROD_ITEM"/>
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="FINDIG_GOOD" returnItemTypeId="RET_FDPROD_ITEM"/>
>      <ReturnItemTypeMap returnHeaderTypeId="CUSTOMER_RETURN" returnItemMapKey="PROMOTION_ADJUSTMENT" returnItemTypeId="RET_PROMOTION_ADJ"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.