[IMP]product: remove space between the price and the currency

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

bzr revid: mat@openerp.com-20130510134944-s8yz9z6g0abdy0i7
This commit is contained in:
Martin Trigaux 2013-05-10 15:49:44 +02:00
commit 2c7fd66249
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>