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:
parent
b6d2273173
commit
441d1f2724
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user