[FIX] point_of_sale: don't overwritte title from pos template

This commit is contained in:
Jeremy Kersten 2015-03-17 18:53:26 +01:00
parent fffd52a16b
commit 082a6ce0ab
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class PosController(http.Controller):
modules = simplejson.dumps(module_boot(request.db))
init = """
var wc = new s.web.WebClient();
wc._title_changed = function() {}
wc.show_application = function(){
wc.action_manager.do_action("pos.ui");
};