bug#10714
dev:Daniel qua:Bruno git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@79733 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4e4fc61096
commit
36698791ec
|
@ -715,7 +715,7 @@ public class TarifaEscalaContorller extends MyGenericForwardComposer {
|
|||
boolean mapTarifaTexboxRedenrizado = true;
|
||||
|
||||
Decimalbox decimalBox = mapTarifaTextbox.get(tr);
|
||||
if (decimalBox == null) {
|
||||
if (decimalBox == null || tarifa.getPrecio() == null) {
|
||||
mapTarifaTexboxRedenrizado = false;
|
||||
tarifa.setPrecio(BigDecimal.ZERO);
|
||||
tarifa.setPreciooriginal(BigDecimal.ZERO);
|
||||
|
|
Loading…
Reference in New Issue