From 944d3cfbf1312e1d6fdc8bd7ed6e1999baaf9eb2 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 2 Nov 2020 08:29:18 +0100 Subject: [PATCH] fix: allow "Default Print Language" for custom Print Format (#11800) --- frappe/printing/doctype/print_format/print_format.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/printing/doctype/print_format/print_format.json b/frappe/printing/doctype/print_format/print_format.json index 74ee56cb54..63448ccc39 100644 --- a/frappe/printing/doctype/print_format/print_format.json +++ b/frappe/printing/doctype/print_format/print_format.json @@ -8,10 +8,11 @@ "field_order": [ "doc_type", "module", - "disabled", + "default_print_language", "column_break_3", "standard", "custom_format", + "disabled", "section_break_6", "print_format_type", "raw_printing", @@ -22,7 +23,6 @@ "show_section_headings", "line_breaks", "column_break_11", - "default_print_language", "font", "css_section", "css", @@ -202,7 +202,7 @@ "idx": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2020-08-29 11:44:59.082797", + "modified": "2020-10-27 18:27:58.307070", "modified_by": "Administrator", "module": "Printing", "name": "Print Format",