bug#13389
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89972 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f2c9acc823
commit
940817873a
|
@ -458,10 +458,8 @@ public class EditarPricingController extends PricingController {
|
||||||
btnNovoCategoria.setDisabled(Boolean.FALSE);
|
btnNovoCategoria.setDisabled(Boolean.FALSE);
|
||||||
btnApagarCategoria.setDisabled(Boolean.FALSE);
|
btnApagarCategoria.setDisabled(Boolean.FALSE);
|
||||||
btnModificarCategoria.setDisabled(Boolean.FALSE);
|
btnModificarCategoria.setDisabled(Boolean.FALSE);
|
||||||
} else {
|
}
|
||||||
incluirCategoria(categoriaService.obtenerID(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (pricing.getPricingId() != null) {
|
if (pricing.getPricingId() != null) {
|
||||||
pricing = pricingService.obtenerID(pricing.getPricingId());
|
pricing = pricingService.obtenerID(pricing.getPricingId());
|
||||||
|
|
||||||
|
@ -671,6 +669,8 @@ public class EditarPricingController extends PricingController {
|
||||||
pricingMercadoList.setData(lsPricingMercado);
|
pricingMercadoList.setData(lsPricingMercado);
|
||||||
pricingMercadoService.suscribir(pme);
|
pricingMercadoService.suscribir(pme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
incluirCategoria(categoriaService.obtenerID(1));
|
||||||
|
|
||||||
incluirCategoriasPadroes();
|
incluirCategoriasPadroes();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue