fixes bug#22020

dev: Valdir
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106791 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2021-05-20 13:50:14 +00:00
parent b82c51a911
commit a015a5bf7b
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ public class FechamentoParamgeral implements java.io.Serializable {
}
public BigDecimal getBoletoJuros() {
return boletoJuros.setScale(2);
return boletoJuros;
}
public void setBoletoJuros(BigDecimal boletoJuros) {
@ -311,7 +311,7 @@ public class FechamentoParamgeral implements java.io.Serializable {
}
public BigDecimal getBoletoMulta() {
return boletoMulta.setScale(2);
return boletoMulta;
}
public void setBoletoMulta(BigDecimal boletoMulta) {