moqui / mantle-usl

Mantle Universal Service Library
http://www.moqui.org/mantle.html
Other
29 stars 61 forks source link

Delete the orderPart tax items if orderPartSeqId is not null #174

Closed dixitdeepak closed 2 years ago

dixitdeepak commented 2 years ago

Delete the orderItems of type tax for order part if orderPartSeqId is passed, as per current implementation caculate#OrderSalesTax service deleting the tax items for all the order part.

jonesde commented 2 years ago

Good catch, yes makes sense that if orderPartSeqId specified then it should only delete tax items for that part.