[Fix] Fetch Serial No by default for Delivery Note Item

This commit is contained in:
Kanchan Chauhan
2016-11-13 21:19:09 +05:30
parent 2ada1600ed
commit af0d6378f1
6 changed files with 55 additions and 26 deletions

View File

@@ -736,7 +736,9 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
"qty": d.qty,
"parenttype": d.parenttype,
"parent": d.parent,
"pricing_rule": d.pricing_rule
"pricing_rule": d.pricing_rule,
"warehouse": d.warehouse,
"serial_no": d.serial_no
});
// if doctype is Quotation Item / Sales Order Iten then add Margin Type and rate in item_list