mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
changed _Test Fiscal Year to _Test Fiscal Year 2013
This commit is contained in:
@@ -23,7 +23,7 @@ class DocType:
|
||||
test_records = [[{
|
||||
"doctype":"Holiday Block List",
|
||||
"holiday_block_list_name": "_Test Holiday Block List",
|
||||
"year": "_Test Fiscal Year",
|
||||
"year": "_Test Fiscal Year 2013",
|
||||
"company": "_Test Company"
|
||||
}, {
|
||||
"doctype": "Holiday Block List Date",
|
||||
|
||||
@@ -93,7 +93,7 @@ class DocType:
|
||||
test_records = [[{
|
||||
"doctype": "Holiday List",
|
||||
"holiday_list_name": "_Test Holiday List",
|
||||
"fiscal_year": "_Test Fiscal Year"
|
||||
"fiscal_year": "_Test Fiscal Year 2013"
|
||||
}, {
|
||||
"doctype": "Holiday",
|
||||
"parent": "_Test Holiday List",
|
||||
|
||||
@@ -39,7 +39,7 @@ test_records = [
|
||||
[{
|
||||
"doctype": "Leave Allocation",
|
||||
"leave_type": "_Test Leave Type",
|
||||
"fiscal_year": "_Test Fiscal Year",
|
||||
"fiscal_year": "_Test Fiscal Year 2013",
|
||||
"employee":"_T-Employee-0001",
|
||||
"new_leaves_allocated": 15,
|
||||
"docstatus": 1
|
||||
@@ -50,7 +50,7 @@ test_records = [
|
||||
"from_date": "2013-05-01",
|
||||
"to_date": "2013-05-05",
|
||||
"posting_date": "2013-01-02",
|
||||
"fiscal_year": "_Test Fiscal Year",
|
||||
"fiscal_year": "_Test Fiscal Year 2013",
|
||||
"employee": "_T-Employee-0001",
|
||||
"company": "_Test Company"
|
||||
}]]
|
||||
|
||||
Reference in New Issue
Block a user