git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@34916 d1611594-4594-4d17-8e1d-87c2c4800839
parent
e9d573f908
commit
878ca95d21
|
@ -275,6 +275,11 @@ public class EditarPricingController extends MyGenericForwardComposer {
|
|||
gravarNovo = (Boolean) Executions.getCurrent().getArg().get("gravarNovo");
|
||||
|
||||
super.doAfterCompose(comp);
|
||||
|
||||
pricingCategoriaList.setDisabled(Boolean.TRUE);
|
||||
btnNovoCategoria.setDisabled(Boolean.TRUE);
|
||||
btnApagarCategoria.setDisabled(Boolean.TRUE);
|
||||
btnModificarCategoria.setDisabled(Boolean.TRUE);
|
||||
|
||||
popularCombobox(cmbIndGeneraFeriadoFechaVenta);
|
||||
popularCombobox(cmbIndGeneraFeriadoFechaViaje);
|
||||
|
@ -647,7 +652,6 @@ public class EditarPricingController extends MyGenericForwardComposer {
|
|||
Categoria categoria = null;
|
||||
|
||||
if (ApplicationProperties.getInstance().habilitarPricingCategoria()) {
|
||||
categoriaService.obtenerTodos();
|
||||
pricingCategoriaList.setDisabled(Boolean.FALSE);
|
||||
btnNovoCategoria.setDisabled(Boolean.FALSE);
|
||||
btnApagarCategoria.setDisabled(Boolean.FALSE);
|
||||
|
@ -655,10 +659,6 @@ public class EditarPricingController extends MyGenericForwardComposer {
|
|||
|
||||
}else{
|
||||
categoria = categoriaService.obtenerID(1);
|
||||
pricingCategoriaList.setDisabled(Boolean.TRUE);
|
||||
btnNovoCategoria.setDisabled(Boolean.TRUE);
|
||||
btnApagarCategoria.setDisabled(Boolean.TRUE);
|
||||
btnModificarCategoria.setDisabled(Boolean.TRUE);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -304,7 +304,7 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
|
|||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error(e);
|
||||
log.error("",e);
|
||||
log.debug("Porcentagem Zero");
|
||||
}
|
||||
|
||||
|
@ -485,7 +485,7 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
|
|||
}
|
||||
|
||||
} catch (Exception ex) {
|
||||
log.error(ex);
|
||||
log.error("",ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
ADM_20140423_1RC346
|
||||
ADM_20140423_1RC347
|
Loading…
Reference in New Issue