https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340
Ivan Dziuba <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111653|0 |1 is obsolete| | --- Comment #12 from Ivan Dziuba <[email protected]> --- Created attachment 121496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121496&action=edit Bug 26340: Keep zero padding when printing barcodes from a range When creating barcode labels from a range, the leading zeros of padded barcodes will be removed. They should be kept instead. TO TEST: 1. Go to Tools > Label creator 2. Click +New -> Barcode range 3. Print barcode range with zero(s) in the start (Ex. from 00011881 to 00012000 ) 4. Select a template to be applied:: Code à barre 48467 Select a layout to be applied: Code à barres 5. Export 6. Open PDF The prefix is not displayed. We should see 00011881 on the labels, but we see 11881, 11882, ... without zeros in the start of labels. 7. Apply patch and retest - the zeros should be kept now. Signed-off-by: David Nind <[email protected]> Bug 26340: (QA follow-up) Rephrase hint on to and from values Bug 26340: Keep zero padding when printing barcodes from a range -- 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/
