6 lines
145 B
Python
6 lines
145 B
Python
import frappe
|
|
|
|
def execute():
|
|
if frappe.db.table_exists("tabCustomer Issue"):
|
|
frappe.rename_doc("DocType", "Customer Issue", "Warrany Claim")
|