fix(ux): add is_cancelled=0 filter for SBB

This commit is contained in:
s-aga-r 2023-06-12 13:06:13 +05:30
parent fe054508f1
commit 5c805db573

View File

@ -130,6 +130,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
'item_code': item_row.item_code,
'voucher_type': doc.doctype,
'voucher_no': ["in", [doc.name, ""]],
'is_cancelled': 0,
}
}
});