fixes bug #8977
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@70251 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
96a4aaf765
commit
ea2630fbec
Binary file not shown.
|
@ -98,20 +98,20 @@
|
||||||
<detail>
|
<detail>
|
||||||
<band height="16" splitType="Stretch">
|
<band height="16" splitType="Stretch">
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="0" y="0" width="13" height="16" uuid="d9a99502-1f1e-4f22-930f-66bd8be3c7f0"/>
|
<reportElement x="0" y="0" width="17" height="16" uuid="d9a99502-1f1e-4f22-930f-66bd8be3c7f0"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font fontName="SansSerif" size="9" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="8" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
<paragraph leftIndent="-5" rightIndent="-10"/>
|
<paragraph leftIndent="-5" rightIndent="-25"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
|
||||||
<reportElement positionType="Float" x="13" y="0" width="106" height="16" isPrintWhenDetailOverflows="true" uuid="b8964ae5-2660-4461-926e-8b7734cbe07f">
|
<reportElement positionType="Float" x="17" y="0" width="102" height="16" isPrintWhenDetailOverflows="true" uuid="b8964ae5-2660-4461-926e-8b7734cbe07f">
|
||||||
<printWhenExpression><![CDATA[$F{serie} != null]]></printWhenExpression>
|
<printWhenExpression><![CDATA[$F{serie} != null]]></printWhenExpression>
|
||||||
</reportElement>
|
</reportElement>
|
||||||
<textElement textAlignment="Left">
|
<textElement textAlignment="Left">
|
||||||
<font fontName="SansSerif" size="10" isStrikeThrough="false" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="10" isStrikeThrough="false" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
<paragraph rightIndent="-10"/>
|
<paragraph rightIndent="-25"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{serie}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{serie}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
<reportElement x="119" y="0" width="50" height="16" isPrintWhenDetailOverflows="true" uuid="b5444b15-beaa-42fb-814d-424acf42b6ab"/>
|
<reportElement x="119" y="0" width="50" height="16" isPrintWhenDetailOverflows="true" uuid="b5444b15-beaa-42fb-814d-424acf42b6ab"/>
|
||||||
<textElement textAlignment="Right" rotation="None">
|
<textElement textAlignment="Right" rotation="None">
|
||||||
<font fontName="SansSerif" size="10" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="10" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
<paragraph lineSpacing="Proportional" leftIndent="-10"/>
|
<paragraph lineSpacing="Proportional" leftIndent="-25"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{numero}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{numero}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
|
Loading…
Reference in New Issue