From 4de91887dbba097c9a74f6daaf20670534c73175 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 3 Sep 2015 10:46:48 +0530 Subject: [PATCH] [patch] Re-run the 'default_title' patch --- erpnext/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 7054d4a450..d15b5974f7 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -200,5 +200,5 @@ erpnext.patches.v5_8.add_credit_note_print_heading execute:frappe.delete_doc_if_exists("Print Format", "Credit Note - Negative Invoice") # V6.0 -erpnext.patches.v6_0.set_default_title +erpnext.patches.v6_0.set_default_title # 2015-09-03 execute:frappe.db.set_value("Stock Settings", None, "automatically_set_serial_nos_based_on_fifo", 1)