mirror of
https://github.com/frappe/books.git
synced 2025-01-23 07:08:36 +00:00
fix: update item quantities after transaction completion
This commit is contained in:
parent
1e41c0803c
commit
d1c608679b
@ -682,6 +682,7 @@ export default defineComponent({
|
||||
await this.makePayment();
|
||||
await this.makeStockTransfer();
|
||||
await this.afterTransaction();
|
||||
await this.setItems();
|
||||
} catch (error) {
|
||||
showToast({
|
||||
type: 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user