mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on expense test
This commit is contained in:
parent
894cac4657
commit
d83f2dc246
@ -286,8 +286,6 @@
|
|||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
self.categories = {!! $categories !!};
|
self.categories = {!! $categories !!};
|
||||||
console.log(self.categories[0].name);
|
|
||||||
|
|
||||||
self.category = ko.observable();
|
self.category = ko.observable();
|
||||||
self.expense_currency_id = ko.observable();
|
self.expense_currency_id = ko.observable();
|
||||||
self.invoice_currency_id = ko.observable();
|
self.invoice_currency_id = ko.observable();
|
||||||
|
Loading…
Reference in New Issue
Block a user