Added client_postal_code placeholder

This commit is contained in:
skyanth 2017-08-01 11:32:21 +02:00
parent 63ff61a942
commit e0c6f0d25b
2 changed files with 7 additions and 0 deletions

View File

@ -371,6 +371,7 @@
<xs:element name="client_short"/>
<xs:element name="client_street"/>
<xs:element name="client_city"/>
<xs:element name="client_postal_code"/>
<xs:element name="client_country"/>
<xs:element name="company_long"/>
<xs:element name="company_short"/>

View File

@ -49,6 +49,12 @@
<xsl:with-param name="placeholderElement" select="$placeholderElement"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="client_postal_code">
<xsl:param name="placeholderElement" select="/*/meta//client/postal_code"/>
<xsl:call-template name="checkPlaceholder">
<xsl:with-param name="placeholderElement" select="$placeholderElement"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="client_legal_rep">
<xsl:param name="placeholderElement" select="/*/meta//client/legal_rep"/>
<xsl:call-template name="checkPlaceholder">