1
0
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:
Hillel Coren 2016-07-06 10:31:06 +03:00
parent 894cac4657
commit d83f2dc246

View File

@ -286,8 +286,6 @@
var self = this;
self.categories = {!! $categories !!};
console.log(self.categories[0].name);
self.category = ko.observable();
self.expense_currency_id = ko.observable();
self.invoice_currency_id = ko.observable();