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