--- a/modules/org.openbravo.retail.posterminal/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js	2021-01-19 19:47:05.552377000 +0100
+++ b/modules/org.openbravo.retail.posterminal/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js	2021-01-19 20:55:41.499650000 +0100
@@ -505,13 +505,14 @@
       this.removeClass('empty');
     }
   },
-  tap: function() {
+  tap: function(options) {
     if (this.disabled === false) {
       OB.UI.SearchProductCharacteristic.prototype.filtersCustomClear();
       this.doTabChange({
         tabPanel: this.tabPanel,
         keyboard: false,
-        edit: false
+        edit: false,
+        options: options
       });
       OB.MobileApp.view.scanningFocus(true);
     }
