Skip to content

Commit 6761679

Browse files
authored
Update report_print_format.py
1 parent 22a724f commit 6761679

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

report_print/report_print/doctype/report_print_format/report_print_format.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
class ReportPrintFormat(Document):
1212
def validate(self):
13-
if self.html:
14-
validate_template(self.html)
13+
pass
14+
# if self.html:
15+
# validate_template(self.html)
1516

1617
@frappe.whitelist()
1718
def make_default(self):

0 commit comments

Comments
 (0)