Commit 46e8181e78e8197f80e472090edf09cceda2891f
1 parent
c2aa7e6f
Exists in
master
[Redmine Atendimento #4234]Relatorio repactuacao
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
cit-contratos-web/src/main/resources/reports/relatorioRepactuacoes.jrxml
... | ... | @@ -186,7 +186,9 @@ where c.id = $P{CONTRATO_ID}]]> |
186 | 186 | <jr:columnGroup width="534" uuid="6db7f79a-bcdd-40a8-a192-b9aa30297573"> |
187 | 187 | <jr:tableFooter height="25" rowSpan="1"> |
188 | 188 | <staticText> |
189 | - <reportElement x="0" y="0" width="534" height="25" uuid="4e797d25-bbcc-4754-a6a6-4f48a6722135"/> | |
189 | + <reportElement x="0" y="0" width="534" height="25" uuid="4e797d25-bbcc-4754-a6a6-4f48a6722135"> | |
190 | + <printWhenExpression><![CDATA[$F{datarepactuacao} == null]]></printWhenExpression> | |
191 | + </reportElement> | |
190 | 192 | <box topPadding="2" leftPadding="5" bottomPadding="2"> |
191 | 193 | <pen lineWidth="1.0"/> |
192 | 194 | <topPen lineWidth="1.0"/> | ... | ... |