diff --git a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue index 2876ab8767..fcd4433f3c 100644 --- a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue +++ b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue @@ -596,7 +596,7 @@ export default { }, role_can_use_stationar() { for (const g of this.$store.getters.user_data.groups || []) { - if (g === 'Врач стационара') { + if (g === 'Врач стационара' || 't, ad, p') { return true; } }