fixed company and fiscal year options in attendance doctype

This commit is contained in:
Nabin Hait 2012-12-23 09:45:02 +05:30
parent 625713e2eb
commit 2848bea64e

View File

@ -2,9 +2,9 @@
{ {
"owner": "ashwini@webnotestech.com", "owner": "ashwini@webnotestech.com",
"docstatus": 0, "docstatus": 0,
"creation": "2012-07-03 13:30:41", "creation": "2012-12-14 14:27:05",
"modified_by": "Administrator", "modified_by": "Administrator",
"modified": "2012-12-13 14:23:24" "modified": "2012-12-23 09:42:45"
}, },
{ {
"is_submittable": 1, "is_submittable": 1,
@ -134,7 +134,7 @@
"doctype": "DocField", "doctype": "DocField",
"label": "Fiscal Year", "label": "Fiscal Year",
"oldfieldname": "fiscal_year", "oldfieldname": "fiscal_year",
"options": "\n2012\n2013", "options": "link:Fiscal Year",
"fieldname": "fiscal_year", "fieldname": "fiscal_year",
"fieldtype": "Select", "fieldtype": "Select",
"reqd": 1, "reqd": 1,
@ -146,7 +146,7 @@
"doctype": "DocField", "doctype": "DocField",
"label": "Company", "label": "Company",
"oldfieldname": "company", "oldfieldname": "company",
"options": "\nAlpha\nBeta\nDemo Company", "options": "link:Company",
"fieldname": "company", "fieldname": "company",
"fieldtype": "Select", "fieldtype": "Select",
"reqd": 1, "reqd": 1,
@ -174,6 +174,10 @@
"fieldtype": "Link", "fieldtype": "Link",
"permlevel": 1 "permlevel": 1
}, },
{
"role": "System Manager",
"doctype": "DocPerm"
},
{ {
"role": "HR User", "role": "HR User",
"doctype": "DocPerm" "doctype": "DocPerm"
@ -181,9 +185,5 @@
{ {
"role": "HR Manager", "role": "HR Manager",
"doctype": "DocPerm" "doctype": "DocPerm"
},
{
"role": "System Manager",
"doctype": "DocPerm"
} }
] ]