From d90bba9346e90838a80df9af8aa73ee4dda078cd Mon Sep 17 00:00:00 2001 From: nabinhait Date: Mon, 4 Jul 2011 12:22:03 +0530 Subject: [PATCH] delete mapper b4 doctype --- 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 fcf08eb476..2e59df6a5f 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'] + 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'] for d in lst: delete_doc('DocType Mapper', d)