mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: Pass delivery document no as empty string
This commit is contained in:
@@ -376,7 +376,7 @@ erpnext.SerialNoBatchSelector = Class.extend({
|
||||
|
||||
let serial_no_filters = {
|
||||
item_code: me.item_code,
|
||||
delivery_document_no: ["in", ""]
|
||||
delivery_document_no: ""
|
||||
}
|
||||
|
||||
if (me.warehouse_details.name) {
|
||||
|
||||
Reference in New Issue
Block a user