Capture function in billing account fails due to improperly specified classname
-------------------------------------------------------------------------------

                 Key: OFBIZ-3358
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3358
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
            Reporter: Ean Schuessler
             Fix For: Release Branch 4.0, Release Branch 9.04, SVN trunk


The capture function in the billing account invoice view is only displayed when 
getInvoiceNotApplied is equal to zero. The code which checks this attempts to 
compare to the BigDecimal constant BigDecimal.ZERO. BeanShell does not have 
java.math.* in its list of default packages to scan so the comparison fails 
with a missing class. This fix fully specifies the java.math.BigDecimal class.

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

Reply via email to