mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
refactored web / all-app now linked in app. no wnframework in website
This commit is contained in:
@@ -33,6 +33,10 @@ page_map = {
|
||||
'Item': webnotes._dict({
|
||||
"template": 'html/product_page.html',
|
||||
"condition_field": "show_in_website",
|
||||
}),
|
||||
'Item Group': webnotes._dict({
|
||||
"template": "html/product_group.html",
|
||||
"condition_field": "show_in_website"
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user