FIXES BUG #6704
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@48716 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
05afb40b6a
commit
83420a166b
|
@ -90,7 +90,7 @@ public class EditarDetDiagramaAutobusController extends MyGenericForwardComposer
|
|||
|
||||
chkVendible.setChecked(detDiagramaAutobus.getVendible() == null ? true : detDiagramaAutobus.getVendible());
|
||||
|
||||
if ((numefila == 2) || (numefila == 4) || (numefila == 6)) {
|
||||
if ((numefila == 2) || (numefila == 6)) {
|
||||
itemCombo = DetDiagramaAutobus.TV;
|
||||
|
||||
List<Component> children = cmbTipo.getChildren();
|
||||
|
|
Loading…
Reference in New Issue