diff --git a/frappe/patches.txt b/frappe/patches.txt index cf64af487a..dae328cdca 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -157,7 +157,6 @@ frappe.patches.v7_0.cleanup_list_settings execute:frappe.db.set_default('language', '') frappe.patches.v7_1.refactor_integration_broker frappe.patches.v7_1.set_backup_limit -frappe.patches.v7_1.disabled_print_settings_for_custom_print_format frappe.patches.v7_2.set_doctype_engine frappe.patches.v7_2.merge_knowledge_base frappe.patches.v7_0.update_report_builder_json @@ -181,4 +180,5 @@ frappe.patches.v8_0.fix_non_english_desktop_icons # 2017-04-12 frappe.patches.v8_0.set_doctype_values_in_custom_role frappe.patches.v8_0.install_new_build_system_requirements frappe.patches.v8_0.set_currency_field_precision -frappe.patches.v8_0.rename_print_to_printing \ No newline at end of file +frappe.patches.v8_0.rename_print_to_printing +frappe.patches.v7_1.disabled_print_settings_for_custom_print_format \ No newline at end of file