mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
[fix] [minor] in_list_view for employee leave approver
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-04-12 06:56:15",
|
"creation": "2013-04-12 06:56:15",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-07-10 14:54:08",
|
"modified": "2013-08-05 14:15:44",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "leave_approver",
|
"fieldname": "leave_approver",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"in_list_view": 0,
|
"in_list_view": 1,
|
||||||
"label": "Leave Approver",
|
"label": "Leave Approver",
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
"parent": "Employee Leave Approver",
|
"parent": "Employee Leave Approver",
|
||||||
|
|||||||
Reference in New Issue
Block a user