bug#13389

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89972 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-02-18 20:28:10 +00:00
parent f2c9acc823
commit 940817873a
1 changed files with 4 additions and 4 deletions

View File

@ -458,10 +458,8 @@ public class EditarPricingController extends PricingController {
btnNovoCategoria.setDisabled(Boolean.FALSE);
btnApagarCategoria.setDisabled(Boolean.FALSE);
btnModificarCategoria.setDisabled(Boolean.FALSE);
} else {
incluirCategoria(categoriaService.obtenerID(1));
}
}
if (pricing.getPricingId() != null) {
pricing = pricingService.obtenerID(pricing.getPricingId());
@ -671,6 +669,8 @@ public class EditarPricingController extends PricingController {
pricingMercadoList.setData(lsPricingMercado);
pricingMercadoService.suscribir(pme);
}
incluirCategoria(categoriaService.obtenerID(1));
incluirCategoriasPadroes();