fixes bug#AL-3451

master
Aristides dos Reis Júnior 2024-01-05 19:07:46 -03:00
parent fa5ff51cf6
commit 12d5c02805
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.40.0</version> <version>1.40.1</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>

View File

@ -318,14 +318,14 @@
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{QTDVIAGENS}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QTDPASSAGENS}]]></textFieldExpression>
</textField> </textField>
<textField pattern="" isBlankWhenNull="true"> <textField pattern="" isBlankWhenNull="true">
<reportElement uuid="0f5856f2-2cdf-4178-9beb-33742b4fb83a" stretchType="RelativeToTallestObject" x="500" y="0" width="90" height="12" isPrintWhenDetailOverflows="true"/> <reportElement uuid="0f5856f2-2cdf-4178-9beb-33742b4fb83a" stretchType="RelativeToTallestObject" x="500" y="0" width="90" height="12" isPrintWhenDetailOverflows="true"/>
<textElement textAlignment="Left"> <textElement textAlignment="Left">
<font size="6"/> <font size="6"/>
</textElement> </textElement>
<textFieldExpression><![CDATA[$F{QTDPASSAGENS}]]></textFieldExpression> <textFieldExpression><![CDATA[$F{QTDVIAGENS}]]></textFieldExpression>
</textField> </textField>
</band> </band>
</detail> </detail>