Farid Ghanchi (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/7.0-bug-1064691-ggh into lp:openobject-addons/7.0.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1064691 in OpenERP Addons: "Product Label Report - spacing issue and price precision issue" https://bugs.launchpad.net/openobject-addons/+bug/1064691 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-bug-1064691-ggh/+merge/142688 Hello, In 7.0 When printing product labels report, Without a space between the price and the currency (1.9USD instead of 1.95 USD). Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-bug-1064691-ggh/+merge/142688 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/7.0-bug-1064691-ggh.
=== modified file 'product/report/product_label.xsl' --- product/report/product_label.xsl 2012-08-02 13:40:12 +0000 +++ product/report/product_label.xsl 2013-01-10 13:21:01 +0000 @@ -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>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp