Skip to content

Commit

Permalink
#6938 Correct font
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamghita committed Jul 2, 2020
1 parent 9024eb8 commit cf60fa4
Showing 1 changed file with 11 additions and 10 deletions.
Expand Up @@ -215,7 +215,7 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement>
<font fontName="SansSerif" size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{value}]]></textFieldExpression>
</textField>
Expand All @@ -228,7 +228,7 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement>
<font fontName="SansSerif" size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{productname}]]></textFieldExpression>
</textField>
Expand All @@ -241,11 +241,11 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement>
<font fontName="SansSerif" size="9"/>
<font fontName="Arial" size="9"/>
</textElement>
<textFieldExpression><![CDATA[$F{itemproductname}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="textField-20" x="523" y="0" width="40" height="12" forecolor="#000000" uuid="118a78d4-035b-4396-877b-f4e9c74bf281">
<printWhenExpression><![CDATA[new Boolean( $P{Alt_PriceList_Version_ID} != null
&& $F{altpricestd}.floatValue() != 0)]]></printWhenExpression>
Expand All @@ -257,7 +257,7 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Right">
<font size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{altpricestd}]]></textFieldExpression>
<patternExpression><![CDATA[$F{pricepattern2}]]></patternExpression>
Expand All @@ -271,7 +271,7 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement>
<font size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{attributes}]]></textFieldExpression>
</textField>
Expand All @@ -284,11 +284,11 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement>
<font size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{uomsymbol}]]></textFieldExpression>
</textField>
<textField pattern="###0.00" isBlankWhenNull="false">
<textField isBlankWhenNull="false">
<reportElement key="textField-20" x="476" y="0" width="47" height="12" forecolor="#000000" uuid="118a78d4-035b-4396-877b-f4e9c74bf281">
<printWhenExpression><![CDATA[new Boolean(
($F{altpricestd} == null || $F{pricestd}.equals($F{altpricestd}))
Expand All @@ -302,11 +302,12 @@
<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
<textElement textAlignment="Right">
<font size="9" isBold="false"/>
<font fontName="Arial" size="9" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{pricestd}]]></textFieldExpression>
<patternExpression><![CDATA[$F{pricepattern1}]]></patternExpression>
</textField>
<textField isBlankWhenNull="false">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement key="textField-20" x="476" y="0" width="47" height="12" forecolor="#000000" uuid="118a78d4-035b-4396-877b-f4e9c74bf281">
<printWhenExpression><![CDATA[new Boolean( $F{altpricestd} != null
&& !$F{pricestd}.equals( $F{altpricestd} )
Expand Down

0 comments on commit cf60fa4

Please sign in to comment.