mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +00:00
fix: Add breadccrumbs to item group page
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{% extends "templates/web.html" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{% include "templates/includes/breadcrumbs.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}<h1>{{ name }}</h1>{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
Reference in New Issue
Block a user