diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index b83d5a8d7ae..61f650b64b6 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2122,7 +2122,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ "qty": item.qty, "description": item.description, "serial_no": item.serial_no, - "batch_no": item.batch_no + "batch_no": item.batch_no, + "sample_size": item.sample_quantity }); dialog_items.grid.refresh(); }