[Bug 41350] New: Terminology: Biblio was already issued
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Bug ID: 41350 Summary: Terminology: Biblio was already issued Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Keywords: Academy Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Biblio was already issued koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc:239 Biblio should be replaced with bibliographic record. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- It looks like the BIBLIO_ALREADY_ISSUED event is triggered when a patron has an item checked out and then tries to check out another item from that same bibliographic record. "Biblio was already issued" doesn't seem accurate in this case. What about: "An item from this bibliographic record is already checked out" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- That makes a lot of sense to me! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 190554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190554&action=edit Bug 41350: Terminology: Biblio was already issued This patch updates the string found in action logs, "Biblio was already issued" replacing it with "An item from this bibliographic record is already checked out." To test, apply the patch and go to Administration -> System preferences. - Set the AllowMultipleIssuesOnABiblio preference to "Don't allow." - Locate a bibliographic record with more than one available item. - Check out one of the items to a patron, then another. - You should be asked for confirmation, "Patron has already checked out another item from this record. Check out anyway?" - Confirm the checkout. - Go to Tools -> Log viewer and set both "Display from" and "Display to" set to today, and submit. - In the log you should see an entry containing the updated string: "An item from this bibliographic record is already checked out" 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=41350 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=41350 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190554|0 |1 is obsolete| | --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 190710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190710&action=edit Bug 41350: Terminology: Biblio was already issued This patch updates the string found in action logs, "Biblio was already issued" replacing it with "An item from this bibliographic record is already checked out." To test, apply the patch and go to Administration -> System preferences. - Set the AllowMultipleIssuesOnABiblio preference to "Don't allow." - Locate a bibliographic record with more than one available item. - Check out one of the items to a patron, then another. - You should be asked for confirmation, "Patron has already checked out another item from this record. Check out anyway?" - Confirm the checkout. - Go to Tools -> Log viewer and set both "Display from" and "Display to" set to today, and submit. - In the log you should see an entry containing the updated string: "An item from this bibliographic record is already checked out" 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=41350 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the terminology release notes| |for a message in the log | |viewer when The | | | | | |This updates a message in | |the log viewer, "Biblio was | |already issued" replacing | |it with "An item from this | |bibliographic record is | |already checked out." | | | |(This is recorded when | |`AllowMultipleIssuesOnABibl | |io` is set to "Don't allow" | |and staff confirm a | |check-out where a patron | |has already checked out | |another item for the | |record.) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes the terminology |This changes the log viewer release notes|for a message in the log |message "Biblio was already |viewer when The |issued" to "An item from | |this bibliographic record | |is already checked out." |This updates a message in | |the log viewer, "Biblio was |This action is recorded in |already issued" replacing |the logs when |it with "An item from this |`AllowMultipleIssuesOnABibl |bibliographic record is |io` is set to "Don't allow" |already checked out." |and staff confirm a | |check-out where a patron |(This is recorded when |has already checked out |`AllowMultipleIssuesOnABibl |another item for the |io` is set to "Don't allow" |record. |and staff confirm a | |check-out where a patron | |has already checked out | |another item for the | |record.) | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Laura Escamilla <Laura.escamilla@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=41350 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190710|0 |1 is obsolete| | --- Comment #5 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 191971 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191971&action=edit Bug 41350: Terminology: Biblio was already issued This patch updates the string found in action logs, "Biblio was already issued" replacing it with "An item from this bibliographic record is already checked out." To test, apply the patch and go to Administration -> System preferences. - Set the AllowMultipleIssuesOnABiblio preference to "Don't allow." - Locate a bibliographic record with more than one available item. - Check out one of the items to a patron, then another. - You should be asked for confirmation, "Patron has already checked out another item from this record. Check out anyway?" - Confirm the checkout. - Go to Tools -> Log viewer and set both "Display from" and "Display to" set to today, and submit. - In the log you should see an entry containing the updated string: "An item from this bibliographic record is already checked out" Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |Laura.escamilla@bywatersolu |y.org |tions.com CC| |Laura.escamilla@bywatersolu | |tions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.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=41350 --- Comment #6 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.05.00 |26.05.00,25.11.03 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=41350 --- Comment #7 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Thanks all, pushed to 25.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting --- Comment #8 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Not backporting to 25.05 as this is an enhancement. Happy to revisit if needed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41350 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anneli.osterman@koha-suomi. | |fi --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 40935 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org