git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@24847 d1611594-4594-4d17-8e1d-87c2c4800839
parent
76a936bc7c
commit
24679add20
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue