QR Codes are rendered and printable, but contain no data?

Hey All,

I hope I’m not missing something simple, but my QR codes are blank. (other barcodes are fine)

I’ve enabled the sticker in the sample type settings, the stickers render and print properly, but display ‘no text’ when scanned.

When I inspect the html element using browser web tools, I can see the data-code attribute does in fact have the sample_id, yet it is never embedded.

I’ve tried with my own installation and with the new 2.6.0 Docker image, neither work… Any tips or suggestions for troubleshooting further?

Thanks in advance!

Hi @dustino,

yes, you are right!
Just checked it and it says “no text” when scanned.
The issue should be resolved with Fix QR code has no embedded ID by ramonski · Pull Request #2708 · senaite/senaite.core · GitHub

Thanks and best regards

1 Like

Hi @ramonski,

I appreciate the quick resolution! I see things were moved from bika.lims stickers to senaite.core in v2.6.0.

For anyone needing QR codes in v2.5.0, in the sticker template, you can change the “data-code” attribute to “data-text” which seems to do the trick.

Thanks again!

1 Like