From b6be0d5a0bd85cdccb5037f905cd2fc17c38fbbc Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 14 Aug 2014 17:41:19 +0530 Subject: [PATCH] [hotfix] legacy print --- frappe/public/js/legacy/print_format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/legacy/print_format.js b/frappe/public/js/legacy/print_format.js index d124e722ce..59066536b6 100644 --- a/frappe/public/js/legacy/print_format.js +++ b/frappe/public/js/legacy/print_format.js @@ -503,7 +503,7 @@ $.extend(_p, { render_normal: function(field, data, i) { switch(field.fieldtype) { - case: 'Fold': break; + case 'Fold': break; case 'Section Break': me.layout.addrow();