Merge branch 'master-pos-wms-fva'
[odoo/odoo.git] / addons / pos_restaurant / static / src / js / main.js
index 606eef8..eaafccd 100644 (file)
@@ -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);
 };