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

Amine Azzi commented on OFBIZ-11316:
------------------------------------

Hi Jaques,

 

I am using release 18.12 branch from the repo in Github. 

I will check again the trunk from SVN repo and see if that's fixed. then I will 
create a patch or close this ticket.

 

Amine.

> Bug when order contains adjustments with NULL amount
> ----------------------------------------------------
>
>                 Key: OFBIZ-11316
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11316
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Amine Azzi
>            Assignee: Jacques Le Roux
>            Priority: Major
>
> On org/apache/ofbiz/accounting/invoice/InvoiceServices.java:561.
> The condition evaluation gives an error when the adjustment has a null amount 
> even when isTaxIncludedInPrice is FALSE.
>  
> The condition should be re-written to
>  
> if (isTaxIncludedInPrice && (adj.getBigDecimal("amount").signum() == 0))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to