Added a new field called allow_negative. This field was added for allowing a negative balance for a particular leave type.

This commit is contained in:
mayur-patel 2013-03-05 19:11:53 +11:00
parent f10f2513fa
commit 547604cf5a

View File

@ -1,8 +1,8 @@
[ [
{ {
"creation": "2013-01-10 16:34:15", "creation": "2013-02-21 09:55:58",
"docstatus": 0, "docstatus": 0,
"modified": "2013-01-22 14:47:02", "modified": "2013-03-05 08:06:43",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@ -91,6 +91,12 @@
"fieldtype": "Check", "fieldtype": "Check",
"label": "Is LWP" "label": "Is LWP"
}, },
{
"doctype": "DocField",
"fieldname": "allow_negative",
"fieldtype": "Check",
"label": "Allow Negative Balance"
},
{ {
"doctype": "DocPerm", "doctype": "DocPerm",
"role": "System Manager" "role": "System Manager"