Merge pull request #36720 from git-avc/lost_reason_opportunity

fix: lost opportunity reason dialog don't appears
This commit is contained in:
Deepesh Garg 2023-08-23 19:42:22 +05:30 committed by GitHub
commit 2ed73c17c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
frappe.provide("erpnext.crm");
erpnext.pre_sales.set_as_lost("Quotation");
erpnext.pre_sales.set_as_lost("Opportunity");
erpnext.sales_common.setup_selling_controller();