From 6761679cc9d4a58090d99b350f1e09a3d4fc9a82 Mon Sep 17 00:00:00 2001 From: "Indrajith.vs" <91895505+Gubbu77@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:12:06 +0530 Subject: [PATCH] Update report_print_format.py --- .../doctype/report_print_format/report_print_format.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/report_print/report_print/doctype/report_print_format/report_print_format.py b/report_print/report_print/doctype/report_print_format/report_print_format.py index bee8a9a..5c9763a 100644 --- a/report_print/report_print/doctype/report_print_format/report_print_format.py +++ b/report_print/report_print/doctype/report_print_format/report_print_format.py @@ -10,8 +10,9 @@ class ReportPrintFormat(Document): def validate(self): - if self.html: - validate_template(self.html) + pass + # if self.html: + # validate_template(self.html) @frappe.whitelist() def make_default(self):