Browse Source

chore: add product listing link in settings (#26026)

* chore: add product listing link in settings

* chore: add icon in workspace card

Co-authored-by: Ankush <ankush@iwebnotes.com>
develop
Mohammad Hasnain Mohsin Rajan 3 years ago
committed by GitHub
parent
commit
290350c86f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      erpnext/setup/workspace/erpnext_settings/erpnext_settings.json

12
erpnext/setup/workspace/erpnext_settings/erpnext_settings.json

@ -11,10 +11,11 @@
"hide_custom": 0,
"icon": "settings",
"idx": 0,
"is_default": 0,
"is_standard": 1,
"label": "ERPNext Settings",
"links": [],
"modified": "2020-12-01 13:38:37.759596",
"modified": "2021-06-12 01:58:11.399566",
"modified_by": "Administrator",
"module": "Setup",
"name": "ERPNext Settings",
@ -109,6 +110,13 @@
"label": "Domain Settings",
"link_to": "Domain Settings",
"type": "DocType"
},
{
"doc_view": "",
"icon": "retail",
"label": "Products Settings",
"link_to": "Products Settings",
"type": "DocType"
}
]
}
}

Loading…
Cancel
Save