Skip to content
Snippets Groups Projects
Commit d80c0ff6 authored by Foram Katharotiya's avatar Foram Katharotiya Committed by Martin Trigaux
Browse files

[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)
parent 5906f104
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment