From cea316ef94df6a8f5f1e09fb01ad57c6884268f1 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Mon, 4 Jul 2011 12:23:28 +0530 Subject: [PATCH] fixed issues --- patches/erpnext_structure_cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/erpnext_structure_cleanup.py b/patches/erpnext_structure_cleanup.py index 2e59df6a5fd..14e377c04fa 100644 --- a/patches/erpnext_structure_cleanup.py +++ b/patches/erpnext_structure_cleanup.py @@ -49,7 +49,7 @@ def delete_unwanted_search_criteria(): def delete_unwanted_mappers(): "deletes unwanted mappers" - lst = ['Customer Issue-Maintenance Report', 'Enquiry-Service Quotation', 'Sales Order-Maintenance Report', 'Service Quotation-Service Order', 'Supplier Quotation-Purchase Order', 'Visit Schedule-Maintenance Report', 'RFQ-Supplier Quotation'] + lst = ['Customer Issue-Maintenance Report', 'Enquiry-Service Quotation', 'Sales Order-Maintenance Report', 'Service Quotation-Service Order', 'Supplier Quotation-Purchase Order', 'Visit Schedule-Maintenance Report', 'RFQ-Supplier Quotation', 'Indent-RFQ'] for d in lst: delete_doc('DocType Mapper', d)