refs #5423 añadido 3r decimal #1392

Merged
joan merged 4 commits from #5423-tercerDecimalCoste into dev 2023-03-21 10:22:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 78d8bbd82a - Show all commits

View File

@ -90,7 +90,7 @@
{{::$ctrl.$t('Package')}}: {{::entry.packageValue | currency: 'EUR':3 | dashIfEmpty}}<br>
{{::$ctrl.$t('Freight')}}: {{::entry.freightValue | currency: 'EUR':3 | dashIfEmpty}}<br>
{{::$ctrl.$t('Comission')}}: {{::entry.comissionValue | currency: 'EUR':3 | dashIfEmpty}}">
{{::entry.cost | currency: 'EUR':2 | dashIfEmpty}}
{{::entry.cost | currency: 'EUR':3 | dashIfEmpty}}
</span>
</vn-td>
<vn-td number>{{::entry.weight | dashIfEmpty}}</vn-td>