mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +00:00
[tests] Fixed Test Records
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Attendance",
|
||||
"name": "_Test Attendance 1"
|
||||
"name": "_Test Attendance 1",
|
||||
"employee": "_T-Employee-0001",
|
||||
"status": "Present",
|
||||
"att_date": "2014-02-01",
|
||||
"fiscal_year": "_Test Fiscal Year 2014",
|
||||
"company": "_Test Company"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Salary Structure",
|
||||
"name": "_Test Salary Structure 1"
|
||||
"name": "_Test Salary Structure 1",
|
||||
"employee": "_T-Employee-0001",
|
||||
"from_date": "2014-02-01"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Note",
|
||||
"name": "_Test Note 1"
|
||||
"name": "_Test Note 1",
|
||||
"title": "Test Note Title"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user