Correct name
This commit is contained in:
parent
81fbc81314
commit
393b9ba38c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue