diff --git a/web/org.openbravo.retail.selfcheckout/source/components/baseKeyboardKeys.js b/web/org.openbravo.retail.selfcheckout/source/components/baseKeyboardKeys.js index b7134cb..886aba4 100644 --- a/web/org.openbravo.retail.selfcheckout/source/components/baseKeyboardKeys.js +++ b/web/org.openbravo.retail.selfcheckout/source/components/baseKeyboardKeys.js @@ -1,6 +1,6 @@ /* ************************************************************************************ - * Copyright (C) 2018 Openbravo S.L.U. + * Copyright (C) 2018-2021 Openbravo S.L.U. * Licensed under the Openbravo Commercial License version 1.0 * You may obtain a copy of the License at http://www.openbravo.com/legal/obcl.html * or in the legal folder of this module distribution. @@ -52,6 +52,7 @@ enyo.kind({ } input.setValue(currentValue); input.hasNode().scrollLeft = input.hasNode().scrollWidth; + this.bubble('onChangeValues'); }, focus: function() { this.$.input.focus();