|
@@ -1,7 +1,7 @@
|
|
|
openerp.eiru_pos_gps = function(instance) {
|
|
|
var module = instance.point_of_sale;
|
|
|
- pos_screens(instance, module);
|
|
|
- pos_customer(instance, module);
|
|
|
+ pos_screens1(instance, module);
|
|
|
+ pos_customer1(instance, module);
|
|
|
|
|
|
instance.web.client_actions.add('pos.ui', 'instance.point_of_sale.PosWidget');
|
|
|
};
|