6 lines
163 B
Python
6 lines
163 B
Python
import frappe
|
|
|
|
def get_context(context):
|
|
frappe.local.flags.redirect_location = "https://eim.diagalon.com/report/data-tracking-form"
|
|
raise frappe.Redirect
|