mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
fixed test earning type
This commit is contained in:
@@ -3,6 +3,14 @@
|
|||||||
"doctype": "Salary Structure",
|
"doctype": "Salary Structure",
|
||||||
"name": "_Test Salary Structure 1",
|
"name": "_Test Salary Structure 1",
|
||||||
"employee": "_T-Employee-0001",
|
"employee": "_T-Employee-0001",
|
||||||
"from_date": "2014-02-01"
|
"from_date": "2014-02-01",
|
||||||
|
"earnings": [
|
||||||
|
{
|
||||||
|
"e_type": "_Test Basic Salary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"e_type": "_Test Allowance"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user