fix: Pass delivery document no as empty string
This commit is contained in:
parent
853a561f11
commit
545fef9934
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user