Merge pull request 'refs #5735 fix currency' (!1570) from 5735-creditFormat into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1570
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Pablo Natek 2023-06-09 07:31:02 +00:00
commit b81b6c7020
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
</span>
</vn-td>
<vn-td number>{{::clientInforma.rating}}</vn-td>
<vn-td number>{{::clientInforma.recommendedCredit}}</vn-td>
<vn-td>{{::clientInforma.recommendedCredit | currency: 'EUR': 2}}</vn-td>
</vn-tr>
</vn-tbody>
</vn-table>