Skip to content

Commit

Permalink
Merge pull request #4584 from mikhailprivalov/link-history-fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
urchinpro authored Dec 18, 2024
2 parents 8cb6764 + 7c1a1a9 commit 2543697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/DirectionsHistory/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export default {
},
role_can_use_stationar() {
for (const g of this.$store.getters.user_data.groups || []) {
if (g === 'Врач стационара' || 't, ad, p') {
if (g === 'Врач стационара' || g === 't, ad, p') {
return true;
}
}
Expand Down

0 comments on commit 2543697

Please sign in to comment.