Merge pull request #17704 from rohitwaghchaure/typo_pos_not_working

fix: typo
This commit is contained in:
Saurabh
2019-05-22 22:21:51 +05:30
committed by GitHub

View File

@@ -1121,7 +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,
"quotation_to": me.frm.doc.quotation_to,
"customer_group": me.frm.doc.customer_group,
"territory": me.frm.doc.territory,
"supplier": me.frm.doc.supplier,