mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
fix: removed unwanted comma from json
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
"read_only": 1,
|
"read_only": 1,
|
||||||
"remember_last_selected_value": 1,
|
"remember_last_selected_value": 1,
|
||||||
"reqd": 1,
|
"reqd": 1,
|
||||||
"fetch_from": "employee.company",
|
"fetch_from": "employee.company"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user