Links for fixed assets added in accounts module page

This commit is contained in:
Nabin Hait 2016-03-30 15:06:19 +05:30
parent 684052e978
commit 9501a1e034

View File

@ -83,6 +83,14 @@ def get_data():
"type": "doctype",
"name": "Item",
},
{
"type": "doctype",
"name": "Asset",
},
{
"type": "doctype",
"name": "Asset Category",
}
]
},
{