Commit c2aa7e6ff084c74eb494a43297f5515e690e4c39
1 parent
27a6a3df
Exists in
master
[Redmine Atendimento #4234]Correção titulo relatorio não conformidade
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-contratos-web/src/main/resources/reports/relatorioEventoNaoConformidade.jrxml
... | ... | @@ -266,7 +266,7 @@ $P{dataFinal} != null ? "Até " + new SimpleDateFormat("dd/MM/yyyy").format($P{d |
266 | 266 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
267 | 267 | <font isBold="true"/> |
268 | 268 | </textElement> |
269 | - <text><![CDATA[Não conformidade aplicável]]></text> | |
269 | + <text><![CDATA[Não conformidade]]></text> | |
270 | 270 | </staticText> |
271 | 271 | </jr:columnHeader> |
272 | 272 | <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | ... | ... |