mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
Merge pull request #55536 from frappe/fix-quotation-to-crm-deal
fix: allow CRM Deal as Quotation To for CRM integration
This commit is contained in:
@@ -16,7 +16,7 @@ frappe.ui.form.on("Quotation", {
|
||||
frm.set_query("quotation_to", function () {
|
||||
return {
|
||||
filters: {
|
||||
name: ["in", ["Customer", "Lead", "Prospect"]],
|
||||
name: ["in", ["Customer", "Lead", "Prospect", "CRM Deal"]],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user