leonardo 2015-11-30 12:52:47 +00:00
parent 7ff5b35761
commit 6e266970ad
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
try { try {
if (txtPorcentagem.getValue() != null) { if (txtPorcentagem.getValue() != null) {
BigDecimal porcentage = BigDecimal.valueOf(Double.parseDouble(txtPorcentagem.getValue())); BigDecimal porcentage = BigDecimal.valueOf(Double.parseDouble(txtPorcentagem.getValue().replace(",", ".")));
coeficiente = porcentage.divide(new BigDecimal(100)); coeficiente = porcentage.divide(new BigDecimal(100));
if (radIncremento.isChecked()) { if (radIncremento.isChecked()) {