mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
[fixes] Test case fixes for leave application
This commit is contained in:
@@ -1 +1,20 @@
|
|||||||
[]
|
[
|
||||||
|
{
|
||||||
|
"docstatus": 1,
|
||||||
|
"doctype": "Leave Allocation",
|
||||||
|
"employee": "_T-Employee-0001",
|
||||||
|
"from_date": "2013-01-01",
|
||||||
|
"to_date": "2013-12-31",
|
||||||
|
"leave_type": "_Test Leave Type",
|
||||||
|
"new_leaves_allocated": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"docstatus": 1,
|
||||||
|
"doctype": "Leave Allocation",
|
||||||
|
"employee": "_T-Employee-0002",
|
||||||
|
"from_date": "2013-01-01",
|
||||||
|
"to_date": "2013-12-31",
|
||||||
|
"leave_type": "_Test Leave Type",
|
||||||
|
"new_leaves_allocated": 15
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user