Create asset adjustment doctype, post gl entry for the asset
diff --git a/erpnext/config/assets.py b/erpnext/config/assets.py
index be52246..99a7a5c 100644
--- a/erpnext/config/assets.py
+++ b/erpnext/config/assets.py
@@ -12,12 +12,11 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Asset Category",
+					"name": "Location",
 				},
 				{
 					"type": "doctype",
-					"label": _("Asset Location"),
-					"name": "Location",
+					"name": "Asset Category",
 				},
 				{
 					"type": "doctype",