fixes bug#AL-4487
parent
37e96f3adb
commit
a763d6a7f4
2
pom.xml
2
pom.xml
|
@ -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.117.0</version>
|
<version>1.117.1</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Binary file not shown.
|
@ -405,7 +405,7 @@
|
||||||
<text><![CDATA[Destino]]></text>
|
<text><![CDATA[Destino]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement uuid="7b817589-f754-49f1-bf53-856be52946fb" mode="Transparent" x="186" y="1" width="25" height="11" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF">
|
<reportElement uuid="7b817589-f754-49f1-bf53-856be52946fb" mode="Transparent" x="187" y="1" width="24" height="11" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF">
|
||||||
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
|
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
|
||||||
</reportElement>
|
</reportElement>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||||
|
@ -535,7 +535,7 @@
|
||||||
<text><![CDATA[T. SO]]></text>
|
<text><![CDATA[T. SO]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement uuid="8f6976c6-bd48-447f-a07f-f6bbbc33b8f6" mode="Transparent" x="154" y="1" width="32" height="11" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
|
<reportElement uuid="8f6976c6-bd48-447f-a07f-f6bbbc33b8f6" mode="Transparent" x="154" y="1" width="33" height="11" isPrintWhenDetailOverflows="true" forecolor="#000000" backcolor="#FFFFFF"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
<textElement textAlignment="Right" verticalAlignment="Top" rotation="None" markup="none">
|
||||||
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="7" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
|
||||||
<paragraph lineSpacing="Single"/>
|
<paragraph lineSpacing="Single"/>
|
||||||
|
@ -565,7 +565,7 @@
|
||||||
<textFieldExpression><![CDATA[$F{CIDADE_ORIGEM}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{CIDADE_ORIGEM}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00">
|
<textField pattern="#,##0.00">
|
||||||
<reportElement uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba" x="186" y="1" width="25" height="11">
|
<reportElement uuid="6454beed-fb72-4aa5-8bff-7eb4ea6c26ba" x="187" y="1" width="24" height="11">
|
||||||
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
|
<printWhenExpression><![CDATA[$P{IS_TX_EMBARQUE}]]></printWhenExpression>
|
||||||
</reportElement>
|
</reportElement>
|
||||||
<textElement textAlignment="Right" markup="none"/>
|
<textElement textAlignment="Right" markup="none"/>
|
||||||
|
@ -656,7 +656,7 @@
|
||||||
<textFieldExpression><![CDATA[$F{totalValorseguroOpcionalVendido}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{totalValorseguroOpcionalVendido}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
|
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
|
||||||
<reportElement uuid="da706924-1662-451e-8841-3b6559657b90" x="154" y="1" width="32" height="11"/>
|
<reportElement uuid="da706924-1662-451e-8841-3b6559657b90" x="154" y="1" width="33" height="11"/>
|
||||||
<textElement textAlignment="Right" markup="none"/>
|
<textElement textAlignment="Right" markup="none"/>
|
||||||
<textFieldExpression><![CDATA[$F{fecHorventa}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{fecHorventa}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
|
Loading…
Reference in New Issue