Skip to content

Commit

Permalink
removed contact person for lead filter
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshdarjee committed Jan 30, 2014
1 parent ef0a0e8 commit 30aac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selling/doctype/quotation/quotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ erpnext.selling.QuotationController = erpnext.selling.SellingController.extend({

// to overwrite the customer_filter trigger from queries.js
if (doc.lead) {
$.each(["customer_address", "shipping_address_name", "contact_person"],
$.each(["customer_address", "shipping_address_name"],
function(i, opts) {
me.frm.set_query(opts, erpnext.queries["lead_filter"]);
}
Expand Down

0 comments on commit 30aac9b

Please sign in to comment.