Skip to content

Commit 5dc111c

Browse files
Merge branch 'master' into develop
2 parents 7046642 + 9fe4678 commit 5dc111c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/jasper/nfce/danfce.jrxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ $F{dhRecbto}.substring(11,19)]]></textFieldExpression>
723723
<textField textAdjust="StretchHeight" isBlankWhenNull="true">
724724
<reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="60" y="1" width="139" height="328" forecolor="#CCCCCC" uuid="9233214b-dbb5-46b9-b87a-048cdfd63e36"/>
725725
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left" markup="none">
726-
<font fontName="Times New Roman" size="39" isBold="true" isItalic="false" isUnderline="false"/>
726+
<font fontName="Verdana" size="39" isBold="true" isItalic="false" isUnderline="false"/>
727727
</textElement>
728728
<textFieldExpression><![CDATA[$F{cStat}.equals( "101" ) ? "NFCe Cancelada" : ""]]></textFieldExpression>
729729
</textField>

src/main/resources/jasper/nfe/danfe.jrxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ $F{Trans_CPF}.substring(9,11) : ""]]></textFieldExpression>
964964
<textField textAdjust="StretchHeight">
965965
<reportElement style="dados" stretchType="RelativeToBandHeight" mode="Transparent" x="3" y="8" width="559" height="786" isPrintWhenDetailOverflows="true" forecolor="#CCCCCC" uuid="2446e187-c788-462c-95ca-71461937fa36"/>
966966
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" markup="none">
967-
<font fontName="Times New Roman" size="40" isBold="true" isItalic="false" isUnderline="false"/>
967+
<font fontName="Verdana" size="40" isBold="true" isItalic="false" isUnderline="false"/>
968968
</textElement>
969969
<textFieldExpression><![CDATA[$F{Emissao}.equals( "5" ) ? "DANFE em Contingência – impresso em decorrência de problemas técnicos" : $F{Ambiente}.equals( "2" ) || ($F{Ambiente}.equals( "1" ) && $F{Protocolo} == null) ? "SEM VALOR FISCAL" : ""]]></textFieldExpression>
970970
</textField>

0 commit comments

Comments
 (0)