take a look at
applications\order\script\org\ofbiz\order\quote\QuoteServices.xml
<set from-field="product" field="calculateProductPriceMap.product"/>
<set from-field="parameters.quantity"
field="calculateProductPriceMap.quantity"/>
<if-not-empty field="parameters.selectedAmount">
<set from-field="parameters.selectedAmount"
field="calculateProductPriceMap.amount"/>
</if-not-empty>
<call-service
service-name="calculateProductPrice" in-map-name="calculateProductPriceMap">
<result-to-field result-name="price"
field="newEntity.quoteUnitPrice"/>
</call-service>
james_sg sent the following on 2/17/2010 1:31 AM:
> Anyone? The two attributes seem the same to me..
>
>
> james_sg wrote:
>> Hi,
>>
>> I am looking at the Order Manager module.
>> May I know what is the difference between the SelectedAmount and Quantity
>> attributes in the CustRequestItem entity?
>>
>> Regards,
>> James
>>
>