2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00

chore: format code

This commit is contained in:
akshayitzme 2025-01-03 17:54:18 +05:30
parent 5ff83088e9
commit 3a1a692be2

View File

@ -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');
},
},