fixes bug #7169
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@53308 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
537a6da98b
commit
5987755671
|
@ -74,7 +74,9 @@ public class EditarPrecoApanheController extends MyGenericForwardComposer {
|
|||
btnApagar.setVisible(Boolean.FALSE);
|
||||
}
|
||||
|
||||
txtPreco.setValue(BigDecimalUtil.getBigDecimalToStringDouble2CasasDecimaisFormatado(precoApanhe.getPreco(), LocaleUtil.getLocale()));
|
||||
if(precoApanhe.getPreco() != null) {
|
||||
txtPreco.setValue(BigDecimalUtil.getBigDecimalToStringDouble2CasasDecimaisFormatado(precoApanhe.getPreco(), LocaleUtil.getLocale()));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue