2
0
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:
Akshay 2024-10-17 10:20:16 +05:30 committed by GitHub
commit 657c1e8423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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