From 47ad0203ead94be7cc78f1a512a0d8bfbc148cb0 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 6 May 2017 13:38:26 +0530 Subject: [PATCH] Patch order changed for print module renaming --- frappe/patches.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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