mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +00:00
fix: add await in clearValues
This commit is contained in:
parent
c06ec88cb1
commit
74e8a58827
@ -788,7 +788,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
async afterTransaction() {
|
async afterTransaction() {
|
||||||
await this.setItemQtyMap();
|
await this.setItemQtyMap();
|
||||||
this.clearValues();
|
await this.clearValues();
|
||||||
this.setSinvDoc();
|
this.setSinvDoc();
|
||||||
this.toggleModal('Payment', false);
|
this.toggleModal('Payment', false);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user