diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 6b618b2435d..85485fc7a6f 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2004,7 +2004,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe "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(); }