X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fpos_restaurant%2Fstatic%2Fsrc%2Fjs%2Fmain.js;fp=addons%2Fpos_restaurant%2Fstatic%2Fsrc%2Fjs%2Fmain.js;h=eaafccdf114f4e38d51fc433e86f71004057d660;hb=dc560a4dd0b6c109eede6b30c02ae4b34ca77c38;hp=606eef836a8616dffb6c32eeaf7f4ec4f485d50e;hpb=b5164698f255633e68e6c3b75f30eae8492326dc;p=odoo%2Fodoo.git diff --git a/addons/pos_restaurant/static/src/js/main.js b/addons/pos_restaurant/static/src/js/main.js index 606eef8..eaafccd 100644 --- a/addons/pos_restaurant/static/src/js/main.js +++ b/addons/pos_restaurant/static/src/js/main.js @@ -2,10 +2,11 @@ openerp.pos_restaurant = function(instance){ var module = instance.point_of_sale; - openerp_restaurant_multiprint(instance,module); - openerp_restaurant_splitbill(instance,module); openerp_restaurant_printbill(instance,module); + openerp_restaurant_floors(instance,module); + + openerp_restaurant_multiprint(instance,module); };