Files
schuetz3-erpnext/erpnext/utilities/web_form/addresses/addresses.py
2016-11-16 11:13:46 +05:30

8 lines
133 B
Python

from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
context.show_sidebar = True