fix client balance
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
e24c5b00e9
commit
cc569769b0
|
@ -72,13 +72,20 @@
|
||||||
</span>
|
</span>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td expand>
|
<vn-td expand>
|
||||||
<span
|
<div ng-show="::balance.ref">
|
||||||
title="{{balance.isInvoice ? 'BILL' : balance.ref | translate: {ref: balance.ref} }}"
|
<span
|
||||||
ng-class="{'link': balance.isInvoice}"
|
ng-if="balance.isInvoice"
|
||||||
ng-click="$ctrl.showInvoiceOutDescriptor($event, balance)"
|
title="{{'BILL' | translate: {ref: balance.ref} }}"
|
||||||
ng-show="balance.ref">
|
vn-click-stop="$ctrl.showInvoiceOutDescriptor($event, balance)"
|
||||||
{{balance.isInvoice ? 'BILL' : balance.ref | translate: {ref: balance.ref} }}
|
class="link">
|
||||||
</span>
|
{{'BILL' | translate: {ref: balance.ref} }}
|
||||||
|
</span>
|
||||||
|
<span
|
||||||
|
ng-if="!balance.isInvoice"
|
||||||
|
title="{{::balance.ref}}">
|
||||||
|
{{::balance.ref}}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td number>{{::balance.bankFk}}</vn-td>
|
<vn-td number>{{::balance.bankFk}}</vn-td>
|
||||||
<vn-td number expand>{{::balance.debit | currency: 'EUR':2}}</vn-td>
|
<vn-td number expand>{{::balance.debit | currency: 'EUR':2}}</vn-td>
|
||||||
|
|
Loading…
Reference in New Issue