mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
removed contact person for lead filter
This commit is contained in:
@@ -24,7 +24,7 @@ erpnext.selling.QuotationController = erpnext.selling.SellingController.extend({
|
|||||||
|
|
||||||
// to overwrite the customer_filter trigger from queries.js
|
// to overwrite the customer_filter trigger from queries.js
|
||||||
if (doc.lead) {
|
if (doc.lead) {
|
||||||
$.each(["customer_address", "shipping_address_name", "contact_person"],
|
$.each(["customer_address", "shipping_address_name"],
|
||||||
function(i, opts) {
|
function(i, opts) {
|
||||||
me.frm.set_query(opts, erpnext.queries["lead_filter"]);
|
me.frm.set_query(opts, erpnext.queries["lead_filter"]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user