Skip to content

Commit

Permalink
fix: don't allow close the shift from payments
Browse files Browse the repository at this point in the history
  • Loading branch information
yrestom committed Jun 15, 2023
1 parent c774a02 commit b23f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posawesome/public/js/posapp/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<v-list-item-group v-model="menu_item" color="primary">
<v-list-item
@click="close_shift_dialog"
v-if="!pos_profile.posa_hide_closing_shift"
v-if="!pos_profile.posa_hide_closing_shift && item == 0"
>
<v-list-item-icon>
<v-icon>mdi-content-save-move-outline</v-icon>
Expand Down

0 comments on commit b23f65d

Please sign in to comment.