From 553dabaa08ae73244cb4c0a3dfe45945a0f515b2 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Sat, 18 May 2019 21:31:58 +0530 Subject: [PATCH] fix: Pricing rule fix for lead --- erpnext/public/js/controllers/transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 3bb85456e8c..c0d06952af3 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1121,6 +1121,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ return { "items": this._get_item_list(item), "customer": me.frm.doc.customer || me.frm.doc.party_name, + "quotation_to": me.doc.frm.quotation_to, "customer_group": me.frm.doc.customer_group, "territory": me.frm.doc.territory, "supplier": me.frm.doc.supplier,