mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 00:06:22 +00:00
Update datev_settings.json (#21482)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user