6 lines
137 B
Python
6 lines
137 B
Python
import frappe
|
|
|
|
def get_context(context):
|
|
frappe.local.flags.redirect_location = "https://eim.diagalon.com"
|
|
raise frappe.Redirect
|