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-87c2c4800839master
parent
b82c51a911
commit
a015a5bf7b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue