Skip to content

Commit

Permalink
Tweaked booking view
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Sep 6, 2021
1 parent ec8c52d commit 75fc751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/vatbook/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{{ $booking->position->fir }}
</td>
<td>
@if ($booking->user_id == null)
@if ($booking->local_id == null)
{{ $booking->name }}
@else
{{ \App\Models\User::find($booking->user_id)->name }}
Expand Down

0 comments on commit 75fc751

Please sign in to comment.