Quote Items subtotal are not correctly calculated
-------------------------------------------------
Key: OFBIZ-1677
URL: https://issues.apache.org/jira/browse/OFBIZ-1677
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: SVN trunk
Reporter: Marco Risaliti
Assignee: Marco Risaliti
Priority: Minor
Fix For: SVN trunk
In the quote application the subtotal of a quote item is not correctly
calculated because it simply use this formula :
Subtotal = quote unit price * quantity
instead the correct one will be:
Subtotal = quote unit price * quantity * amount
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.