Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Jan 3, 2025
1 parent 5ff8308 commit 3a1a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/POS/PaymentModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default defineComponent({
this.$emit('createTransaction', false, true);
},
cancelTransaction() {
this.$emit('setPaidAmount', fyo.pesa(0))
this.$emit('setPaidAmount', fyo.pesa(0));
this.$emit('toggleModal', 'Payment');
},
},
Expand Down

0 comments on commit 3a1a692

Please sign in to comment.