brotherton-erpnext/erpnext/patches/v13_0/add_standard_navbar_items.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
221 B
Python
Raw Normal View History

2020-08-06 15:22:02 +00:00
from __future__ import unicode_literals
# import frappe
2020-08-06 15:22:02 +00:00
from erpnext.setup.install import add_standard_navbar_items
def execute():
# Add standard navbar items for ERPNext in Navbar Settings
add_standard_navbar_items()