mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 03:15:07 +00:00
fix: filter serial nos by selected batch number
This commit is contained in:
committed by
Ankush Menat
parent
f4c213379e
commit
5ec27c9055
@@ -100,7 +100,7 @@ erpnext.SerialNoBatchSelector = class SerialNoBatchSelector {
|
||||
qty: qty,
|
||||
item_code: me.item_code,
|
||||
warehouse: typeof me.warehouse_details.name == "string" ? me.warehouse_details.name : '',
|
||||
batch_no: me.item.batch_no || null,
|
||||
batch_nos: me.item.batch_no || null,
|
||||
posting_date: me.frm.doc.posting_date || me.frm.doc.transaction_date
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user