Skip to content

Commit

Permalink
Merge pull request #4569 from mikhailprivalov/link-to-history
Browse files Browse the repository at this point in the history
Картотека - ссылка на стационар для t, ad, p
  • Loading branch information
urchinpro authored Dec 16, 2024
2 parents a9869be + b15f02c commit 7dede98
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 === 'Врач стационара') {
if (g === 'Врач стационара' || 't, ad, p') {

Check warning on line 599 in l2-frontend/src/ui-cards/DirectionsHistory/index.vue

View workflow job for this annotation

GitHub Actions / webpack_build_prod

Unexpected constant condition

Check warning on line 599 in l2-frontend/src/ui-cards/DirectionsHistory/index.vue

View workflow job for this annotation

GitHub Actions / webpack_build_prod

Unexpected constant condition
return true;
}
}
Expand Down

0 comments on commit 7dede98

Please sign in to comment.