diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js index 1c9dbe4a32..6958ea03ca 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry.js @@ -519,11 +519,11 @@ cur_frm.cscript.validate_items = function(doc) { } cur_frm.cscript.expense_account = function(doc, cdt, cdn) { - erpnext.utils.copy_value_in_all_row(doc, cdt, cdn, "expense_account"); + erpnext.utils.copy_value_in_all_row(doc, cdt, cdn, "items", "expense_account"); } cur_frm.cscript.cost_center = function(doc, cdt, cdn) { - erpnext.utils.copy_value_in_all_row(doc, cdt, cdn, "cost_center"); + erpnext.utils.copy_value_in_all_row(doc, cdt, cdn, "items", "cost_center"); } cur_frm.fields_dict.customer.get_query = function(doc, cdt, cdn) {