Skip to content

Commit

Permalink
[FIX] replace requere to require
Browse files Browse the repository at this point in the history
  • Loading branch information
GabbasovDinar authored and Ivan Yelizariev committed Nov 9, 2017
1 parent 84a6949 commit 57b1d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_restaurant_base/static/lib/js/multiprint.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ odoo.define('pos_restaurant.base', function (require) {
var core = require('web.core');
var Session = require('web.Session');

var mixins = requere("web.mixins");
var mixins = require("web.mixins");

var Printer = core.Class.extend(mixins.PropertiesMixin,{
init: function(parent,options){
Expand Down

0 comments on commit 57b1d06

Please sign in to comment.