[Bug 28831] New: Results XSLT: Allow unavailable item grouping on status only for large consortia
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Bug ID: 28831 Summary: Results XSLT: Allow unavailable item grouping on status only for large consortia Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org See bug 26302:
3 - Not blocker: it would be nice to have a '-1' option for resultsMaxItemsUnavailable to preserve previous grouping - in large consortia I know they have not wanted to display individual NFL items.
This follow-up would make it possible to group by (sub)status and not on branch level first. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26302 Assignee|oleonard@myacpl.org |m.de.rooy@rijksmuseum.nl Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302 [Bug 26302] OPAC XSLT Results: List variable number of itemcallnumbers -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Bug 28831 depends on bug 26302, which changed state. Bug 26302 Summary: OPAC XSLT Results: List variable number of itemcallnumbers https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26302 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124688&action=edit Bug 28831: Database revision, add new preference The preference OPACResultsUnavailableGroupingBy allows you to group unavailable items by substatus, only showing item counts, on the OPAC XSLT results. This is meant to be useful for larger consortia. Test plan: Run dbrev. Check new pref on Admin, preferences, OPAC tab. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124689&action=edit Bug 28831: Add choose/when, and change indentation As a first step: [1] Add the new pref OPACResultsUnavailableGroupingBy in the xslt, and pass it via C4/XSLT. [2] Add a choose/when construction in the third part of Availability. [3] Add indentation (8 spaces) of the inner block handling group by branch. Test plan: Make sure that OPACResultsUnavailableGroupingBy eq branch. Verify that OPAC results are still untouched. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124690&action=edit Bug 28831: Add the new group by substatus-block Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- David, Nick: This is a small follow-up on the XSLT changes on bug 26302. Could you please have a look? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #5 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- As example. This allows you to toggle between: Not available: Centerville: Checked out (1). Centerville: Ordered (1). Fairfield: Checked out (1). Fairfield: Withdrawn (1). OR Not available: Checked out (2). Ordered (1). Withdrawn (1). In the first case the unavailable items = 0, groupby = branch. In the second case only groupby = substatus is relevant. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #6 from David Nind <david@davidnind.com> --- I get this message when updating the database: root@kohadevbox:koha(bz28831)$ updatedatabase Bareword found where operator expected at /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl line 11, near "('OPACResultsUnavailableGroupingBy','branch','branch|substatus" (Might be a runaway multi-line || string starting on line 9) (Missing operator before substatus?) DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl [12:29:18] ERROR - {UNKNOWN}: Can't use an undefined value as a subroutine reference at /kohadevbox/koha/C4/Installer.pm line 735. at /kohadevbox/koha/C4/Installer.pm line 737 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124688|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124706&action=edit Bug 28831: Database revision, add new preference The preference OPACResultsUnavailableGroupingBy allows you to group unavailable items by substatus, only showing item counts, on the OPAC XSLT results. This is meant to be useful for larger consortia. Test plan: Run dbrev. Check new pref on Admin, preferences, OPAC tab. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124689|0 |1 is obsolete| | --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124707&action=edit Bug 28831: Add choose/when, and change indentation As a first step: [1] Add the new pref OPACResultsUnavailableGroupingBy in the xslt, and pass it via C4/XSLT. [2] Add a choose/when construction in the third part of Availability. [3] Add indentation (8 spaces) of the inner block handling group by branch. Test plan: Make sure that OPACResultsUnavailableGroupingBy eq branch. Verify that OPAC results are still untouched. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124690|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 124708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124708&action=edit Bug 28831: Add the new group by substatus-block Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Nind from comment #6)
I get this message when updating the database:
root@kohadevbox:koha(bz28831)$ updatedatabase Bareword found where operator expected at /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl line 11, near "('OPACResultsUnavailableGroupingBy','branch','branch|substatus" (Might be a runaway multi-line || string starting on line 9) (Missing operator before substatus?) DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl [12:29:18] ERROR - {UNKNOWN}: Can't use an undefined value as a subroutine reference at /kohadevbox/koha/C4/Installer.pm line 735. at /kohadevbox/koha/C4/Installer.pm line 737
Ah thanks for noting. The pipe char ended the quote command. Had to add a backslash. And removed a comma. Tested now, should work. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Results XSLT: Allow |OPAC Results XSLT: Allow |unavailable item grouping |unavailable item grouping |on status only for large |on status only for large |consortia |consortia -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OPAC Results XSLT: Allow |OPAC XSLT Results: Allow |unavailable item grouping |unavailable item grouping |on status only for large |on status only for large |consortia |consortia -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 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=28831 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124706|0 |1 is obsolete| | --- Comment #11 from David Nind <david@davidnind.com> --- Created attachment 124804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124804&action=edit Bug 28831: Database revision, add new preference The preference OPACResultsUnavailableGroupingBy allows you to group unavailable items by substatus, only showing item counts, on the OPAC XSLT results. This is meant to be useful for larger consortia. Test plan: Run dbrev. Check new pref on Admin, preferences, OPAC tab. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> 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=28831 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124707|0 |1 is obsolete| | --- Comment #12 from David Nind <david@davidnind.com> --- Created attachment 124805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124805&action=edit Bug 28831: Add choose/when, and change indentation As a first step: [1] Add the new pref OPACResultsUnavailableGroupingBy in the xslt, and pass it via C4/XSLT. [2] Add a choose/when construction in the third part of Availability. [3] Add indentation (8 spaces) of the inner block handling group by branch. Test plan: Make sure that OPACResultsUnavailableGroupingBy eq branch. Verify that OPAC results are still untouched. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> 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=28831 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124708|0 |1 is obsolete| | --- Comment #13 from David Nind <david@davidnind.com> --- Created attachment 124806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124806&action=edit Bug 28831: Add the new group by substatus-block Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> 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=28831 --- Comment #14 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Nind from comment #13)
Signed-off-by: David Nind <david@davidnind.com>
Thanks David -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #124804|0 |1 is obsolete| | Attachment #124805|0 |1 is obsolete| | Attachment #124806|0 |1 is obsolete| | --- Comment #15 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 125894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125894&action=edit Bug 28831: Database revision, add new preference The preference OPACResultsUnavailableGroupingBy allows you to group unavailable items by substatus, only showing item counts, on the OPAC XSLT results. This is meant to be useful for larger consortia. Test plan: Run dbrev. Check new pref on Admin, preferences, OPAC tab. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #16 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 125895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125895&action=edit Bug 28831: Add choose/when, and change indentation As a first step: [1] Add the new pref OPACResultsUnavailableGroupingBy in the xslt, and pass it via C4/XSLT. [2] Add a choose/when construction in the third part of Availability. [3] Add indentation (8 spaces) of the inner block handling group by branch. Test plan: Make sure that OPACResultsUnavailableGroupingBy eq branch. Verify that OPAC results are still untouched. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #17 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 125896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125896&action=edit Bug 28831: Add the new group by substatus-block Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |BLOCKED Depends on| |29199 --- Comment #18 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Needs rebase on top of 29199 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199 [Bug 29199] Classes in item availability on OPAC results no longer set correctly -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #125894|0 |1 is obsolete| | --- Comment #19 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 126031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126031&action=edit Bug 28831: Database revision, add new preference The preference OPACResultsUnavailableGroupingBy allows you to group unavailable items by substatus, only showing item counts, on the OPAC XSLT results. This is meant to be useful for larger consortia. Test plan: Run dbrev. Check new pref on Admin, preferences, OPAC tab. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #125895|0 |1 is obsolete| | --- Comment #20 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 126032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126032&action=edit Bug 28831: Add choose/when, and change indentation As a first step: [1] Add the new pref OPACResultsUnavailableGroupingBy in the xslt, and pass it via C4/XSLT. [2] Add a choose/when construction in the third part of Availability. [3] Add indentation (8 spaces) of the inner block handling group by branch. Test plan: Make sure that OPACResultsUnavailableGroupingBy eq branch. Verify that OPAC results are still untouched. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #125896|0 |1 is obsolete| | --- Comment #21 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 126033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126033&action=edit Bug 28831: Add the new group by substatus-block Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.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=28831 --- Comment #22 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 | released in| | CC| |jonathan.druart+koha@gmail. | |com Status|Pushed to master |BLOCKED --- Comment #23 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Blocked by bug 29199. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #24 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Bug 28831 depends on bug 29199, which changed state. Bug 29199 Summary: Classes in item availability on OPAC results no longer set correctly https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29199 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |CLOSED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |kyle@bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org