Browse Source

removed useless fonction parameter.

pull/491/head
François Kawala 4 years ago
committed by Sylvain LE GAL
parent
commit
005472db9c
  1. 2
      pos_barcode_tare/static/src/js/pos_barcode_tare.js

2
pos_barcode_tare/static/src/js/pos_barcode_tare.js

@ -243,7 +243,7 @@ odoo.define('pos_barcode_tare.screens', function (require) {
this.close();
this.gui.show_screen(this.previous_screen);
},
renderElement: function (self) {
renderElement: function () {
this._super();
var self = this;
this.$('.back').click(function () {

Loading…
Cancel
Save