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