Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-929413-vja. into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-929413-vja./+merge/92421

Update sales totals
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-929413-vja./+merge/92421
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-929413-vja..
=== modified file 'point_of_sale/static/src/js/pos.js'
--- point_of_sale/static/src/js/pos.js	2012-02-09 14:23:55 +0000
+++ point_of_sale/static/src/js/pos.js	2012-02-10 07:41:00 +0000
@@ -831,6 +831,7 @@
         	this.currentSelected = this.shop.get('selectedOrder').selected;
         	if (reset && this.numpadState)
         		this.numpadState.reset();
+            this.updateSummary();
         },
         render_element: function() {
             this.$element.empty();

_______________________________________________
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