Setting sales Order Line QuantityOrdered in LineAdded failed
Hi anyone ,
is this a bug ?
I see its possible to change the QuantityOrdered in sales order line - within the event "SalesOrderLineAdded"
however my code below just gets ignored ( no errors just jiwa does not respond to it )
I can however edit other fields using similar syntax - but not this field.
I am on 7.0.127
Thanks in advance.
is this a bug ?
I see its possible to change the QuantityOrdered in sales order line - within the event "SalesOrderLineAdded"
however my code below just gets ignored ( no errors just jiwa does not respond to it )
I can however edit other fields using similar syntax - but not this field.
I am on 7.0.127
- Code: Select all
'--- none of the Two below works
Item.QuantityOrdered = decTotalCubicVol
Item.QuantityOrdered = 2
Thanks in advance.