mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: include CRM Deal in quotation to filters
(cherry picked from commit 519dc0b958)
This commit is contained in:
@@ -16,7 +16,7 @@ frappe.ui.form.on("Quotation", {
|
|||||||
frm.set_query("quotation_to", function () {
|
frm.set_query("quotation_to", function () {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
name: ["in", ["Customer", "Lead", "Prospect"]],
|
name: ["in", ["Customer", "Lead", "Prospect", "CRM Deal"]],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user