Skip to content

Commit

Permalink
Fix #4119: populate PDF from template with currency
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Jul 4, 2019
1 parent 4a1e543 commit f8b3ae1
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,16 @@
<!-- XBL component -->
<xsl:copy-of
select="
for $c in $classes[starts-with(., 'xbl-') and not(. = ('xbl-component', 'xbl-focusable'))][1]
return substring-after($c, 'xbl-')"/>
for $c in
$classes[
starts-with(., 'xbl-') and
not(. = (
'xbl-component',
'xbl-focusable',
'xbl-javascript-lifecycle'
))
][1]
return substring-after($c, 'xbl-')"/>
</xsl:when>
<xsl:when test="$classes = $control-classes">
<!-- Built-in controls -->
Expand Down

0 comments on commit f8b3ae1

Please sign in to comment.