1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix for blank custom fields

This commit is contained in:
Hillel Coren 2018-04-23 12:25:14 +03:00
parent b6d2273173
commit 441d1f2724

View File

@ -606,8 +606,8 @@
self.isHovered = ko.observable(false);
self.created_at = ko.observable(moment.utc().format('YYYY-MM-DD HH:mm:ss'));
self.task_status_id = ko.observable();
self.custom_value1 = ko.observable();
self.custom_value2 = ko.observable();
self.custom_value1 = ko.observable('');
self.custom_value2 = ko.observable('');
self.mapping = {
'client': {