fix(minor): don't update modified date in patch
This commit is contained in:
parent
463d1f2b05
commit
35b4bc2581
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ import frappe
|
|||
def execute():
|
||||
"""sets "wkhtmltopdf" as default for pdf_generator field"""
|
||||
for pf in frappe.get_all("Print Format", pluck="name"):
|
||||
frappe.db.set_value("Print Format", pf, "pdf_generator", "wkhtmltopdf")
|
||||
frappe.db.set_value("Print Format", pf, "pdf_generator", "wkhtmltopdf", update_modified=False)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue