We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e45d077 + 0721816 commit 3395e7cCopy full SHA for 3395e7c
1 file changed
erpnext/public/js/controllers/transaction.js
@@ -335,7 +335,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
335
let d = locals[cdt][cdn];
336
return {
337
filters: {
338
- docstatus: ("<", 2),
+ docstatus: ["<", 2],
339
inspection_type: inspection_type,
340
reference_name: doc.name,
341
item_code: d.item_code
0 commit comments