fixes bug#21462

qua:
dev:Valdevir

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@105135 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2021-01-25 15:06:01 +00:00
parent 9430040c94
commit dcaecaf854
2 changed files with 8 additions and 8 deletions

View File

@ -713,7 +713,7 @@
</textElement>
<textFieldExpression><![CDATA[$V{finMediaLinha}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement uuid="db487ac7-832a-4c1f-be94-18884ec7a0d9" stretchType="RelativeToTallestObject" mode="Transparent" x="224" y="0" width="38" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<topPen lineWidth="0.0"/>
@ -724,7 +724,7 @@
<font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$V{totPassageiroLinha}]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{totPassageiroLinha}.intValue()]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement uuid="862fa0c4-b5c7-48a8-9179-565f9ace04ee" stretchType="RelativeToTallestObject" mode="Transparent" x="175" y="0" width="49" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
@ -739,7 +739,7 @@
</textElement>
<textFieldExpression><![CDATA[$V{totReceitaLinha}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement uuid="ca6533ec-b661-456b-a6bb-0c16137a6e01" stretchType="RelativeToBandHeight" mode="Transparent" x="135" y="0" width="40" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<topPen lineWidth="0.0"/>
@ -750,7 +750,7 @@
<font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$V{totViagemLinha}]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{totViagemLinha}.intValue()]]></textFieldExpression>
</textField>
</band>
</groupFooter>
@ -1418,7 +1418,7 @@
</textElement>
<textFieldExpression><![CDATA[$V{finMediaServico}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement uuid="4ce49b04-f991-47b3-b080-50818e8756c7" stretchType="RelativeToBandHeight" mode="Transparent" x="224" y="0" width="38" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<topPen lineWidth="0.0"/>
@ -1428,7 +1428,7 @@
<font fontName="SansSerif" size="8" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$F{TOT_PASSAGEIROS}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{TOT_PASSAGEIROS}.intValue()]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<reportElement uuid="3b9ef014-3d80-4e38-ae1a-c51625a554ae" stretchType="RelativeToBandHeight" mode="Transparent" x="175" y="0" width="49" height="14" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
@ -1442,7 +1442,7 @@
</textElement>
<textFieldExpression><![CDATA[$F{TOT_RECEITA}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="###0.00" isBlankWhenNull="true">
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement uuid="fc4ab10d-3ae6-4a00-8f25-fed5593487a5" stretchType="RelativeToBandHeight" mode="Transparent" x="135" y="0" width="40" height="14" forecolor="#000000" backcolor="#FFFFFF"/>
<box>
<topPen lineWidth="0.0"/>
@ -1452,7 +1452,7 @@
<font fontName="SansSerif" size="8" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$F{VIAGENS}]]></textFieldExpression>
<textFieldExpression><![CDATA[$F{VIAGENS}.intValue()]]></textFieldExpression>
</textField>
</band>
</detail>