commit | 0fe455a9919b736269ee7923f0d6810a607de021 | [log] [tgz] |
---|---|---|
author | KanchanChauhan <angel143.dr@gmail.com> | Fri Nov 17 20:08:15 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 17 20:08:15 2017 +0530 |
tree | 5837b28baf2cea7286f8198a1aede45f2c3a6592 | |
parent | 241d64d8c121a6c431c00f0c642fcfc9670948e5 [diff] |
[Minor][Bug] Fix syntax error (#11633)
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index f530137..621e9a7 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js
@@ -1149,7 +1149,7 @@ } if (item.warehouse) filters["warehouse"] = item.warehouse; - return s + return { query : "erpnext.controllers.queries.get_batch_no", filters: filters }