Skip to content

Commit

Permalink
TA#57380 [IMP] stock_picking_barcode
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Jun 10, 2024
1 parent c010a23 commit c0497c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_picking_barcode/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def on_barcode_scanned(self, barcode):
'The barcode "%(barcode)s" does not match any '
'product on this picking.'
)
% {"barcode": barcode},
% {"barcode": product.barcode},
}
}
else:
Expand Down

0 comments on commit c0497c4

Please sign in to comment.