mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +00:00
Merge pull request #982 from AbleKSaju/fix-update-qty
fix: update stock quantities after transaction completion
This commit is contained in:
commit
657c1e8423
@ -791,6 +791,7 @@ export default defineComponent({
|
||||
await this.makePayment();
|
||||
await this.makeStockTransfer();
|
||||
await this.afterTransaction();
|
||||
await this.setItems();
|
||||
} catch (error) {
|
||||
showToast({
|
||||
type: 'error',
|
||||
|
Loading…
Reference in New Issue
Block a user