mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
7 lines
218 B
Python
7 lines
218 B
Python
from __future__ import unicode_literals
|
|
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() |