BASE: switch partner title and name

bzr revid: ced-8bf2452b8498d3a29642389745d061a8e52cf48e
This commit is contained in:
ced 2007-03-22 08:30:58 +00:00
parent 8963c4e0d8
commit ac9c6b26e4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</xsl:template>
<xsl:template match="address" mode="story">
<para style="nospace"><xsl:value-of select="company-title"/><xsl:text> </xsl:text><xsl:value-of select="company-name"/></para>
<para style="nospace"><xsl:value-of select="company-name"/><xsl:text> </xsl:text><xsl:value-of select="company-title"/></para>
<xsl:choose>
<xsl:when test="count(contact[type='default']) >= 1">
<!-- apply the first 'contact' node with the type 'default' -->