https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42627 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #12 from David Nind <david@davidnind.com> --- I saw this change when testing bug 43437, and I think there is an issue with it: the changed label "Number of barcodes to print" is misleading. Using KTD (and the sample data) I entered: - Starting barcode: 3999900000001 - Number of barcodes to print: 500 The result is that it only generated 7 barcodes: 3999900000001 3999900000002 3999900000017 3999900000018 3999900000019 3999900000020 3999900000021 I think the "Number of barcodes to print" is misleading, as it is actually only printing any barcodes that exist from the starting barcode entered plus adding the number entered to that sequence, not the next X barcodes. For example, if 500 is entered, and the starting barcode is 3999900000001, then it is only going to print the barcodes that EXIST up until 3999900000500 - not the next 500 barcodes in sequence after 3999900000001. So I'm not sure what is the best way forward here. Maybe add some hint text, or change the label, but I'm struggling to come up with something that is concise and makes sense: "Prints the number of barcodes from the starting barcode, if they exist." "Prints the number of barcodes from the starting barcode, if they exist." "Only prints barcodes that exist from the starting barcode, plus the number entered in sequence." Or maybe I am misunderstanding the purpose of the tool. I think I originally understood it to be about printing me a batch of X barcodes starting from this barcode, so I can use with new books catalogued - not existing barcode in the system. Or may be that is another feature somewhere else? -- You are receiving this mail because: You are watching all bug changes.