Add label to all alerts instead of only showing label when note doesn't
exist.
Signed-off-by: McCanna <tmccanna@georgialibraries.org>
<div class="row"
ng-class="{'patron-summary-divider' : !$index}"
ng-repeat="penalty in alert_penalties()">
+ <!-- PINES Customization: remove shortname and add label to system penalties -->
<div
class="col-md-9 patron-summary-alert"
title="{{penalty.standing_penalty().name()}}">
- {{penalty.note() || penalty.standing_penalty().label()}}
+ {{penalty.standing_penalty().label()}} : {{penalty.note()}}
</div>
<div class="col-md-3">
{{penalty.set_date() | date:$root.egDateFormat}}