mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge branch 'enterprise_sprint' into supplier-group
This commit is contained in:
@@ -10,6 +10,10 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Asset",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Location",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Asset Category",
|
||||
@@ -39,6 +43,10 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Asset Maintenance Log",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Asset Adjustment",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Asset Repair",
|
||||
|
||||
@@ -123,6 +123,10 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Salary Component",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Additional Salary Component",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Salary Structure",
|
||||
|
||||
Reference in New Issue
Block a user