Fixed merge conflict
This commit is contained in:
@@ -761,7 +761,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
||||
"sales_partner": me.frm.doc.sales_partner,
|
||||
"ignore_pricing_rule": me.frm.doc.ignore_pricing_rule,
|
||||
"doctype": me.frm.doc.doctype,
|
||||
"name": me.frm.doc.name
|
||||
"name": me.frm.doc.name,
|
||||
"is_return": cint(me.frm.doc.is_return)
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user