mirror of
https://github.com/frappe/books.git
synced 2024-11-14 01:14:03 +00:00
fix: apply pricing rule when min quantity is 1
This commit is contained in:
parent
57ee64e2b1
commit
431be39f35
@ -447,6 +447,7 @@ export default defineComponent({
|
||||
rate: item.rate as Money,
|
||||
item: item.name,
|
||||
});
|
||||
|
||||
await this.applyPricingRule();
|
||||
await this.sinvDoc.runFormulas();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user