diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 5440fe8588e..6423fd78fe9 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -335,7 +335,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe let d = locals[cdt][cdn]; return { filters: { - docstatus: ("<", 2), + docstatus: ["<", 2], inspection_type: inspection_type, reference_name: doc.name, item_code: d.item_code