|
@@ -386,9 +386,10 @@
|
|
|
</xsl:choose>
|
|
</xsl:choose>
|
|
|
|
|
|
|
|
<xsl:choose>
|
|
<xsl:choose>
|
|
|
- <xsl:when test="Numer_kontrahenta/text()|ID/text()|source/text()">
|
|
|
|
|
|
|
+ <xsl:when test="Numer_kontrahenta/text()|ID/text()|source/text()|jednostka_organizacyjna/text()">
|
|
|
<ph>
|
|
<ph>
|
|
|
<xsl:if test="Numer_kontrahenta/text()"> nr kontr: <b><xsl:value-of select="Numer_kontrahenta"/></b></xsl:if>
|
|
<xsl:if test="Numer_kontrahenta/text()"> nr kontr: <b><xsl:value-of select="Numer_kontrahenta"/></b></xsl:if>
|
|
|
|
|
+ <xsl:if test="jednostka_organizacyjna/text()"> nr kontr: <b><xsl:value-of select="jednostka_organizacyjna"/></b></xsl:if>
|
|
|
<xsl:if test="ID/text()"> ID <b><xsl:value-of select="ID"/></b></xsl:if>
|
|
<xsl:if test="ID/text()"> ID <b><xsl:value-of select="ID"/></b></xsl:if>
|
|
|
<xsl:if test="source/text()"> source <b><xsl:value-of select="source"/></b></xsl:if>
|
|
<xsl:if test="source/text()"> source <b><xsl:value-of select="source"/></b></xsl:if>
|
|
|
</ph>
|
|
</ph>
|