Skip to content

Commit

Permalink
chore: add product listing link in settings (#26026)
Browse files Browse the repository at this point in the history
* chore: add product listing link in settings

* chore: add icon in workspace card

Co-authored-by: Ankush <ankush@iwebnotes.com>
  • Loading branch information
hasnain2808 and ankush committed Jul 7, 2021
1 parent d45ebaf commit 290350c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions erpnext/setup/workspace/erpnext_settings/erpnext_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
}
}

0 comments on commit 290350c

Please sign in to comment.