diff --git a/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js b/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
--- a/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
+++ b/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
@@ -274,7 +274,7 @@
   tabPanel: 'catalog',
   i18nLabel: 'OBMOBC_LblBrowse',
   tap: function () {
-    OB.MobileApp.view.scanningFocus(false);
+    OB.MobileApp.view.scanningFocus(true);
     if (!this.disabled) {
       this.doTabChange({
         tabPanel: this.tabPanel,
@@ -311,7 +311,7 @@
     this.setDisabled(inEvent.status);
   },
   tap: function () {
-    OB.MobileApp.view.scanningFocus(false);
+    OB.MobileApp.view.scanningFocus(true);
     if (this.disabled === false) {
       OB.UI.SearchProductCharacteristic.prototype.filtersCustomClear();
       this.doTabChange({
