Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ZUGFeRD/mustangproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Oct 5, 2024
2 parents 0967971 + a69a7bb commit af3c84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/src/main/resources/stylesheets/xr-content.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -807,10 +807,11 @@
</xsl:template>

<xsl:template name="zusaetzeVertrag">
<xsl:call-template name="box">
<xsl:call-template name="spanned-box">
<xsl:with-param name="identifier" select="'zusaetzeVertrag'"/>
<xsl:with-param name="content">
<xsl:call-template name="list">
<xsl:with-param name="layout" select="'einspaltig'"/>
<xsl:with-param name="content">
<xsl:apply-templates mode="list-entry" select="xr:Tender_or_lot_reference"/>
<xsl:apply-templates mode="list-entry" select="xr:Receiving_advice_reference"/>
Expand Down

0 comments on commit af3c84e

Please sign in to comment.