2
0
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:
AbleKSaju 2024-10-09 16:06:12 +05:30
parent c06ec88cb1
commit 74e8a58827

View File

@ -788,7 +788,7 @@ export default defineComponent({
async afterTransaction() {
await this.setItemQtyMap();
this.clearValues();
await this.clearValues();
this.setSinvDoc();
this.toggleModal('Payment', false);
},