https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34732
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #4 from David Cook <[email protected]> --- (In reply to David Cook from comment #2) > But it looks like you're right. I've attached a screenshot comparing the two > tools, and it looks like the "Barcode image generator" is missing some of > the start and end of the barcode. Deep in the code, the "Label creator" puts a "*" at the start and end of the stored text barcode value before generating the barcode image. But the "Barcode image generator" doesn't do that automatically for you. To generate the barcode as you expect, you'd need to add the "*" to the start and end of your barcode before clicking "Show barcode". I suppose the question is whether or not we should have some automatic adding of the "*" prefix and suffix if it's not supplied... -- You are receiving this mail because: You are the assignee for the bug. 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/
