Skip to content

Commit

Permalink
Merge pull request #1334 from LegacyKing/6.06.01RC3b
Browse files Browse the repository at this point in the history
Correct Output Sheet to only display Campaign History Page, if Campai…
  • Loading branch information
LegacyKing authored Jun 18, 2016
2 parents 830f40b + 02668d0 commit 7fcd385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@
====================================-->
<xsl:template match="campaign_histories">
<!-- BEGIN Armor table -->
<fo:page-sequence master-reference="Portrait">
<xsl:if test="count(campaign_history) &gt; 0">
<fo:page-sequence master-reference="Portrait">
<xsl:call-template name="attrib">
<xsl:with-param name="attribute" select="'ac'"/>
</xsl:call-template>
Expand Down Expand Up @@ -397,6 +398,7 @@
</fo:table>
</fo:flow>
</fo:page-sequence>
</xsl:if>
</xsl:template>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
====================================-->
<xsl:template match="campaign_histories">
<!-- BEGIN Armor table -->
<xsl:if test="count(campaign_history) &gt; 0">
<fo:page-sequence master-reference="Portrait">
<xsl:call-template name="attrib">
<xsl:with-param name="attribute" select="'ac'"/>
Expand Down Expand Up @@ -379,6 +380,7 @@
</fo:table>
</fo:flow>
</fo:page-sequence>
</xsl:if>
</xsl:template>


Expand Down

0 comments on commit 7fcd385

Please sign in to comment.