Skip to content

Commit

Permalink
revert display of bt-29
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Nov 14, 2023
1 parent a3a95e5 commit 2ab36ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This release is compatible with XRechnung ?.?.x

### Changed

* Display of BT-29 and BT-158 in HTML
* Display of BT-158 in HTML
* BG-3 "PRECEDING INVOICE REFERENCE" was added to test files `maxRechnung_ubl.xml` and `maxRechnung_creditnote.xml`
* BT-11 "Project reference" with Document Type Code `50` was added to test file `maxRechnung_creditnote.xml`

Expand Down
17 changes: 11 additions & 6 deletions src/xsl/xrechnung-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,19 @@
<div class="boxzeile" role="listitem">
<div class="boxdaten legende">
<xsl:value-of select="xrf:_('xr:Seller_identifier')" />:
<br/>
</div>
<div data-title="BT-29" class="BT-29 boxdaten wert">
<xsl:value-of select="." />
</div>
</div>
<div class="boxzeile" role="listitem">
<div class="boxdaten legende">
<xsl:value-of select="xrf:_('xr:Seller_identifier/@scheme_identifier')" />:
</div>
<div class="boxdaten wert">
<div data-title="BT-29" class="BT-29"><xsl:value-of select="." /></div>
<div data-title="BT-29-scheme-id" class="BT-29-scheme-id"><xsl:value-of select="./@scheme_identifier" /></div>
</div>
</div>
<div data-title="BT-29-scheme-id" class="BT-29-scheme-id boxdaten wert">
<xsl:value-of select="./@scheme_identifier" />
</div>
</div>
</xsl:for-each>
<div class="boxzeile" role="listitem">
<div class="boxdaten legende">
Expand Down

0 comments on commit 2ab36ec

Please sign in to comment.