chore: resolve conflict

This commit is contained in:
ruthra kumar
2024-05-09 12:21:29 +05:30
parent c4dfcbec96
commit 0404941fb2

View File

@@ -72,17 +72,8 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
super.refresh(doc, dt, dn);
frappe.dynamic_link = {
doc: this.frm.doc,
<<<<<<< HEAD
fieldname: 'party_name',
doctype: doc.quotation_to == 'Customer' ? 'Customer' : 'Lead',
=======
fieldname: "party_name",
<<<<<<< HEAD
doctype: doctype,
>>>>>>> fe5b88522e (fix: address filter and quotation to for prospect)
=======
doctype: doc.quotation_to,
>>>>>>> 754c7f6d1c (refactor: make use of doc.quotation_to)
};
var me = this;