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:
parent
5ff83088e9
commit
3a1a692be2
@ -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');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user