From 0fe455a9919b736269ee7923f0d6810a607de021 Mon Sep 17 00:00:00 2001 From: KanchanChauhan Date: Fri, 17 Nov 2017 20:08:15 +0530 Subject: [PATCH] [Minor][Bug] Fix syntax error (#11633) --- erpnext/public/js/controllers/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index f53013773e0..621e9a749e8 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1149,7 +1149,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ } if (item.warehouse) filters["warehouse"] = item.warehouse; - return s + return { query : "erpnext.controllers.queries.get_batch_no", filters: filters }