Persano commited on
Commit
8cad912
·
verified ·
1 Parent(s): a131519

Update templates/relatorio_pdf.html

Browse files
Files changed (1) hide show
  1. templates/relatorio_pdf.html +1 -1
templates/relatorio_pdf.html CHANGED
@@ -59,7 +59,7 @@
59
 
60
  <div class="resultado-destaque">
61
  Investimento com maior retorno: {{ investimento_mais_valorizado }}<br>
62
- Valor final estimado: R$ {{ "{:,.2f}".format(valor_mais_alto) }}
63
  </div>
64
 
65
  </body>
 
59
 
60
  <div class="resultado-destaque">
61
  Investimento com maior retorno: {{ investimento_mais_valorizado }}<br>
62
+ Valor final estimado: R$ {{ "{:,.2f}".format(valor_mais_alto).replace(",", "X").replace(".", ",").replace("X", ".") }}
63
  </div>
64
 
65
  </body>