Files
westech-r2/westech_r2/page/receiving/receiving.py
T

6 lines
102 B
Python

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