From 9501a1e0341bda3f055f85140dbe8b5df6cc69ec Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 30 Mar 2016 15:06:19 +0530 Subject: [PATCH] Links for fixed assets added in accounts module page --- erpnext/config/accounts.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index bbc86719fcd..3d6fb544a0f 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -83,6 +83,14 @@ def get_data(): "type": "doctype", "name": "Item", }, + { + "type": "doctype", + "name": "Asset", + }, + { + "type": "doctype", + "name": "Asset Category", + } ] }, {