Merge pull request #46780 from frappe/mergify/bp/version-14-hotfix/pr-46777

fix: incorrect condition (backport #46777)
This commit is contained in:
rohitwaghchaure
2025-03-29 12:17:59 +05:30
committed by GitHub

View File

@@ -297,7 +297,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
let d = locals[cdt][cdn];
return {
filters: {
docstatus: 1,
docstatus: ["<", 2],
inspection_type: inspection_type,
reference_name: doc.name,
item_code: d.item_code