mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 10:24:48 +00:00
7 lines
183 B
Python
7 lines
183 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
def execute():
|
|
if frappe.db.table_exists("Customer Issue"):
|
|
frappe.rename_doc("DocType", "Customer Issue", "Warranty Claim")
|