6 lines
102 B
Python
6 lines
102 B
Python
from frappe import _
|
|
|
|
def get_context(context):
|
|
context.no_cache = 1
|
|
context.title = _("Receiving")
|