mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
8 lines
182 B
Python
8 lines
182 B
Python
# import frappe
|
|
from erpnext.setup.install import add_standard_navbar_items
|
|
|
|
|
|
def execute():
|
|
# Add standard navbar items for ERPNext in Navbar Settings
|
|
add_standard_navbar_items()
|