Jalpesh Patel(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1080127-pja into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1080127 in OpenERP Addons: "V7- POS - Receipt missing space"
  https://bugs.launchpad.net/openobject-addons/+bug/1080127

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1080127-pja/+merge/136635

Hello,

        I have fix problem of POS Receipt missing space.
        
Thanks!
pja
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1080127-pja/+merge/136635
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1080127-pja.
=== modified file 'point_of_sale/static/src/xml/pos.xml'
--- point_of_sale/static/src/xml/pos.xml	2012-11-26 09:36:11 +0000
+++ point_of_sale/static/src/xml/pos.xml	2012-11-28 12:21:27 +0000
@@ -563,7 +563,7 @@
         <div class="pos-sale-ticket">
             
             <div class="pos-right-align"><t t-esc="new Date().toString(Date.CultureInfo.formatPatterns.shortDate + ' ' +
-                Date.CultureInfo.formatPatterns.longTime)"/><t t-esc="widget.currentOrder.attributes.name"/></div>
+                Date.CultureInfo.formatPatterns.longTime)"/> <t t-esc="widget.currentOrder.attributes.name"/></div>
             <br />
             <t t-esc="widget.company.name"/><br />
             Phone: <t t-esc="widget.company.phone || ''"/><br />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to