Correct name
This commit is contained in:
parent
81fbc81314
commit
393b9ba38c
|
@ -75,7 +75,7 @@
|
|||
<vn-td translate number
|
||||
class="expendable"
|
||||
ng-init="
|
||||
itemCostTotal =
|
||||
itemTotalCost =
|
||||
entry.buyingValue +
|
||||
entry.packageValue +
|
||||
entry.freightValue +
|
||||
|
@ -85,7 +85,7 @@
|
|||
{{::$ctrl.$t('Package')}}: {{::entry.packageValue| dashIfEmpty}} +
|
||||
{{::$ctrl.$t('Freight')}}: {{::entry.freightValue| dashIfEmpty}} +
|
||||
{{::$ctrl.$t('Comission')}}: {{::entry.comissionValue| dashIfEmpty}}">
|
||||
{{itemCostTotal | dashIfEmpty}}
|
||||
{{itemTotalCost | dashIfEmpty}}
|
||||
</vn-td>
|
||||
<vn-td number>{{::entry.weight | dashIfEmpty}}</vn-td>
|
||||
<vn-td number>{{::entry.packageFk | dashIfEmpty}}</vn-td>
|
||||
|
|
Loading…
Reference in New Issue