Merge pull request #11365 from snipe/fixes/adds_missing_zip_to_user_view

Added missing postal code from user view
This commit is contained in:
snipe 2022-06-22 12:19:27 -07:00 committed by GitHub
commit ded635207f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,9 @@
@if ($user->country)
{{ $user->country }}
@endif
@if ($user->zip)
{{ $user->zip }}
@endif
</div>
</div>