7 lines
106 B
Python
7 lines
106 B
Python
import frappe
|
|
from frappe import _
|
|
|
|
def get_context(context):
|
|
context.no_cache = 1
|
|
return context
|