percentage hotfix
gitea/salix/2049-hotfix_percentage This commit looks good
Details
gitea/salix/2049-hotfix_percentage This commit looks good
Details
This commit is contained in:
parent
86c5e33e1a
commit
b27d514918
|
@ -168,7 +168,7 @@
|
||||||
<span ng-class="{'link': $ctrl.isEditable}"
|
<span ng-class="{'link': $ctrl.isEditable}"
|
||||||
title="{{$ctrl.isEditable ? 'Edit discount' : ''}}"
|
title="{{$ctrl.isEditable ? 'Edit discount' : ''}}"
|
||||||
ng-click="$ctrl.showEditDiscountPopover($event, sale)">
|
ng-click="$ctrl.showEditDiscountPopover($event, sale)">
|
||||||
{{sale.discount | percentage}}
|
{{(sale.discount / 100) | percentage}}
|
||||||
</span>
|
</span>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td number>
|
<vn-td number>
|
||||||
|
|
Loading…
Reference in New Issue