Files
westech-r2/westech_r2/page/intake/intake.py
T
2026-05-21 01:17:59 +00:00

5 lines
106 B
Python

from frappe import _
def get_context(context):
context.no_cache = 1
context.title = _("Intake Station")