bug#12811

dev:julio
qua:julio

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@88019 d1611594-4594-4d17-8e1d-87c2c4800839
master
julio 2018-12-17 13:17:58 +00:00
parent 50c43e2d90
commit 88b6af05e9
1 changed files with 3 additions and 7 deletions

View File

@ -41,12 +41,8 @@ import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
@Scope("prototype")
public class RelatorioDocumentosFiscaisController extends MyGenericForwardComposer {
/**
*
*/
private static final long serialVersionUID = 1L;
// private static final String TODOS_VALUE = new Integer(-1).toString();
// private static final String TODOS = "TODAS";
@Autowired
private EmpresaService empresaService;
@Autowired
@ -105,9 +101,9 @@ public class RelatorioDocumentosFiscaisController extends MyGenericForwardCompos
Radio radio = rdgInterestadualMunicial.getSelectedItem();
String tipoLinha = StringUtils.EMPTY;
if (radio.getValue().equals("0")) {
tipoLinha = "INTERMUNICIPAL";
} else if (radio.getValue().equals("1")) {
tipoLinha = "INTERESTADUAL";
} else if (radio.getValue().equals("1")) {
tipoLinha = "INTERMUNICIPAL";
} else if (radio.getValue().equals("2")) {
tipoLinha = "TODOS";
}