2
0
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:
AbleKSaju 2024-10-16 10:40:31 +05:30
parent 1e41c0803c
commit d1c608679b

View File

@ -682,6 +682,7 @@ export default defineComponent({
await this.makePayment();
await this.makeStockTransfer();
await this.afterTransaction();
await this.setItems();
} catch (error) {
showToast({
type: 'error',