2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +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.makePayment();
await this.makeStockTransfer(); await this.makeStockTransfer();
await this.afterTransaction(); await this.afterTransaction();
await this.setItems();
} catch (error) { } catch (error) {
showToast({ showToast({
type: 'error', type: 'error',