commit | 5c805db57318a9d74cdf991115546aae0e310400 | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Mon Jun 12 13:06:13 2023 +0530 |
committer | s-aga-r <sagarsharma.s312@gmail.com> | Wed Jun 14 15:04:51 2023 +0530 |
tree | 881b4beb302c947fece3625001ad18da829981aa | |
parent | fe054508f12678236986ea3cf867b12c7f4bcde2 [diff] |
fix(ux): add `is_cancelled=0` filter for SBB
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index a47d131..953a893 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js
@@ -130,6 +130,7 @@ 'item_code': item_row.item_code, 'voucher_type': doc.doctype, 'voucher_no': ["in", [doc.name, ""]], + 'is_cancelled': 0, } } });