You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2012/09/02 11:50:07 UTC

[jira] [Commented] (OFBIZ-5017) Quick Refund Entire Order create a Payment without the Adjustment Item amount

    [ https://issues.apache.org/jira/browse/OFBIZ-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446906#comment-13446906 ] 

Jacques Le Roux commented on OFBIZ-5017:
----------------------------------------

Hi Carlos,

Did you try this advice from on dev ML?

{quote}
Need to add given below code under line no. 295 in returnItems.ftl

<#assign returnAdjustmentTotal = returnAdjustment.amount?if_exists />
<#assign returnTotal = returnTotal + returnAdjustmentTotal />
{quote}
                
> Quick Refund Entire Order create a Payment without the Adjustment Item amount 
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5017
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5017
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Carlos Guzman
>
> When an order with Adjustments like shipping is refunded with the button "Quick Refund Entire Order" the return Payment amount is not correct, because the adjustment amount is not included.
> For example this order:
> 1 product $700
> S/H Adjustment: $20 
> Order total: $720
> when refund is requested with quick refund button, the reeturn invoice total is ok ($720), but the payment is only $700. So, the invoice only have applied $700 and $20 unapplied because of payment amount.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira