mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Merge pull request #31664 from frappe/mergify/bp/version-13-hotfix/pr-31544
FIX: quality inspection quick creation from purchase receipt: pre-fill sample size if available (backport #31544)
This commit is contained in:
@@ -2122,7 +2122,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
"qty": item.qty,
|
"qty": item.qty,
|
||||||
"description": item.description,
|
"description": item.description,
|
||||||
"serial_no": item.serial_no,
|
"serial_no": item.serial_no,
|
||||||
"batch_no": item.batch_no
|
"batch_no": item.batch_no,
|
||||||
|
"sample_size": item.sample_quantity
|
||||||
});
|
});
|
||||||
dialog_items.grid.refresh();
|
dialog_items.grid.refresh();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user