Skip to content

Commit

Permalink
Merge PR #1281 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by ivantodorovich
  • Loading branch information
OCA-git-bot committed Jan 13, 2025
2 parents 01cff78 + aa51e5f commit 850a5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pos_product_multi_barcode/static/src/js/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ odoo.define("pos_product_multi_barcode.db", function (require) {
var barcodes = JSON.parse(product.barcodes_json);

barcodes.forEach(function (barcode) {
if (barcode in self.product_by_barcode) {
return;
}
self.product_by_barcode[barcode] = product;
});
});
Expand Down

0 comments on commit 850a5fe

Please sign in to comment.