5 lines
106 B
Python
5 lines
106 B
Python
from frappe import _
|
|
|
|
def get_context(context):
|
|
context.no_cache = 1
|
|
context.title = _("Intake Station") |