mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #55619 from frappe/mergify/bp/version-16-hotfix/pr-55536
fix: allow CRM Deal as Quotation To for CRM integration (backport #55536)
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