From 545fef9934ed1968d67665f2838a323dd8cd6078 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Mon, 3 Jun 2019 13:04:57 +0530 Subject: [PATCH] fix: Pass delivery document no as empty string --- erpnext/public/js/utils/serial_no_batch_selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils/serial_no_batch_selector.js b/erpnext/public/js/utils/serial_no_batch_selector.js index 7b04efce28..a28d42b567 100644 --- a/erpnext/public/js/utils/serial_no_batch_selector.js +++ b/erpnext/public/js/utils/serial_no_batch_selector.js @@ -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) {