Update datev_settings.json (#21482)

This commit is contained in:
Raffael Meyer
2020-04-30 12:57:11 +02:00
committed by GitHub
parent 95b186268c
commit 3484a79ccf

View File

@@ -28,7 +28,8 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Client ID",
"reqd": 1
"reqd": 1,
"length": 5
},
{
"fieldname": "consultant",
@@ -42,7 +43,8 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Consultant ID",
"reqd": 1
"reqd": 1,
"length": 7
},
{
"fieldname": "column_break_2",
@@ -102,4 +104,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
}
}