6296-countryAddress #1935

Merged
carlossa merged 5 commits from 6296-countryAddress into dev 2024-01-19 08:10:09 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 7525998477 - Show all commits

View File

@ -47,6 +47,7 @@
<div class="ellipsize"><b>{{::address.nickname}} - #{{::address.id}}</b></div>
<div class="ellipsize" name="street">{{::address.street}}</div>
<div class="ellipsize">
<span ng-show="::address.postalCode">{{::address.postalCode}} -</span>
<span ng-show="::address.city">{{::address.city}},</span>
<span ng-show="::address.province.name">{{::address.province.name}},</span>
{{::address.province.country.country}}