5 lines
63 B
Python
5 lines
63 B
Python
import frappe
|
|
|
|
def get_context(context):
|
|
context.no_cache = 1
|
import frappe
|
|
|
|
def get_context(context):
|
|
context.no_cache = 1
|