6 lines
135 B
Python
6 lines
135 B
Python
import frappe
|
|
|
|
def get_context(context):
|
|
frappe.local.flags.redirect_location = "https://wes.advante.ch"
|
|
raise frappe.Redirect
|