From d57f38f7fa44c65dc330b5a0fdbc159cbb220f6f Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 1 Nov 2013 17:50:21 +0530 Subject: [PATCH] [minor] [fix] server side print --- website/templates/pages/print.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/templates/pages/print.py b/website/templates/pages/print.py index a40e4c300b..da3c4cc6bf 100644 --- a/website/templates/pages/print.py +++ b/website/templates/pages/print.py @@ -3,4 +3,8 @@ from __future__ import unicode_literals -no_cache = True \ No newline at end of file +no_cache = True + +def get_context(): + from core.doctype.print_format.print_format import get_args + return get_args() \ No newline at end of file