https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 --- Comment #8 from Ivan Dziuba <ivan.dziuba@inlibro.com> --- (In reply to Katrin Fischer from comment #7)
Ok, I have a bit of bad news here too - with the patch set it's no longer possible to print unpadded barcodes as it requires the barcodes entered to be of the same length. Example: from 1 to 33 will no longer print.
I am not sure what the best fix here would be - maybe check for the numbers to start with zero and only output the hint if they do?
Hi Katrin. Yes, it's my first patch for Koha. I understood your recommendations about 'commit -e' and 'Assignee'. In relation to the same length from and to values. Example from = 0005 and to=10. What we must do? Printing 0005, 0006,...,0010 or 05, 06, ...,10. Thanks! -- You are receiving this mail because: You are watching all bug changes.