Correct name

This commit is contained in:
jorgebl 2021-03-24 14:17:27 +01:00
parent 81fbc81314
commit 393b9ba38c
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<vn-td translate number <vn-td translate number
class="expendable" class="expendable"
ng-init=" ng-init="
itemCostTotal = itemTotalCost =
entry.buyingValue + entry.buyingValue +
entry.packageValue + entry.packageValue +
entry.freightValue + entry.freightValue +
@ -85,7 +85,7 @@
{{::$ctrl.$t('Package')}}: {{::entry.packageValue| dashIfEmpty}} + {{::$ctrl.$t('Package')}}: {{::entry.packageValue| dashIfEmpty}} +
{{::$ctrl.$t('Freight')}}: {{::entry.freightValue| dashIfEmpty}} + {{::$ctrl.$t('Freight')}}: {{::entry.freightValue| dashIfEmpty}} +
{{::$ctrl.$t('Comission')}}: {{::entry.comissionValue| dashIfEmpty}}"> {{::$ctrl.$t('Comission')}}: {{::entry.comissionValue| dashIfEmpty}}">
{{itemCostTotal | dashIfEmpty}} {{itemTotalCost | dashIfEmpty}}
</vn-td> </vn-td>
<vn-td number>{{::entry.weight | dashIfEmpty}}</vn-td> <vn-td number>{{::entry.weight | dashIfEmpty}}</vn-td>
<vn-td number>{{::entry.packageFk | dashIfEmpty}}</vn-td> <vn-td number>{{::entry.packageFk | dashIfEmpty}}</vn-td>