Merge pull request #46777 from rohitwaghchaure/fixed-support-33851-1

fix: incorrect condition
This commit is contained in:
rohitwaghchaure
2025-03-28 23:48:07 +05:30
committed by GitHub

View File

@@ -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