diff --git a/modules/ticket/back/methods/ticket/filter.js b/modules/ticket/back/methods/ticket/filter.js
index 62ca149f0a..6dbe52524e 100644
--- a/modules/ticket/back/methods/ticket/filter.js
+++ b/modules/ticket/back/methods/ticket/filter.js
@@ -161,8 +161,13 @@ module.exports = Self => {
if (value) {
return {and: [
{'st.alertLevel': 0},
- {'st.code': {neq: 'OK'}},
- {'st.code': {neq: 'BOARDING'}}
+ {'st.code': {nin: [
+ 'OK',
+ 'BOARDING',
+ 'PRINTED',
+ 'PRINTED_AUTO',
+ 'PICKER_DESIGNED'
+ ]}}
]};
} else {
return {and: [
diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html
index 3e98099527..e9066a41b9 100644
--- a/modules/ticket/front/index/index.html
+++ b/modules/ticket/front/index/index.html
@@ -161,7 +161,8 @@
+ ticket="$ctrl.selectedTicket"
+ model="model">