Update stock_entry.js

This commit is contained in:
Nabin Hait 2017-12-12 18:45:39 +05:30 committed by GitHub
parent de1e29bf1b
commit aab1182c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ frappe.ui.form.on('Stock Entry Detail', {
'item_code' : d.item_code,
'warehouse' : cstr(d.s_warehouse) || cstr(d.t_warehouse),
'transfer_qty' : d.transfer_qty,
'serial_no ' : d.serial_no,
'serial_no' : d.serial_no,
'bom_no' : d.bom_no,
'expense_account' : d.expense_account,
'cost_center' : d.cost_center,