[minor] [fix] server side print

This commit is contained in:
Anand Doshi 2013-11-01 17:50:21 +05:30
parent 5fac634254
commit d57f38f7fa

View file

@ -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()