exec summary switch no longer prevents other docs from being generated

This commit is contained in:
skyanth
2017-07-03 15:28:53 +02:00
parent 7855364835
commit 8db28b9879
5 changed files with 15 additions and 5 deletions

View File

@@ -58,7 +58,9 @@
<fo:root>
<xsl:call-template name="layout-master-set"/>
<xsl:call-template name="Content"/>
<xsl:call-template name="Content">
<xsl:with-param name="execsummary" select="false()" tunnel="yes"/>
</xsl:call-template>
</fo:root>
</xsl:template>

View File

@@ -49,7 +49,9 @@
<fo:root xsl:use-attribute-sets="root-common">
<xsl:call-template name="layout-master-set"/>
<xsl:call-template name="Content"/>
<xsl:call-template name="Content">
<xsl:with-param name="execsummary" select="false()" tunnel="yes"/>
</xsl:call-template>
</fo:root>
</xsl:template>

View File

@@ -38,7 +38,9 @@
<!-- Invoice is generated straight from offerte -->
<fo:root>
<xsl:call-template name="layout-master-set"/>
<xsl:call-template name="Content"/>
<xsl:call-template name="Content">
<xsl:with-param name="execsummary" select="false()" tunnel="yes"/>
</xsl:call-template>
</fo:root>
</xsl:template>

View File

@@ -69,7 +69,9 @@
<fo:root>
<xsl:call-template name="layout-master-set"/>
<xsl:call-template name="Content"/>
<xsl:call-template name="Content">
<xsl:with-param name="execsummary" select="false()" tunnel="yes"/>
</xsl:call-template>
</fo:root>
</xsl:template>

View File

@@ -59,7 +59,9 @@
<!-- Invoice is generated straight from offerte -->
<fo:root>
<xsl:call-template name="layout-master-set"/>
<xsl:call-template name="Content"/>
<xsl:call-template name="Content">
<xsl:with-param name="execsummary" select="false()" tunnel="yes"/>
</xsl:call-template>
</fo:root>
</xsl:template>