2
0
mirror of https://github.com/frappe/books.git synced 2025-02-08 23:18:31 +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); this.$emit('createTransaction', false, true);
}, },
cancelTransaction() { cancelTransaction() {
this.$emit('setPaidAmount', fyo.pesa(0)) this.$emit('setPaidAmount', fyo.pesa(0));
this.$emit('toggleModal', 'Payment'); this.$emit('toggleModal', 'Payment');
}, },
}, },