Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][IMP] stock_picking_product_barcode_report: Remove space under barcode #559

Merged

Conversation

CarlosRoca13
Copy link
Contributor

@@ -22,7 +22,8 @@ def report_barcode(
):
if type == "gs1_128":
Gs1_128 = barcode.get_barcode_class("gs1_128")
gs1_182 = Gs1_128(str(value), writer=SVGWitoutTextWriter())
writer = SVGWitoutTextWriter(module_max_height=height)
gs1_182 = Gs1_128(str(value), writer=writer)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a typo

Suggested change
gs1_182 = Gs1_128(str(value), writer=writer)
gs1_128 = Gs1_128(str(value), writer=writer)

Change next line too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change done!

@CarlosRoca13 CarlosRoca13 force-pushed the 15.0-IMP-stock_picking_product_barcode_report branch from 5f0ea28 to ae08997 Compare November 22, 2023 06:50
@pedrobaeza
Copy link
Member

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 15.0-ocabot-merge-pr-559-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 29d369d into OCA:15.0 Nov 22, 2023
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 3870743. Thanks a lot for contributing to OCA. ❤️

@pedrobaeza pedrobaeza deleted the 15.0-IMP-stock_picking_product_barcode_report branch November 22, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants