[rename] Customer Issue -> Warranty Claim

This commit is contained in:
Rushabh Mehta
2015-02-17 10:45:50 +05:30
parent 60cfccbf77
commit 46e03eadca
20 changed files with 42 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ cur_frm.cscript.onload = function(doc, cdt, cdn) {
docname = last_route.slice(2).join("/");
if(["Customer", "Quotation", "Sales Order", "Sales Invoice", "Delivery Note",
"Installation Note", "Opportunity", "Customer Issue", "Maintenance Visit",
"Installation Note", "Opportunity", "Warranty Claim", "Maintenance Visit",
"Maintenance Schedule"]
.indexOf(doctype)!==-1) {
var refdoc = frappe.get_doc(doctype, docname);