diff --git a/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java b/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java index 9be11beb7..6047c6ca5 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java +++ b/src/com/rjconsultores/ventaboletos/entidad/FechamentoParamgeral.java @@ -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) {