[Bug 36095] New: Improve translation of title tags: OPAC part 2
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Bug ID: 36095 Summary: Improve translation of title tags: OPAC part 2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Depends on: 33907 Blocks: 33906 This patch will modify more OPAC templates so that translatable strings in the <title> tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 [Bug 33907] Improve translation of title tags: OPAC part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Bug 36095 depends on bug 33907, which changed state. Bug 33907 Summary: Improve translation of title tags: OPAC part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |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=36095 Owen Leonard <oleonard@myacpl.org> 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=36095 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 178933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178933&action=edit Bug 36095: Improve translation of title tags: OPAC part 2 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - Check the OPAC main page - Follow the "Libraries" link - Check one of the individual library pages - From the OPAC main page, view the RSS feed for OPAC news (requires at least one news item be added via Tools -> News -> New entry). - Search the catalog and view the detail page for one of the results. - View the IDREF page, e.g. http://localhost:8080/cgi-bin/koha/opac-idref.pl?unimarc3=032581270 - With OverDrive configured and enabled, perform a catalog search. - Follow the "Found X results in the library's OverDrive credentials" link to view OverDrive search results. - These pages normally aren't accessed directly but they are modified: Download cart, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadcart.pl?bib_list=5302/4893/4... Download shelf, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=X Checkout note, e.g. http://localhost:8080/cgi-bin/koha/opac-issue-note.pl?issue_id=X - In the staff client, add a local cover image to a bibliographic record (requires the OPACLocalCoverImages system preference be enabled). - View the detail page for that record in the OPAC. - Under the images tab, right-click the image thumbnail and open in a new tab. - Search the catalog for a record with a subscription and view the detail page. Under the "Subscriptions" page, click "More details," then the "Full history" tab. - In the staff client, go to Tools -> Pages and create a page for the OPAC. View that page. - Log in to the OPAC. From your "Summary" page, - View the curbside pickups page (requires the CurbsidePickup preference be enabled) - View the "Ask for discharge" page (requires the useDischarge preference be enabled) - View the holds history page (requires the OPACHoldsHistory preference be enabled) - View the ILL requests page (requires the ILLModule preference be enabled - View the "Personal details" page. - View the messaging page (requires the EnhancedMessagingPreferencesOPAC preference be enabled) - From the "Summary" page, under the "Checked out" tab, click the "Add note" for one of the checkouts (requires the AllowCheckoutNotes preference be enabled). - After adding a note - View the "Personal details" page and submit an edit (requires the OPACPatronDetails preference be enabled). Check the confirmation page. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Felicie <felicie.thiery@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |felicie.thiery@biblibre.com --- Comment #2 from Felicie <felicie.thiery@biblibre.com> --- There's a conflict on the koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt file -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178933|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 180690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180690&action=edit Bug 36095: Improve translation of title tags: OPAC part 2 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - Check the OPAC main page - Follow the "Libraries" link - Check one of the individual library pages - From the OPAC main page, view the RSS feed for OPAC news (requires at least one news item be added via Tools -> News -> New entry). - Search the catalog and view the detail page for one of the results. - View the IDREF page, e.g. http://localhost:8080/cgi-bin/koha/opac-idref.pl?unimarc3=032581270 - With OverDrive configured and enabled, perform a catalog search. - Follow the "Found X results in the library's OverDrive credentials" link to view OverDrive search results. - These pages normally aren't accessed directly but they are modified: Download cart, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadcart.pl?bib_list=5302/4893/4... Download shelf, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=X Checkout note, e.g. http://localhost:8080/cgi-bin/koha/opac-issue-note.pl?issue_id=X - In the staff client, add a local cover image to a bibliographic record (requires the OPACLocalCoverImages system preference be enabled). - View the detail page for that record in the OPAC. - Under the images tab, right-click the image thumbnail and open in a new tab. - Search the catalog for a record with a subscription and view the detail page. Under the "Subscriptions" page, click "More details," then the "Full history" tab. - In the staff client, go to Tools -> Pages and create a page for the OPAC. View that page. - Log in to the OPAC. From your "Summary" page, - View the curbside pickups page (requires the CurbsidePickup preference be enabled) - View the "Ask for discharge" page (requires the useDischarge preference be enabled) - View the holds history page (requires the OPACHoldsHistory preference be enabled) - View the ILL requests page (requires the ILLModule preference be enabled - View the "Personal details" page. - View the messaging page (requires the EnhancedMessagingPreferencesOPAC preference be enabled) - From the "Summary" page, under the "Checked out" tab, click the "Add note" for one of the checkouts (requires the AllowCheckoutNotes preference be enabled). - After adding a note - View the "Personal details" page and submit an edit (requires the OPACPatronDetails preference be enabled). Check the confirmation page. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Brendan Gallagher <brendan@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan@bywatersolutions.co | |m Status|Needs Signoff |Failed QA --- Comment #4 from Brendan Gallagher <brendan@bywatersolutions.com> --- Getting some conflicts on the qa scripts (could always be me and my set up :) ) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- It's working for me. What is the error? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 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=36095 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180690|0 |1 is obsolete| | --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 182133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182133&action=edit Bug 36095: Improve translation of title tags: OPAC part 2 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - Check the OPAC main page - Follow the "Libraries" link - Check one of the individual library pages - From the OPAC main page, view the RSS feed for OPAC news (requires at least one news item be added via Tools -> News -> New entry). - Search the catalog and view the detail page for one of the results. - View the IDREF page, e.g. http://localhost:8080/cgi-bin/koha/opac-idref.pl?unimarc3=032581270 - With OverDrive configured and enabled, perform a catalog search. - Follow the "Found X results in the library's OverDrive credentials" link to view OverDrive search results. - These pages normally aren't accessed directly but they are modified: Download cart, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadcart.pl?bib_list=5302/4893/4... Download shelf, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=X Checkout note, e.g. http://localhost:8080/cgi-bin/koha/opac-issue-note.pl?issue_id=X - In the staff client, add a local cover image to a bibliographic record (requires the OPACLocalCoverImages system preference be enabled). - View the detail page for that record in the OPAC. - Under the images tab, right-click the image thumbnail and open in a new tab. - Search the catalog for a record with a subscription and view the detail page. Under the "Subscriptions" page, click "More details," then the "Full history" tab. - In the staff client, go to Tools -> Pages and create a page for the OPAC. View that page. - Log in to the OPAC. From your "Summary" page, - View the curbside pickups page (requires the CurbsidePickup preference be enabled) - View the "Ask for discharge" page (requires the useDischarge preference be enabled) - View the holds history page (requires the OPACHoldsHistory preference be enabled) - View the ILL requests page (requires the ILLModule preference be enabled - View the "Personal details" page. - View the messaging page (requires the EnhancedMessagingPreferencesOPAC preference be enabled) - From the "Summary" page, under the "Checked out" tab, click the "Add note" for one of the checkouts (requires the AllowCheckoutNotes preference be enabled). - After adding a note - View the "Personal details" page and submit an edit (requires the OPACPatronDetails preference be enabled). Check the confirmation page. Sponsored-by: Athens County Public Libraries 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=36095 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #7 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Everything looks OK, but I didn't install another language and check that the strings are available for translation. 2. I ran the qa script - everything says OK, but there were some "Argument "" isn't numeric..." messages. 3. I had a quick look at the patch, but I'm not sure exactly what I'm looking for 8-) qa testing 1 commit(s) (applied to a2f190f '1f Bug 38356: (follow-up) Add code bl') Processing files before patches Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 501. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 506. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 509. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt line 333. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt line 19. |========================>| 19 / 19 (100.00%) Processing files after patches Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 508. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 513. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt line 516. Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt line 343. |========================>| 19 / 19 (100.00%) OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt Processing additional checks OK! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |RM_priority -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Jonathan Druart <jonathan.druart@gmail.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=36095 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182133|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 186473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186473&action=edit Bug 36095: Improve translation of title tags: OPAC part 2 This patch updates a batch of OPAC templates so that title tags can be more easily translated. To test, apply the patch and confirm that the following pages have correct title tags: - Check the OPAC main page - Follow the "Libraries" link - Check one of the individual library pages - From the OPAC main page, view the RSS feed for OPAC news (requires at least one news item be added via Tools -> News -> New entry). - Search the catalog and view the detail page for one of the results. - View the IDREF page, e.g. http://localhost:8080/cgi-bin/koha/opac-idref.pl?unimarc3=032581270 - With OverDrive configured and enabled, perform a catalog search. - Follow the "Found X results in the library's OverDrive credentials" link to view OverDrive search results. - These pages normally aren't accessed directly but they are modified: Download cart, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadcart.pl?bib_list=5302/4893/4... Download shelf, e.g. http://localhost:8080/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=X Checkout note, e.g. http://localhost:8080/cgi-bin/koha/opac-issue-note.pl?issue_id=X - In the staff client, add a local cover image to a bibliographic record (requires the OPACLocalCoverImages system preference be enabled). - View the detail page for that record in the OPAC. - Under the images tab, right-click the image thumbnail and open in a new tab. - Search the catalog for a record with a subscription and view the detail page. Under the "Subscriptions" page, click "More details," then the "Full history" tab. - In the staff client, go to Tools -> Pages and create a page for the OPAC. View that page. - Log in to the OPAC. From your "Summary" page, - View the curbside pickups page (requires the CurbsidePickup preference be enabled) - View the "Ask for discharge" page (requires the useDischarge preference be enabled) - View the holds history page (requires the OPACHoldsHistory preference be enabled) - View the ILL requests page (requires the ILLModule preference be enabled - View the "Personal details" page. - View the messaging page (requires the EnhancedMessagingPreferencesOPAC preference be enabled) - From the "Summary" page, under the "Checked out" tab, click the "Add note" for one of the checkouts (requires the AllowCheckoutNotes preference be enabled). - After adding a note - View the "Personal details" page and submit an edit (requires the OPACPatronDetails preference be enabled). Check the confirmation page. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 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=36095 --- Comment #9 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=36095 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Keywords|RM_priority | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |jonathan.druart@gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- t/db_dependent/selenium/opac_holds.t .. # Failed test 'Correctly in detail page' # at t/db_dependent/selenium/opac_holds.t line 135. # 'Details for opac holds test place hold button › Koha online catalog' # doesn't match '(?^u:Details for: opac holds test place hold button)' # Looks like you failed 1 test of 7. # Failed test 'detail page' # at t/db_dependent/selenium/opac_holds.t line 175. # Looks like you failed 1 test of 2. t/db_dependent/selenium/opac_holds.t .. 1/3 # Failed test 'not authenticated' # at t/db_dependent/selenium/opac_holds.t line 177. # Failed test 'Correctly in detail page' # at t/db_dependent/selenium/opac_holds.t line 269. # 'Details for opac holds test place hold button › Koha online catalog' # doesn't match '(?^u:Details for: opac holds test place hold button)' # Looks like you failed 1 test of 7. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 186618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186618&action=edit Bug 36095: Fix Selenium tests # 'Details for opac holds test place hold button › Koha online catalog' # doesn't match '(?^u:Details for: opac holds test place hold button)' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Owen, can you confirm the removal of ":" is expected? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 --- Comment #13 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #12)
Owen, can you confirm the removal of ":" is expected?
Yes that change was intentional -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #14 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- follow-up pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00 |25.11.00,25.05.04 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 --- Comment #15 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=36095 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting --- Comment #16 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36095 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED --- Comment #17 from David Nind <david@davidnind.com> --- 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