[patch] Re-run the 'default_title' patch

This commit is contained in:
Nabin Hait 2015-09-03 10:46:48 +05:30 committed by Anand Doshi
parent 9b1288605f
commit 4de91887db

View File

@ -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)