19 Mar
2024
19 Mar
'24
12:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26692 --- Comment #45 from David Cook <dcook@prosentient.com.au> --- I also got a question about embedding the barcode in the WELCOME email. I thought that was pretty interesting. This solution wouldn't work in that case. If we had a $patron->generate_barcode({ type => 'Code39' }) method, we could call that from within Template Toolkit and generate a base64 encoded inline data URI. I don't know if we'd want to add the base64 encoding to the method or have a separate Template::Toolkit filter for that. But that could be interesting. -- You are receiving this mail because: You are watching all bug changes.