Skip to content

Commit

Permalink
[FIX] wrong class name
Browse files Browse the repository at this point in the history
see #1029
  • Loading branch information
victor-champonnois committed Aug 2, 2023
1 parent 72b9e39 commit e52c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_reset_search/static/src/js/ProductScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ odoo.define("pos_reset_search.ProductScreen", function (require) {
ProductWidgetChildren[key].el.className ===
"products-widget-control"
) {
ProductWidget = ProductWidgetChildren[key];
ProductsWidgetControlPanel = ProductWidgetChildren[key];
}
}
if (ProductsWidgetControlPanel) {
Expand Down

0 comments on commit e52c807

Please sign in to comment.