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:
parent
1e41c0803c
commit
d1c608679b
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user