[minor] [fix] server side print
This commit is contained in:
parent
5fac634254
commit
d57f38f7fa
1 changed files with 5 additions and 1 deletions
|
|
@ -3,4 +3,8 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
no_cache = True
|
||||
no_cache = True
|
||||
|
||||
def get_context():
|
||||
from core.doctype.print_format.print_format import get_args
|
||||
return get_args()
|
||||
Loading…
Add table
Reference in a new issue