mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix(ux): add is_cancelled=0 filter for SBB
This commit is contained in:
@@ -130,6 +130,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
'item_code': item_row.item_code,
|
'item_code': item_row.item_code,
|
||||||
'voucher_type': doc.doctype,
|
'voucher_type': doc.doctype,
|
||||||
'voucher_no': ["in", [doc.name, ""]],
|
'voucher_no': ["in", [doc.name, ""]],
|
||||||
|
'is_cancelled': 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user