mirror of
https://github.com/frappe/books.git
synced 2025-03-31 23:41:32 +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.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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user