mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-28 23:51:48 +01:00
Merge pull request #17667 from deepeshgarg007/quotation-qty-fix
fix: Quotation to lead fix while changing item qty
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user