Update hr/doctype/leave_application/leave_application.txt

changed permlevel for some fiedls in leave application
This commit is contained in:
Nabin Hait
2013-02-08 11:28:40 +05:30
parent 6660ef0355
commit 197861f576

View File

@@ -2,7 +2,7 @@
{ {
"creation": "2013-02-02 14:40:08", "creation": "2013-02-02 14:40:08",
"docstatus": 0, "docstatus": 0,
"modified": "2013-02-07 08:54:22", "modified": "2013-02-08 11:27:22",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@@ -165,7 +165,7 @@
"fieldtype": "Date", "fieldtype": "Date",
"label": "Posting Date", "label": "Posting Date",
"no_copy": 1, "no_copy": 1,
"permlevel": 2, "permlevel": 0,
"reqd": 1 "reqd": 1
}, },
{ {
@@ -175,7 +175,7 @@
"in_filter": 1, "in_filter": 1,
"label": "Fiscal Year", "label": "Fiscal Year",
"options": "link:Fiscal Year", "options": "link:Fiscal Year",
"permlevel": 2, "permlevel": 0,
"read_only": 0, "read_only": 0,
"reqd": 1, "reqd": 1,
"search_index": 0 "search_index": 0
@@ -195,7 +195,7 @@
"fieldtype": "Link", "fieldtype": "Link",
"label": "Letter Head", "label": "Letter Head",
"options": "Letter Head", "options": "Letter Head",
"permlevel": 2, "permlevel": 0,
"print_hide": 1, "print_hide": 1,
"read_only": 0 "read_only": 0
}, },