[FIX] product: Product Label report did not display product

The name of the product was stripped from the product label report
Fixes #3138 (only blank entries)
This commit is contained in:
fka-odoo 2014-12-26 10:57:00 +05:30 committed by Martin Trigaux
parent 5906f10436
commit d80c0ff647
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<barCode><xsl:value-of select="ean13" /></barCode>
</td>
<td>
<para style="nospace"><xsl:value-of select="substring(product, 1, pmaxChars)"/></para><xsl:text>, </xsl:text>
<para style="nospace"><xsl:value-of select="substring(product, 1, $pmaxChars)"/></para><xsl:text>, </xsl:text>
<para style="nospace"><xsl:value-of select="variant"/></para>
</td>
</tr>