brotherton-erpnext/erpnext/patches/v5_0/rename_customer_issue.py
2015-03-20 14:38:12 +05:30

6 lines
143 B
Python

import frappe
def execute():
if frappe.db.table_exists("Customer Issue"):
frappe.rename_doc("DocType", "Customer Issue", "Warranty Claim")