Price rule does not work with quote
-----------------------------------

                 Key: OFBIZ-1432
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1432
             Project: OFBiz
          Issue Type: Bug
          Components: order
            Reporter: William Perng


When setup quote item, the default price is always used regardless price rule.  

I think the problem is in the createQuoteItem method of QuoteServices.xml.  
When the "calculateProductPrice" service is called, the quantity is not passed 
in.   The quantity needs to be set before the "calculateProductPrice" service 
is called.  I suggest to add the following code to line 304 of 
QuoteServices.xml (base on ver : 566181): <set from-field="parameters.quantity" 
field="calculateProductPriceMap.quantity"/> 


-- 
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