mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +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() {
|
||||
await this.setItemQtyMap();
|
||||
this.clearValues();
|
||||
await this.clearValues();
|
||||
this.setSinvDoc();
|
||||
this.toggleModal('Payment', false);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user