rodrigo 2013-03-01 19:06:07 +00:00
parent 76a936bc7c
commit 24679add20
3 changed files with 4 additions and 5 deletions

View File

@ -93,12 +93,12 @@
<classpathentry kind="lib" path="/LibreriasAdmVenta/poi-ooxml-3.8-20120326.jar"/> <classpathentry kind="lib" path="/LibreriasAdmVenta/poi-ooxml-3.8-20120326.jar"/>
<classpathentry kind="lib" path="/LibreriasAdmVenta/poi-ooxml-schemas-3.8-20120326.jar"/> <classpathentry kind="lib" path="/LibreriasAdmVenta/poi-ooxml-schemas-3.8-20120326.jar"/>
<classpathentry kind="lib" path="/LibreriasAdmVenta/xmlbeans-2.3.0.jar"/> <classpathentry kind="lib" path="/LibreriasAdmVenta/xmlbeans-2.3.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.jboss.ide.eclipse.as.core.server.runtime.runtimeTarget/JBoss 6.x Runtime"> <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.jboss.ide.eclipse.as.core.server.runtime.runtimeTarget/JBoss 6.0 Runtime">
<attributes> <attributes>
<attribute name="owner.project.facets" value="jst.web"/> <attribute name="owner.project.facets" value="jst.web"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6">
<attributes> <attributes>
<attribute name="owner.project.facets" value="java"/> <attribute name="owner.project.facets" value="java"/>
</attributes> </attributes>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<faceted-project> <faceted-project>
<runtime name="JBoss 6.x Runtime"/> <runtime name="JBoss 6.0 Runtime"/>
<fixed facet="java"/> <fixed facet="java"/>
<fixed facet="jst.web"/> <fixed facet="jst.web"/>
<fixed facet="wst.jsdt.web"/> <fixed facet="wst.jsdt.web"/>

View File

@ -312,7 +312,6 @@ public class EditarConfiguracionCategoriaController extends MyGenericForwardComp
} }
public void popularCombobox(Combobox cmb) throws Exception { public void popularCombobox(Combobox cmb) throws Exception {
clearCombobox(cmb); clearCombobox(cmb);
for (CategoriaDescuento.DisponibilidadeFeriado p : CategoriaDescuento.DisponibilidadeFeriado.values()) { for (CategoriaDescuento.DisponibilidadeFeriado p : CategoriaDescuento.DisponibilidadeFeriado.values()) {
Comboitem comboItem = new Comboitem(p.descricao()); Comboitem comboItem = new Comboitem(p.descricao());
@ -517,7 +516,6 @@ public class EditarConfiguracionCategoriaController extends MyGenericForwardComp
Labels.getLabel("editarConfiguracionCategoriaController.window.title"), Labels.getLabel("editarConfiguracionCategoriaController.window.title"),
Messagebox.OK, Messagebox.INFORMATION); Messagebox.OK, Messagebox.INFORMATION);
} else { } else {
// Recarrega os periodos alterados // Recarrega os periodos alterados
List<CategoriaDescuento> lsCategoriaDescuentoNova = new ArrayList<CategoriaDescuento>(); List<CategoriaDescuento> lsCategoriaDescuentoNova = new ArrayList<CategoriaDescuento>();
@ -602,6 +600,7 @@ public class EditarConfiguracionCategoriaController extends MyGenericForwardComp
existe = true; existe = true;
} }
} }
if (!existe) { if (!existe) {
CategoriaDescuento cDescuento = new CategoriaDescuento(); CategoriaDescuento cDescuento = new CategoriaDescuento();
cDescuento.setCategoriaCtrl(categoriaCtrl); cDescuento.setCategoriaCtrl(categoriaCtrl);