[Bug 34157] New: Exporting labels as a barcode range can cause 500 error
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Bug ID: 34157 Summary: Exporting labels as a barcode range can cause 500 error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To recreate: 1. Make or edit a label layout. For "Choose layout type:" select " Bibliographic data precedes barcode". 2. Label creator > New > Barcode range 3. Choose a barcode range. 4. Choose the layout from above. 5. 500 error: Can't call method "metadata" on an undefined value at /usr/share/koha/lib/C4/Labels/Label.pm line 342. Seems like this is related to Bug 29697. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Heather <heather_hernandez@nps.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez@nps.gov -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure about this one. I was thinking of barcode range as a feature to pre-produce labels. So you can than add them to the items and scan them in at the same time when cataloguing. I believe as the range allows for you to enter any number and isn't linking to existing items, it probably won't/can't work with labels using bibliographic information. Maybe we need to catch this in a nicer way? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #2 from Heather <heather_hernandez@nps.gov> --- We stumbled on this bug. Yes--we use printing a barcode range to pre-produce labels, to put on an item and then wand in to an item record (e.g., receiving a serial issue, cataloging a book, etc.) But we want our library name on the barcode, so were experimenting with trying to get our library name on the label and discovered this "500 error." Our experimenting is related to bug 31507, "When printing barcode range labels library name does not print." --h2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Heather, thx for commenting, that makes a lot of sense actually. I think this is bug 12316 (that I closed prematurely not thinking of this use case). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #4 from Heather <heather_hernandez@nps.gov> --- And thank you for mentioning that other bug, Katrin--I'll go comment on that one! Cheerio! h2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Claudio Costales <costalc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |costalc@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marie-luce.laflamme@inlibro | |.com --- Comment #5 from Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com> --- Same here. Barcode range is mainly used to print them in advance. Strangely, the same barcode range can't have different results. When we stick to just barcodes in the layout, it works like a charm. But if we add free text (e.g. 'City library') in the there, we hit a 500 error. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #6 from Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com> --- The layout option 'bibliographic data precedes barcode' appears to rely on itemnumber, which it isn't ideal when printing a barcode range. Before the test Layout - Add a new layout including free text - choose layout type: 'bibliographic data precedes barcode' - Add text between quotation marks in the list fields (e.g. 'Centrale library') - Save Itemnumber check - Find your database max(itemnumber) Barcode check - Find a barcode range 1 that is not currently in your database notes: max(barcode) can be a good start. This range should be smaller < than max(itemnumber) - Find another barcode range 2 that is not currently in your database This second range of numbers should be larger > than max(itemnumber) Test plan 1. In Label creator > Add > Barcode range 2. Enter your barcode range 1; the one smaller < max(itemnumber) 3. Click on "Print range" 4. Choose the layout from above 5. Click on "Export" 6. View the pdf --> ok, Koha is printing text on each label 7. Redo steps 2 to 3 with the barcode range 2; the one larger > max(itemnumber) 8. Select the DEFAULT layout 9. Check the pdf --> Koha generate all barcodes correctly 10. Keep your barcode range 2 and redo steps 2 to 3, but... 11. Select the layout with text previously added 12. Check the pdf --> Koha open up a 500 error page or empty page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Matthias Le Gac <matthias.le-gac@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #7 from Matthias Le Gac <matthias.le-gac@inlibro.com> --- Created attachment 162282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162282&action=edit Bug 34157: Exporting labels as a barcode range can cause 500 error The layout option 'bibliographic data precedes barcode' appears to rely on itemnumber, which it isn't ideal when printing a barcode range. Before the test Layout - Add a new layout including free text - choose layout type: 'bibliographic data precedes barcode' - Add text between quotation marks in the list fields (e.g. 'Centrale library') - Save Itemnumber check - Find your database max(itemnumber) Barcode check - Find a barcode range 1 that is not currently in your database notes: max(barcode) can be a good start. This range should be smaller < than max(itemnumber) - Find another barcode range 2 that is not currently in your database This second range of numbers should be larger > than max(itemnumber) Test plan 1. In Label creator > Add > Barcode range 2. Enter your barcode range 1; the one smaller < max(itemnumber) 3. Click on "Print range" 4. Choose the layout from above 5. Click on "Export" 6. View the pdf --> ok, Koha is printing text on each label 7. Redo steps 2 to 3 with the barcode range 2; the one larger > max(itemnumber) 8. Select the DEFAULT layout 9. Check the pdf --> Koha generate all barcodes correctly 10. Keep your barcode range 2 and redo steps 2 to 3, but... 11. Select the layout with text previously added 12. Check the pdf --> Koha open up a 500 error page or empty page 13. apply the patch 14. Perform the same steps as before, but this time without encountering any errors. Koha is printing text on each label during step 12. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 HKS3 Tadeusz Sośnierz <tadeusz@sosnierz.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 HKS3 Tadeusz Sośnierz <tadeusz@sosnierz.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #162282|0 |1 is obsolete| | --- Comment #8 from HKS3 Tadeusz Sośnierz <tadeusz@sosnierz.com> --- Created attachment 167338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167338&action=edit Bug 34157: Exporting labels as a barcode range can cause 500 error Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com> Seems to contain some leftover debug code: `print STDERR "label_a: iffffffff";` in `label-create-pdf.pl` -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 J. Reuter <reuter@die-bonn.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reuter@die-bonn.de -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Kyle M Hall (khall) <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |kyle@bywatersolutions.com --- Comment #9 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Looks like the patch has some debugging data in it? print STDERR "label_a: iffffffff"; -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #10 from Sukhmandeep <sukhmandeep.benipal@inLibro.com> --- Created attachment 172577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172577&action=edit Bug 34157: (Follow up) Removed the debugging data -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Sukhmandeep <sukhmandeep.benipal@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sukhmandeep.benipal@inLibro | |.com Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Rudy Hinojosa <rudy.hinojosa@lifeafter.solutions> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rudy.hinojosa@lifeafter.sol | |utions --- Comment #11 from Rudy Hinojosa <rudy.hinojosa@lifeafter.solutions> --- Just a side note, the same range used in barcode batches works fine, it's the barcode range feature that has the 500 error in 24.11. Looking at the post URL I notice it is attempting to use batch #0. That might be ok if that's intended to be a programmatic cross reference to internal routines maybe. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167338|0 |1 is obsolete| | --- Comment #12 from Hammat wele <hammat.wele@inlibro.com> --- Created attachment 179001 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179001&action=edit Bug 34157: Exporting labels as a barcode range can cause 500 error Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172577|0 |1 is obsolete| | --- Comment #13 from Hammat wele <hammat.wele@inlibro.com> --- Created attachment 179002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179002&action=edit Bug 34157: (Follow up) Removed the debugging data -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 J. Reuter <reuter@die-bonn.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|reuter@die-bonn.de | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david@davidnind.com Assignee|cnighswonger@foundations.ed |hammat.wele@inlibro.com |u | Text to go in the| |This fixes the "Error release notes| |500..." message generated | |when printing barcode | |ranges using the label | |creator, and where the | |layout type selected is | |"Bibliographic data | |precedes barcode" | |(Cataloging > Tools > Label | |creator). --- Comment #14 from David Nind <david@davidnind.com> --- I had a go at testing. The patch still applies. As I understand it, this bug fixes the error 500 if you use the "Bibliographic data precedes barcode" layout type when printing a barcode range. I'm happy to sign off, however the QA script complains: FAI C4/Labels/Label.pm FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl C4/Labels/Label.pm` The commit messages also need to follow the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages I also changed the assignee. Testing notes (using KTD): 1. Set up information for testing: 1.1 Create a new label layout: 1.1.1 Cataloging > Tools > Label creator 1.1.2 New > Label layout 1.1.3 Add these details: - Layout name: BZ34157 - Choose layout type: Bibliographic data precedes barcode - Select 'List fieds' - Data fields: add some text at the end title, author, isbn, issn, itemtype, barcode, itemcallnumber, 'Some text' 1.1.3 Save 1.2 Ranges of barcode numbers for testing: 1.2.1 Where the numbers are not used in KTD, and are LOWER than the highest barcode number (39999000019193): 500000 to 500100 1.2.3 Where the numbers are not used in KTD, and are HIGHER than the highest barcode number (39999000019193): 39999000020000 to 39999000020100 1.2.2 Where the numbers are used in KTD: 3999900000001 to 3999900001001 2. Print a barcode range using the ranges in 1.2: 2.1 Cataloging > Tools > Label creator > Print barcode range 2.2 Enter the barcode ranges 2.3 Select a layout to be applied: BZ34157 2.4 Export 2.5 Click "Download as PDF" 2.6 Results for all barcode ranges: ==> You get a page with "An error has occured! Error 500...". 3. Repeat step 2, but select the DEFAULT layout for 2.3: ==> Results for all barcode ranges: PDFs with barcode labels successfully generated 4. Apply the patches and restart everything (restart_all) 5. Repeat steps 2 and 3. 6. Results for all barcode ranges and the BZ34157 and DEFAULT layouts: ==> PDFs with barcode labels successfully generated -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #15 from David Nind <david@davidnind.com> --- Changed importance from enhancement to normal - a 500 errors means something is not working as it should. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #16 from Hammat wele <hammat.wele@inlibro.com> --- Created attachment 183772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183772&action=edit Bug 34157: (follow-up) Tidiness fix -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com, | |philippe.blouin@inlibro.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179001|0 |1 is obsolete| | --- Comment #17 from David Nind <david@davidnind.com> --- Created attachment 183800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183800&action=edit Bug 34157: Exporting labels as a barcode range can cause 500 error This fixes the error 500 generated when using the label generator if you use the "Bibliographic data precedes barcode" layout type when printing a barcode range. Test plan: 1. Set up information for testing: 1.1 Create a new label layout: 1.1.1 Cataloging > Tools > Label creator 1.1.2 New > Label layout 1.1.3 Add these details: - Layout name: BZ34157 - Choose layout type: Bibliographic data precedes barcode - Select 'List fieds' - Data fields: add some text at the end title, author, isbn, issn, itemtype, barcode, itemcallnumber, 'Some text' 1.1.3 Save 1.2 Ranges of barcode numbers for testing: 1.2.1 Where the numbers are not used in KTD, and are LOWER than the highest barcode number (39999000019193): 500000 to 500100 1.2.3 Where the numbers are not used in KTD, and are HIGHER than the highest barcode number (39999000019193): 39999000020000 to 39999000020100 1.2.2 Where the numbers are used in KTD: 3999900000001 to 3999900001001 2. Print a barcode range using the ranges in 1.2: 2.1 Cataloging > Tools > Label creator > Print barcode range 2.2 Enter the barcode ranges 2.3 Select a layout to be applied: BZ34157 2.4 Export 2.5 Click "Download as PDF" 2.6 Results for all barcode ranges: ==> You get a page with "An error has occured! Error 500...". 3. Repeat step 2, but select the DEFAULT layout for 2.3: ==> Results for all barcode ranges: PDFs with barcode labels successfully generated 4. Apply the patches and restart everything (restart_all) 5. Repeat steps 2 and 3. 6. Results for all barcode ranges and the BZ34157 and DEFAULT layouts: ==> PDFs with barcode labels successfully generated Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179002|0 |1 is obsolete| | --- Comment #18 from David Nind <david@davidnind.com> --- Created attachment 183801 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183801&action=edit Bug 34157: (Follow up) Removed the debugging data Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183772|0 |1 is obsolete| | --- Comment #19 from David Nind <david@davidnind.com> --- Created attachment 183802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183802&action=edit Bug 34157: (follow-up) Tidiness fix Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Exporting labels as a |Exporting labels as a |barcode range can cause 500 |barcode range can cause a |error |500 error Text to go in the|This fixes the "Error |This fixes the "Error release notes|500..." message generated |500..." message generated |when printing barcode |when printing barcode |ranges using the label |ranges using the label |creator, and where the |creator, where the layout |layout type selected is |type selected is |"Bibliographic data |"Bibliographic data |precedes barcode" |precedes barcode" |(Cataloging > Tools > Label |(Cataloging > Tools > Label |creator). |creator). --- Comment #20 from David Nind <david@davidnind.com> --- Thanks Hammat! (I also updated the commit message and added the test plan.) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183800|0 |1 is obsolete| | Attachment #183801|0 |1 is obsolete| | Attachment #183802|0 |1 is obsolete| | --- Comment #21 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 183898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183898&action=edit Bug 34157: Exporting labels as a barcode range can cause 500 error This fixes the error 500 generated when using the label generator if you use the "Bibliographic data precedes barcode" layout type when printing a barcode range. Test plan: 1. Set up information for testing: 1.1 Create a new label layout: 1.1.1 Cataloging > Tools > Label creator 1.1.2 New > Label layout 1.1.3 Add these details: - Layout name: BZ34157 - Choose layout type: Bibliographic data precedes barcode - Select 'List fieds' - Data fields: add some text at the end title, author, isbn, issn, itemtype, barcode, itemcallnumber, 'Some text' 1.1.3 Save 1.2 Ranges of barcode numbers for testing: 1.2.1 Where the numbers are not used in KTD, and are LOWER than the highest barcode number (39999000019193): 500000 to 500100 1.2.3 Where the numbers are not used in KTD, and are HIGHER than the highest barcode number (39999000019193): 39999000020000 to 39999000020100 1.2.2 Where the numbers are used in KTD: 3999900000001 to 3999900001001 2. Print a barcode range using the ranges in 1.2: 2.1 Cataloging > Tools > Label creator > Print barcode range 2.2 Enter the barcode ranges 2.3 Select a layout to be applied: BZ34157 2.4 Export 2.5 Click "Download as PDF" 2.6 Results for all barcode ranges: ==> You get a page with "An error has occured! Error 500...". 3. Repeat step 2, but select the DEFAULT layout for 2.3: ==> Results for all barcode ranges: PDFs with barcode labels successfully generated 4. Apply the patches and restart everything (restart_all) 5. Repeat steps 2 and 3. 6. Results for all barcode ranges and the BZ34157 and DEFAULT layouts: ==> PDFs with barcode labels successfully generated Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com> Signed-off-by: David Nind <david@davidnind.com> Bug 34157: (Follow up) Removed the debugging data Signed-off-by: David Nind <david@davidnind.com> Bug 34157: (follow-up) Tidiness fix Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> [EDIT] Squashed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl QA Contact|testopia@bugs.koha-communit |m.de.rooy@rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #22 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|25.11.00 |25.11.00,25.05.02 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 --- Comment #23 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00,25.05.02 |25.11.00,25.05.02,24.11.08 released in| | Status|Pushed to stable |Pushed to oldstable CC| |fridolin.somers@biblibre.co | |m --- Comment #24 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 24.11.x for 24.11.08 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Needs documenting --- Comment #25 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Not backporting to 22.11.x as it wasn't backported to 24.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34157 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED --- Comment #26 from David Nind <david@davidnind.com> --- Bug fix, no updates to the manual required. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org