https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26692
--- Comment #45 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
