[MERGE]product: space issue between the price and the currency

lp bug: https://launchpad.net/bugs/1064691 fixed

bzr revid: mat@openerp.com-20130510142431-0x8846oxgk0x1ilc
This commit is contained in:
Martin Trigaux 2013-05-10 16:24:31 +02:00
commit bd1bebe7cf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<para style="nospace"><xsl:value-of select="code"/></para>
</td>
<td>
<para style="nospace" t="1"><xsl:value-of select="price"/> <xsl:value-of select="currency"/></para>
<para style="nospace" t="1"><xsl:value-of select="price"/><xsl:text> </xsl:text><xsl:value-of select="currency"/></para>
</td>
</tr>
<tr>