mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
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:
commit
ded635207f
|
@ -305,6 +305,9 @@
|
|||
@if ($user->country)
|
||||
{{ $user->country }}
|
||||
@endif
|
||||
@if ($user->zip)
|
||||
{{ $user->zip }}
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue