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-schemas-3.8-20120326.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>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</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>
<attribute name="owner.project.facets" value="java"/>
</attributes>

View File

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

View File

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