b9bf77f0810aa452eed34ee675c114611087e427
[koha.git] / misc / release_notes / release_notes_23_05_00.md
1 # RELEASE NOTES FOR KOHA 23.05.00
2 31 May 2023
3
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
8
9 - [Koha Community](http://koha-community.org)
10
11 Koha 23.05.00 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-23.05-latest.tar.gz)
14
15 Installation instructions can be found at:
16
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
19
20 Koha 23.05.00 is a major release, that comes with many new features.
21
22 It includes 26 new features, 145 enhancements, 701 bugfixes.
23
24 ## System requirements
25
26 You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](https://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
28 ## New features & Enhancements
29
30 ### Acquisitions
31
32 #### New features
33
34 - [8179](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179) Receiving multiple order lines at once
35
36   **Sponsored by** *Virginia Polytechnic Institute and State University*
37   >This development changes the order receive page so multiple orders can be selected and processed at once.
38   >
39   >Selected orders can be browsed using the added 'Next order' and 'Previous order' buttons.
40   >
41   >After editing each order, without reloading the page or having to search for them again, a convenient 'Confirm' button allows us to receive all orders at once.
42   >
43   >This opens the door for new enhancements like adding default actions on all selected orders, etc.
44 - [11844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844) Additional fields for order lines
45   >This adds the option to add additional user defined fields to the order lines in the acquisition module. The fields can be set up as free text fields or pull down lists driven by authorised values. They can also pull information from the MARC record or allow you to create and edit a field in the MARC record.
46 - [33103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33103) Add vendor aliases
47   >This allows to create aliases for a vendor. The aliases can be former names or different spellings of the name. Once added they will display on the vendor detail page. And they will be included in search when searching by a vendor's name.
48 - [33104](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33104) Add vendor interfaces
49   >This adds the ability to create interfaces for vendors.
50   >An interface is a website, software, or portal that you use to manage orders or gather statistics from the vendor or organisation. Interfaces can also include usernames and passwords, that will be encrypted for storage, but can be decrypted and made visible in the staff interface.
51   >The type of an interface can be set using the `VENDOR_INTERFACE_TYPE` authorised values category.
52
53 #### Enhancements
54
55 - [25655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25655) Additionally store actual cost in foreign currency and currency from the invoice
56
57   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
58   >When receiving an item with a price in a foreign currency, you already had the option to calculate the price in the active currency, but the original price and currency were not stored. They will now be stored in `invoice_unitprice` and `invoice_currency` in the `aqorders` table.
59 - [29935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29935) Add option to search in archived suggestions to all search tabs
60   >This adds a checkbox 'Include archived' to all of the search filter tabs for suggestions in the staff interface.
61 - [32452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32452) Link basket group name from basket summary page
62   >Adds a link to the basket group page from the basket summary page.
63 - [32705](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32705) Display actual cost in foreign currency and currency from the invoice
64
65   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
66   >The original price of an order in a foreign currency and the currency will now display on the invoice summary page.
67 - [33098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33098) Revert suggestion status to 'Accepted' when orders made from a suggestion are cancelled
68
69   **Sponsored by** *Waikato Institute of Technology*
70   >This enhancement will revert the status of a suggestion from `ORDERED` to `ACCEPTED` when an order made from a suggestion is cancelled.
71 - [33340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33340) Correct formatting of English 1-page order PDF when the basket group covers multiple pages
72
73   **Sponsored by** *Pymble Ladies' College*
74   >If a basket group contains many order lines, this will ensure:
75   > * The page number at the bottom of the first page is not obscured.
76   > * The table of ordered items does not start half way down the second page.
77 - [33541](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33541) Show 'Document type' in list of suggestions when creating an order from a suggestion
78   >The 'Document type' of a suggestion will now be visible in the list of accepted suggestions when creating a new order line. This is to help with ordering the right material type and also for picking the correct item type.
79 - [33785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33785) A couple more UI changes related to Bug 8179
80
81 ### Architecture, internals, and plumbing
82
83 #### Enhancements
84
85 - [30310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310) Replace Moment.js with Day.js
86 - [30943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943) Make background job classes use helpers
87 - [31095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
88
89   **Sponsored by** *PTFS Europe*
90 - [31735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735) Avoid re-fetching objects from database by passing them down instead of object ids
91
92   **Sponsored by** *Gothenburg University Library*
93 - [32013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013) Autorenewals is effectively a bulk action and should be treated as such
94
95   **Sponsored by** *PTFS Europe*
96 - [32609](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609) Remove compiled files from src
97   >This important architectural change removes the built CSS and JavaScript files from source control and introduces a build process and trigger into our packaging routines.  
98   >This will both save space in the repository and lead to less mistakes from developers by dropping the need to build, add and commit these files at release time.
99 - [32806](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32806) Some Vue files need to be moved for better reusability
100   >This is an important architectural improvement to aid in future maintenance and expansion of the Vue based modules (erm) not available in Koha.
101 - [32939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32939) Have generic fetch functions in vue modules
102 - [32991](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32991) Improve our Dialog component and remove routes for deletion
103 - [33066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066) We need a KohaTable Vue component
104 - [33070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33070) Get rid of Koha::Patron->can_edit_item and use can_edit_item_from instead
105 - [33080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33080) Add helpers that return result_set for further processing
106 - [33083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33083) Handle generic collection of records methods
107 - [33289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33289) Vue - Add API client class to interact with svc/config/systempreferences
108
109   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
110 - [33567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33567) Remove fallback for Reference_NFL_statuses in C4/XSLT module
111 - [33625](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33625) Enforce formatting on vue .js and .ts files
112
113 ### Cataloging
114
115 #### New features
116
117 - [20256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256) Add ability to limit editing of items to home library or library group
118
119   **Sponsored by** *CLiC (Colorado Library Consortium)*
120   >  
121   >This adds the ability to limit item editing to staff users from libraries within a specific library group. This is done via a new option when creating item groups. There is also a new system preference `edit_any_item` that permits users to edit all items on a record independent of the library groups and their own home library.
122 - [31123](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31123) Add a simple way to add 'Harmful content warnings' to catalogue records
123
124   **Sponsored by** *Tavistock & Portman Library*
125   >
126   >This new feature allows librarians to pick a note field to use to store 'Content warnings' about biblio records.
127   >
128   >The new `ContentWarningField` system preference can be set to any MARC field, though for MARC21 an 59X is recommended.  One can add said field to the frameworks and it will be displayed appropriately with the label 'Content warning:' in OPAC and staff interface on both detail and results pages.  We hide subfield x from the OPAC as it is often used as a 'private note' in other note fields and we also handle turning the content of a 'u' subfield into a clickable link if you wish to use that. Other subfields as just displayed in line when present.
129
130 #### Enhancements
131
132 - [23656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23656) Add search box at the top of the cataloging editor page
133   >This adds the search header to the cataloging editor page. With the recent staff interface redesign, this takes up very little space.
134 - [30358](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358) Strip leading/trailing whitespace characters from input fields when cataloguing
135
136   **Sponsored by** *Catalyst* and *Educational Services Australia SCIS*
137   >This adds a new system preference `StripWhitespaceChars` which, when enabled, will strip leading and trailing whitespace characters from all fields when cataloguing both bibliographic records and authority records. Whitespace characters that will be stripped are:
138   > * spaces
139   > * newlines
140   > * carriage returns
141   > * tabs
142 - [30930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30930) Ability to change authority type while editing record
143
144   **Sponsored by** *Education Services Australia SCIS*
145   >This adds the ability to change the MARC authority type/framework used while editing an authority record.
146 - [31212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212) Datelastseen should be a datetime
147   >This moves the last seen date in `items.datelastseen` from a date to a datetime, meaning that now not only the date, but also the time will be recorded.
148 - [32680](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32680) Add hooks to allow cover images to be provided by plugins
149
150   **Sponsored by** *PTFS Europe*
151 - [33365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33365) Add item type column to call number browser's results table
152   >This adds a new column for the item type to the results list of the cn_browser.pl value builder that can be linked to the subfield for the callnumber.
153
154 ### Circulation
155
156 #### Enhancements
157
158 - [25503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503) Add option to export items bundle contents in checkouts table
159 - [25856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25856) Suspended holds should be styled differently on request.pl
160 - [30403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30403) Update notforloan status also on check out
161
162   **Sponsored by** *Koha-Suomi Oy*
163 - [30642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642) We should record the renewal type (automatic/manual)
164
165   **Sponsored by** *PTFS Europe*
166   >
167   >This ensures that the type of a renewal, automatic or manual, is stored in the new column `renewal_type` of the `checkout_renewals` table.
168 - [30963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963) Automatically refresh the curbside pickups list
169
170   **Sponsored by** *Association KohaLa*
171 - [31557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557) Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library
172 - [31615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615) Allow checkin of items bundles without verifying their contents
173   >This enhancement adds the possibility to skip the content verification step when checking in a bundle.
174 - [32134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134) Show the bundle size when checked out
175 - [32373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32373) Show date of restriction on patron screen
176
177   **Sponsored by** *PTFS Europe*
178   >
179   >This enhancement adds the date a restriction was added to patron restriction messages, for example: "Restricted since 31/12/2022: Patron's account is restricted until 31/12/2022 with the explanation:...".
180 - [33246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33246) itemBarcodeFallbackSearch search results should show whether or not items are available
181   >This adds a label 'Checked out' to the result list of items when using `itemBarcodeFallbackSearch`.
182
183 ### Command-line Utilities
184
185 #### Enhancements
186
187 - [23924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23924) Add a parameter to the script add_date_fields_to_marc_records.pl to specify a date field
188 - [30069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30069) Add edifact_messages to cleanup_database.pl
189
190   **Sponsored by** *PTFS Europe*
191 - [31453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31453) Add ability to filter messages to process using process_message_queue.pl via a command line parameter
192 - [32518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32518) Add reason option to cancel_unfilled_holds
193 - [32686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32686) Specify action of action_logs entries to purge
194 - [33360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33360) SendQueuedMessages: Improve limit behavior and add domain limits
195   >In order to control/throttle the volume of mail messages sent by Koha, this report makes the limit parameter of process_message_queue (and associated routine in Letters) look at the number of messages actually sent, not processed. It also adds the possibility of delaying messages to specified domains according to limits defined in koha-conf.xml (see example section added in this patch set). For instance, you may define that each minute only 30 messages are sent to outlook.com or 50 messages per hour to gmail.com, etc. This will help in reducing deferred or rejected mails due to exceeding limits of various email providers.
196
197 ### Database
198
199 #### Enhancements
200
201 - [32334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334) Sync comments in database with schema
202
203 ### ERM
204
205 #### Enhancements
206
207 - [32924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32924) Filter agreements by logged in librarian
208 - [32925](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32925) Display loading info when a form is submitted
209   >This gives the end user more visual feedback when a form is submitted in eRM.
210 - [33064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33064) Add a search option for licenses to top search bar
211
212   **Sponsored by** *PTFS Europe*
213 - [33466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33466) Link vendor name in list of licenses
214
215 ### Fines and fees
216
217 #### Enhancements
218
219 - [31448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31448) Add option to re-send email receipt when UseEmailReceipts is enabled
220
221   **Sponsored by** *PTFS Europe*
222 - [32450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32450) Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
223
224   **Sponsored by** *PTFS Europe*
225   >
226   >This enhancement allows a user to select which debit types should be included in deciding whether a patron should be restricted from checkouts (`noissuescharge` system preference). Three existing system preferences have been deleted (`ManInvInNoissuesCharge`, `RentalsInNoissuesCharge`, `HoldsInNoissuesCharge`) and the management of the debit types now sits in the Debit Types area of system preferences. The user can edit each debit type and select whether it should be included in the `noissuescharge` calculation, giving users much more flexibility over restrictions.
227 - [32977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32977) Add call number column to list of charges on transactions tab in patron account
228   >This enhancement adds the item call number to the 'transactions' and 'make a payment' tabs in the patron's account, if the charge is linked to a particular item.
229   >
230   >If needed, it is possible to hide this column by going to Administration > Table settings > Patrons > Page: fines >
231   >Table id: account-fines or Administration > Table settings > Patrons > Page: pay > Table id: pay-fines-table.
232
233 ### Hold requests
234
235 #### Enhancements
236
237 - [32421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421) Add collection ( ccode ) column to holds to pull
238   >This enhancement removes an inconsistency in the holds to pull display by adding collection code to the displayed columns.
239
240 ### ILL
241
242 #### Enhancements
243
244 - [21548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21548) Make ILL patron category in koha-conf.xml match with ILL patron category in sample data
245
246   **Sponsored by** *PTFS Europe*
247   >
248   >This makes sure, that in the future the Inter-Library Loan (IL) patron category of the sample data matches the default configuration of the ILL patron category in the `koha-conf.xml` file.
249 - [32546](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32546) Move ILL system preferences to their own tab in administration
250 - [32548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32548) Make illrequestattributes easily available to ILL notices
251
252 ### Installation and upgrade (web-based installer)
253
254 #### Enhancements
255
256 - [33128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33128) Add Polish translations for language descriptions
257
258 ### Lists
259
260 #### Enhancements
261
262 - [30418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418) Add permission and setting for public lists to allow staff with permission to edit contents
263
264   **Sponsored by** *Catalyst*
265   >Add a new 'Permitted staff only' option to public lists, allowing only permitted staff users to manage the list contents from the staff client and OPAC.
266   >
267   >The 'Permitted staff only' option differs from the 'Staff only' option because permitted staff are Koha patrons with the 'catalogue' permission enabled and the new 'edit_public_list_contents' sub-permission enabled.
268 - [32173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32173) Add count of total titles in list to staff interface
269   >With this the number of entries on a list will show in the detail page of a list in the staff interface.
270 - [32434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32434) Records in lists not showing what other lists they belong to
271
272 ### MARC Bibliographic data support
273
274 #### Enhancements
275
276 - [29185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185) Show MARC21 tag 765 - Original Language Entry
277
278 ### Notices
279
280 #### Enhancements
281
282 - [3150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150) Move emails for sending cart and list contents into notices tool
283
284   **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
285   >This patch creates notices using Template Toolkit syntax for sending emails containing cart (named CART) and list (named LIST) contents. This provides libraries more flexibility around what the emails contain and means they can be more translatable.
286 - [23773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23773) Send MEMBERSHIP_EXPIRY notice by SMS
287
288   **Sponsored by** *Médiathèque de Montauban*
289 - [29100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29100) Add checkouts data loop to predue/due notices script (advance_notices.pl)
290 - [30555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30555) Add more sample notice for SMS messages
291 - [31858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31858) TT syntax for ACQORDER notices
292 - [33203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33203) Overdue notice/status triggers letter selection is ambiguous
293
294 ### OPAC
295
296 #### New features
297
298 - [31028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028) Add 'Report a concern' feature for patrons to report concerns about catalog records
299
300   **Sponsored by** *Tavistock & Portman Library*
301   >
302   >This brings a new catalog concerns feature to the OPAC and staff interface, allowing non-cataloguers to report issues with catalog records from the record details pages.
303   >
304   >Reported concerns will be visible in the dashboard on the staff interface start page and available from the cataloguing home page.
305   >
306   >The feature can be independently enabled for OPAC and staff interface using the `OpacCatalogConcerns` and `CatalogConcerns` system preferences.
307 - [31051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31051) Show patron's 'savings' on the OPAC
308
309   **Sponsored by** *Horowhenua Libraries Trust*
310   >This new feature shows a patron how much they have saved by using the library rather than purchasing items. Savings are calculated based on item replacement prices. The system preference allows you to choose where to display the savings - the user page, the summary box on the OPAC homepage, or the checkout history page.
311
312 #### Enhancements
313
314 - [12029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12029) Patrons should be able to delete their patron messages
315
316   **Sponsored by** *Koha-US*
317   >This enhancement adds the ability for patrons to dismiss an OPAC message, marking it as read to remove it from their summary page.
318 - [16522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522) Add 773 (Host item entry) to the cart and list displays and e-mails
319
320   **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
321   >This adds information from host item entry (MARC21 773) and if applicable a link to the host record in the following places:
322   >* Staff interface: list, list email, cart, cart email, and search results
323   >* OPAC: list, list email, cart, cart email, and search results
324 - [21330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21330) Add XSLT for authority detail page in OPAC
325   >This enhancement enables using custom XSLT stylesheets to display authority detail pages in the OPAC. 
326   >
327   >Enter a path to the custom XSLT file in the new system preference AuthorityXSLTOpacDetailsDisplay (or enter an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
328 - [26765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26765) Make author span a clickable link on OPAC results list
329 - [29449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29449) Show userid on "your personal details" tab
330   >Patrons can now see their username in the 'Personal details' tab in the OPAC.
331   >
332   >This can be hidden from them using the PatronSelfModificationBorrowerUnwantedField system preference, if needed.
333 - [30621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30621) Author should be its own column on opac-readingrecord.tt
334 - [31699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31699) Add a generic way to redirect back to the page you were on at login for modal logins
335
336   **Sponsored by** *The European Southern Observatory*
337   >
338   >This enhancement adds the ability to redirect users back to where they were when using the modal type logins in place of an action that requires login on the OPAC.
339   >
340   >Example: On the OPAC detail page you can add comments if logged in. Prior to this patch, clicking the link to add a comment prior to being logged in would expose the login modal and then re-direct you to your OPAC user page, and thus lose the context of your action.  With this enhancement, you are redirected back to the record you were looking at and can then post your comment.
341 - [32125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32125) Implement contextual return on OPAC comments
342
343   **Sponsored by** *PTFS Europe*
344   >
345   >This enhancement ensures patrons are returned to the correct bibliographic record detail page after a login that is prompted when attempting to comment on a bibliographic record.
346 - [32998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32998) Consolidate opac-tmpl/lib and opac-tmpl/bootstrap/lib
347 - [33767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767) Accessibility: The 'OPAC results' page contains semantically incorrect headings
348
349 ### Patrons
350
351 #### New features
352
353 - [32426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32426) Make userid generation pluggable
354   >This adds a new plugin hook `patron_generate_userid` that allows to have a custom method for generating the userid on a patron record.
355
356 #### Enhancements
357
358 - [14251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251) Allow use of CSS in discharge letter
359   >With this patch, it is now possible to add CSS formatting to the discharge letter. CSS styling can be added directly in the DISCHARGE letter in the Notices and slips tool. The CSS stylesheet added in the NoticeCSS system preference will also be applied to the discharge PDF.
360   >
361   >Note that the discharge functionality now requires the weasyprint module.
362 - [21699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21699) Allow circulation messages to be editable
363 - [26598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26598) Display guarantee's fines on guarantor's details page
364   >This enhancement adds a new tab in the patron details page to show guarantees' unpaid charges.
365 - [28366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366) Add batch patron modification to patron search results
366 - [29046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046) Allow libraries to specify email order for "AutoEmailPrimaryAddress"
367
368   **Sponsored by** *PTFS Europe*
369   >
370   >This enhancement adds a new system preference EmailFieldPrecedence, which allows libraries to set the order in which patron email addresses are used when selecting "first valid" in EmailFieldPrimary (formerly AutoEmailPrimaryAddress).
371 - [33038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33038) Add classes to category code and category type in patron brief information for easier customization
372
373 ### REST API
374
375 #### New features
376
377 - [21043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21043) Add POST endpoint for patron debits
378
379   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
380 - [29453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453) Add GET endpoints to fetch patron credits and debits
381
382   **Sponsored by** *PTFS Europe*
383 - [30962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) Add POST endpoint for validating a user password
384 - [31793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793) Add DELETE endpoint for Authorities
385 - [31794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31794) Add GET endpoint for Authorities
386 - [31795](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31795) Add POST endpoint for Authorities
387 - [31796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31796) Add PUT endpoint for Authorities
388 - [31797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31797) Add DELETE endpoint for Items
389 - [31798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31798) Add POST endpoint for Items
390 - [31799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799) Add PUT endpoint for Items
391 - [31800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31800) Add POST endpoint for Biblios
392 - [31801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31801) Add PUT endpoint for Biblios
393 - [32734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32734) Add GET endpoint for listing Biblios
394 - [32735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32735) Add GET endpoint for listing Authorities
395 - [32981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32981) Add GET endpoint for listing authorised values by a given category
396 - [32997](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997) Add GET endpoint for listing authorised value categories
397 - [33146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146) Add public GET endpoint for listing items
398
399 #### Enhancements
400
401 - [33161](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33161) Implement +strings for GET /items and GET /items/:item_id
402
403   **Sponsored by** *Virginia Polytechnic Institute and State University*
404   >Exposes the `+strings` option on the `/items` endpoints.
405   >
406   >The allows api consumers to request that string expansions of various coded values from these endpoints are embedded into the response.
407
408 ### Reports
409
410 #### Enhancements
411
412 - [17350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17350) Add option to delete data stored in saved_reports with cleanup_database
413 - [23824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824) Add a 'Save and run' button to reports
414 - [30928](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928) Add interface to statistics table
415 - [32057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057) Add optional stack trace to action logs
416   >It can be useful to know where in Koha a logged action was generated from, and how. This enhancement adds stack traces to action logs. To use, add a number for the trace depth (such as 3) to the new system preference `ActionLogsTraceDepth`. The details for the stack trace are available by querying the database, for example:  
417   >`SELECT * FROM action_logs WHERE trace IS NOT NULL;`
418 - [32613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32613) Add auto-completion to our SQL reports editor
419   >This adds an auto-complete feature to the SQL reports editor. This works for tables and columns. For columns you'll need to start with the table name, like `borrowers.`. The editor will then suggest the columns of the `borrowers` table. The auto-complete feature will also work when tables have been renamed.
420
421 ### SIP2
422
423 #### Enhancements
424
425 - [25812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
426 - [32431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32431) Show date for expired patrons in SIP
427 - [32684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684) Implement SIP patron status field "too many items lost"
428
429 ### Searching
430
431 #### Enhancements
432
433 - [14911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911) Item search: Display additional title information
434   >Improves display of title information in item search by adding subtitle, part name, part number and medium to the display.
435 - [31338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31338) Show in advanced search when IncludeSeeFromInSearches is used
436   >When `IncludeSeeFromInSearches` is activated, there will be a note below the first search form on the advanced search in staff interface and OPAC.
437 - [32960](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32960) Add option in item search for excluding checked out items
438 - [33190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190) Add search history button to advance search form if EnableSearchHistory keep
439
440 ### Searching - Elasticsearch
441
442 #### Enhancements
443
444 - [18829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829) Elasticsearch - Add ability to view the ES indexed record
445 - [33594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594) Sorting results by Title A-Z might use wrong title field
446   >This changes the behavour of title search and sorting (Title (A-Z)) in the OPAC and staff interface when using Elasticsearch or Open Search. The title search now only uses 245 (for MARC 21) and 200 (for UNIMARC). Previously other title fields may have affected the search order, for example 240$a in MARC21.
447   >
448   >To make this change for existing installations, reset the search engine mappings (Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (scroll down to the bottom of the page)) and rebuild the search index (koha-elasticsearch --rebuild -d -b -a <instancename>). If you have customized the search engine configuration, remember to record or back these up BEFORE resetting the mappings.
449
450 ### Self checkout
451
452 #### Enhancements
453
454 - [32115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32115) Add ID to check-out default help message dialog to allow customization
455
456 ### Serials
457
458 #### Enhancements
459
460 - [32752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32752) Add new serial issue status: "Out for binding", "Bound", and "Circulating"
461
462   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
463
464 ### Staff interface
465
466 #### Enhancements
467
468 - [30624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624) Add a permission to control the ability to change the logged in library
469   >This enhancement adds a new `loggedinlibrary` permission to allow or prevent staff members to set the library where they log in.
470 - [32886](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32886) Set focus for cursor to Code when adding a new restriction
471 - [33090](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33090) page-sections are missing in the account line details page
472 - [33281](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33281) Improve authority links and add them to MARC preview
473 - [33316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33316) Improve display of ES indexer jobs
474 - [33607](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33607) Show framework on record details page
475   >With this patch the MARC framework shows at the end of the bibliographic description on the catalog detail page in the staff interface.
476
477 ### System Administration
478
479 #### Enhancements
480
481 - [27424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
482   >We have been able to define SMTP servers in the staff interface for a while now. But to utilize them you had to set the SMTP server for each library individually. With this you can now chose to apply an SMTP server as default to all your libraries.
483 - [33192](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192) We should rename 'AutoEmailPrimaryAddress' to 'EmailFieldPrimary' for clarification
484   >The enhancement renames AutoEmailPrimaryAddress the system preference to EmailFieldPrimary to reflect the fact that it is not only used in the context of AutoEmailNewUser, but in general for email notices.
485 - [33550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33550) Rename Patron restrictions administration page 'Patron restriction types'
486
487 ### Templates
488
489 #### Enhancements
490
491 - [27775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27775) Add hint about drag and drop feature on framework subfield edit
492   >The sequence subfields appear when cataloguing bibliographic records, auhority records or items can be changed for each framework. To make this feature more visible a note was added to the framework administration page.
493 - [31407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31407) Set focus for cursor to Currency when adding a new currency
494 - [32095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095) Remove bullets from statuses in inventory tool
495 - [32319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32319) Give header search submit button more padding
496 - [32507](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32507) Use template wrapper to build breadcrumb navigation
497   >Architectural enhancement in preparation for bootstrap 5 upgrade.  This patch adds the foundations for abstracting the breadcrumb component of the staff client.
498 - [32571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571) Use template wrapper to build tabbed components
499 - [32649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32649) Use template wrapper for library transfer limits tabs
500 - [32658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32658) Use template wrapper in order from staged file template
501 - [32660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32660) Use template wrapper for basket groups tabs
502 - [32661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32661) Use template wrapper for invoices page tabs
503 - [32662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32662) Use template wrapper for item circulation alerts page
504 - [32683](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32683) Convert header search tabs to Bootstrap
505 - [32688](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32688) Convert recalls awaiting pickup tabs to Bootstrap
506 - [32698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32698) Use template wrapper for serials pages tabs
507 - [32746](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32746) Standardize structure around action fieldsets in acquisitions
508 - [32769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32769) Standardize structure around action fieldsets in administration
509 - [32914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32914) Use template wrapper for batch record deletion and modification templates
510 - [32952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32952) Standardize action fieldsets in authorities, cataloging, and circulation
511 - [33000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33000) Use template wrapper for breadcrumbs: Acquisitions part 1
512 - [33031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33031) Update OPAC lists page to use Bootstrap markup for tabs
513 - [33068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33068) Use template wrapper for breadcrumbs: Administration part 3
514 - [33071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33071) Show tooltip when hovering on home icon in staff interface breadcrumbs
515 - [33077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33077) Improve ease of translating template title tags
516 - [33127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33127) Use template wrapper for breadcrumbs: Administration part 5
517 - [33310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310) Use template wrapper for tabs: Suggestions
518 - [33349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33349) Patron attributes don't have identifying info in the staff interface
519
520 ### Test Suite
521
522 #### Enhancements
523
524 - [31479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31479) Provide an option to skip the test for atomic updates
525
526   **Sponsored by** *Catalyst*
527   >This enhancement adds an option to skip the check for leftover atomic updates when building custom packages. This is particularly useful for Koha providers or anyone else building Koha packages manually.
528   >
529   >In practice, this could be run like: sudo CUSTOM_PACKAGE=1 ./debian/build-git-snapshot -r ~/debian -v 21.11.01git -d
530 - [33282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33282) Cypress tests are failing
531 - [33733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33733) Move t/XSLT.t to db_dependent
532
533 ### Tools
534
535 #### Enhancements
536
537 - [31611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31611) More visibly highlight records that cannot be batch deleted/modified
538
539   **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
540   >This enhancement more clearly emphasises records that cannot be modified or deleted in the 'Batch record deletion', 'Batch item modification', and 'Batch item deletion' tools. Rows are now highlighted in yellow, with a red 'X' in the first column (hovering over the red 'X' shows the reason it cannot be modified or deleted).
541 - [32019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32019) Add option to mark items returned in batch modification
542 - [32021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32021) Pages 'appear in position' field is not useful
543
544   **Sponsored by** *Catalyst*
545 - [32164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32164) Add link to MARC modification templates from batch record modification page
546 - [32970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32970) Allow export of batch item modification results in background jobs
547 ## Bugfixes
548 This list includes all bugfixes since the previous major version. Most of them
549 have already been fixed in maintenance releases
550
551
552 #### Security bugs
553
554 - [31908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31908) New login fails while having cookie from previous session (23.05.00,22.11.01, 21.11.15)
555   >This patch introduces more thorough cleanup of user sessions when logging after a privilege escalation request.
556 - [32208](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32208) Re-login without enough permissions needs attention (22.11.01,22.05.08)
557 - [33595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33595) Bug 26628 broke authorization for tools start page (23.05.00)
558
559 #### Critical bugs fixed
560
561 - [32401](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401) x-koha-query cannot contain non-ISO-8859-1 values (23.05.00,22.11.03)
562 - [32437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32437) When adding to a basket form a staged file and matching the imported records are ignored when set to overwrite (23.05.00,22.11.05)
563 - [33262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33262) When an ordered record is deleted, we lose all information on what was ordered (23.05.00,22.11.06,22.05.13)
564 - [33653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653) Search for late orders can show received order lines (23.05.00,22.11.06)
565 - [33784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784) Save clicks on single order receive (23.05.00)
566 - [33864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864) Problems in order receive modal (23.05.00)
567 - [32393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393) background job worker explodes if JSON is incorrect (23.05.00,22.11.03,22.05.10)
568 - [32394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394) Long tasks queue is never used (23.05.00,22.11.01,22.05.10)
569 - [32422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422) Hardcoded paths in _common.scss prevent using external node_modules (23.05.00,22.11.01)
570 - [32472](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32472) [21.11 CRASH] The method Koha::Item->count is not covered by tests (21.11.18,22.11.04)
571 - [32481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481) Rabbit times out when too many jobs are queued and the response takes too long (23.05.00,22.11.02,22.05.09, 21.11.16)
572 - [32558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558) Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit (23.05.00,22.11.04,22.05.11)
573 - [32561](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561) background job worker is still running with all the modules in RAM (23.05.00,22.11.03,22.05.10)
574 - [32612](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32612) Koha background worker should log to worker-error/output.log (23.05.00,22.11.03,22.05.10)
575 - [32656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32656) Script delete_records_via_leader.pl no longer deletes items (23.05.00,22.11.03,22.05.10,21.11.16)
576 - [33044](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33044) BackgroundJob enqueue does not return the job id if rabbit is unreachable (23.05.00,22.11.04,22.05.11,21.11.19)
577 - [33183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33183) Error inserting matchpoint_components when creating record matching rules with MariaDB 10.6 (23.05.00,22.11.04,22.05.12,21.11.20)
578 - [33309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33309) Race condition while checkout renewal with ES (23.05.00,22.11.05,22.05.12,21.11.20)
579 - [33368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33368) borrowers.flags is about to reach the limit (23.05.00,22.11.05)
580 - [32354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32354) Handle session_state param given by OAuth identity provider (23.05.00,22.11.01)
581
582   **Sponsored by** *The New Zealand Institute for Plant and Food Research Limited*
583   >This patch ensures Koha doesn't throw an error if the IdP hands back a session_state parameter.
584 - [33708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33708) OAuth/OIDC authentication for the staff interface requires OPAC enabled (23.05.00)
585 - [33815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33815) Crash when librarian changes their own username in the staff interface (23.05.00)
586 - [19361](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19361) Linking an authorised value category to a field in a framework can lose data (23.05.00,22.11.04)
587 - [28328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328) Editing a record can cause an ISE if data too long for column (23.05.00,22.11.06)
588 - [30966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30966) Record overlay rules - can't use Z39.50 filter (23.05.00,22.11.05,22.05.12,21.11.20)
589
590   **Sponsored by** *Koha-Suomi Oy*
591 - [32550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32550) 'Clear on loan' link on Batch item modification doesn't untick on loan items (23.05.00,22.11.02)
592 - [33100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33100) Authority linking doesn't work for bib headings ending in two or more punctuation characters (23.05.00,22.11.04,22.05.12, 21.11.20)
593 - [33375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword (23.05.00,22.11.05,22.05.13,21.11.21)
594 - [33445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445) Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority (23.05.00,22.11.06)
595 - [33591](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records (23.05.00,22.11.06)
596 - [29234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29234) Transfers generated by stock rotation alert but do not initiate at checkin (23.05.00,22.11.05)
597 - [32653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32653) Curbside pickups - wrong dates available at the OPAC (23.05.00,22.11.04)
598 - [32891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32891) Curbside pickups - Cannot select slot in the last hour (23.05.00,22.11.04)
599 - [33300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300) Wrong system preference name AutomaticWrongTransfer (23.05.00,22.11.06)
600 - [33362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362) Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues (23.05.00)
601 - [33574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33574) Restriction type is not stored, all restrictions fall back to MANUAL (23.05.00,22.11.05)
602 - [32798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32798) build_oai_sets.pl passes wrong parameter to Koha::Biblio::Metadata->record (23.05.00,22.11.04)
603 - [33108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108) We need a way to launch the ES indexer automatically (23.05.00,22.11.06)
604 - [33603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33603) misc/maintenance/search_for_data_inconsistencies.pl fails if biblio.biblionumber on control field (23.05.00,22.11.06,22.05.13)
605 - [32468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32468) Vendors select only allows selecting from first 20 vendors by default (23.05.00,22.11.01)
606 - [32779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32779) Import from list is broken (23.05.00,22.11.03)
607 - [32782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782) Add UNIMARC support to the ERM module (23.05.00,22.11.06)
608 - [33481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33481) EBSCO ws return 415: Content type 'application/octet-stream' not supported (23.05.00,22.11.05)
609 - [33482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33482) Errors from EBSCO's ws are not reported to the UI (23.05.00,22.11.06)
610 - [33483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33483) Cannot link EBSCO's package with local agreement (23.05.00,22.11.06)
611 - [33485](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33485) Add/remove title from holdings is not using the correct endpoint (23.05.00,22.11.05)
612 - [33623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623) getAll not encoding URL params (23.05.00,22.11.06)
613 - [30254](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30254) New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules (23.05.00,22.11.03, 22.05.10)
614 - [30687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687) Unable to override hold policy if no pickup locations are available (23.05.00,22.11.06)
615 - [32470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32470) (Bug 14783 follow-up) Fix mysql error in db_rev for 22.06.000.064 (23.05.00,22.11.01)
616 - [33611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611) Holds being placed in the future if DefaultHoldExpirationdate is set (23.05.00,22.11.06)
617 - [33761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33761) Holds queue is not selecting items with completed transfers (23.05.00)
618 - [30352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352) "Not for loan" in result list doesn't translate in OPAC (23.05.00,22.11.06,22.05.13)
619 - [32356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356) xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists. (23.05.00,22.11.03,22.05.10,21.11.18)
620 - [33702](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702) Patrons should only see their own ILLs in the OPAC (22.11.06)
621 - [28267](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267) Older databases fail to upgrade due to having a row format other than "DYNAMIC" (23.05.00,22.11.06)
622 - [32399](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32399) Database update for bug 30483 is failing (23.05.00,22.11.01,22.05.12)
623 - [31259](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31259) Downloading patron card PDF hangs the server (23.05.00,22.11.05,22.05.12,21.11.20)
624 - [32250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32250) link_bibs_to_authorities generates too many background jobs (23.05.00,22.11.06)
625 - [33159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159) Thesaurus is not defined by second indicator for controlled fields outside of 6XX (23.05.00,22.11.05)
626 - [33277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277) Correctly handle linking subfields with no defined thesaurus (23.05.00,22.11.06)
627 - [33557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33557) Add a system preference to disable/enable thesaurus checking during authority linking (23.05.00,22.11.06)
628 - [32442](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32442) Invalid Template Toolkit in notices can cause errors (23.05.00,22.11.03)
629 - [32445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445) Status display of 'not for loan' items is broken in OPAC/staff (23.05.00,22.11.02)
630 - [32674](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674) When placing a hold in OPAC page explodes into error 500 (23.05.00,22.11.04)
631 - [32712](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32712) OPACShowCheckoutName makes OPAC explode (23.05.00,22.11.03)
632 - [33069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069) File download from list in OPAC gives error (23.05.00,22.11.06)
633 - [33101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33101) Basket More details view doesn't work (23.05.00,22.11.04)
634 - [32994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32994) Remove compiled files from src (2) (23.05.00,22.11.04)
635 - [33629](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33629) allow pbuilder to use network via build-git-snapshot (23.05.00,22.11.06,22.05.13)
636 - [19249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249) Date picker broken in "Quick add new patron" form (23.05.00,22.11.06)
637 - [33829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33829) Cannot add patron to patron list if PatronAutoComplete is off (23.05.00)
638 - [32539](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32539) UI hooks can break the UI (23.05.00,22.11.03,22.05.10,21.11.18)
639 - [31381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381) Searching patrons by letter broken when using non-mandatory extended attributes (23.05.00, 22.11.01)
640 - [32336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32336) MARCXML output of REST API may be badly encoded (UNIMARC) (23.05.00,22.11.05)
641 - [32713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32713) x-koha-embed appears to no longer properly validate (23.05.00,22.11.04)
642 - [33020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33020) Unsupported method history (23.05.00,22.11.04)
643 - [33145](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33145) Invalid specification for ERM routes (23.05.00,22.11.04)
644 - [32515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32515) SIP2 no block flag on checkin calls routine that does not exist (23.05.00,22.11.03,22.05.10)
645 - [33055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33055) SIP2 adding incorrect fines blocked message (23.05.00,22.11.04,22.05.11,21.11.19)
646 - [33216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register (23.05.00,22.11.06,22.05.13,21.11.21)
647 - [32126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32126) Adding item search fields is broken - can't add more than one field (23.05.00, 22.11.01)
648 - [33297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297) Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl (23.05.00)
649 - [32594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594) Add a dedicated ES indexing background worker (23.05.00,22.11.06)
650 - [33019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33019) Records not indexed in Elasticsearch ES when first catalogued (23.05.00,22.11.05)
651 - [32555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555) Error when viewing serial in OPAC (23.05.00,22.11.03)
652 - [33014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33014) Add link to serial advanced search (23.05.00,22.11.04)
653 - [31935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31935) Serials subscription form is misaligned (23.05.00,22.11.02)
654   >This fixes the alignment of the serials subscription form.
655 - [32517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32517) Patron search dies on case mismatch of patron category (23.05.00,22.11.02)
656   >This fixes patron search so that searching by category will work regardless of the patron category code case (upper, lower, and sentence case). Before this, category codes in upper case were expected - where they weren't this caused the search to fail, resulting in no search results.
657 - [32772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772) Patron autocomplete should not use contains on all fields (23.05.00,22.11.03)
658 - [33774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33774) Loading club table in every tab in patron details (23.05.00)
659 - [32898](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898) Cypress tests are failing (23.05.00,22.11.04)
660 - [33416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33416) Agreements.ts is failing (23.05.00)
661 - [26611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611) Required match checks don't work for authority records (23.05.00)
662
663   **Sponsored by** *Waikato Institute of Technology*
664   >This fixes match checking for authorities when importing records, so that the required match checks are correctly applied. Previously, match checks for authority records did not work.
665 - [32054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32054) GetImportRecordMatches returns the wrong match when passed 'best only' (23.05.00,22.11.02)
666 - [32631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32631) Error when previewing record during batch record modification (23.05.00,22.11.03)
667   >This patch corrects an error in the script which outputs MARC data for preview during batch record modification.
668 - [32804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32804) Importing and replacing items causes inconsistency when itemnumber match and biblio match disagree (23.05.00,22.11.04)
669 - [33156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33156) Batch patron modification tool is missing search bar and other attributes (23.05.00,22.11.06,22.05.13)
670 - [33412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412) (bug 15869 follow-up) Overlay record framework is always setting records to original framework (23.05.00,22.11.06)
671 - [33576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576) Records are not indexed when imported if using Elasticsearch (23.05.00,22.11.06)
672 - [33504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33504) ILS-DI does not record renewer_id for renewals creating issue with renewal history view (23.05.00,22.11.06,22.05.13)
673
674 #### Other bugs fixed
675
676 - [32665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32665) warnPrefRequireChoosingExistingAuthority condition incorrect in about.pl (23.05.00,22.11.04)
677 - [32687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32687) About may list version of SQL client in container, not actual server (23.05.00,22.11.04)
678 - [20473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20473) "Item information" tab should not appear if item is not created upon placing an order (23.05.00,22.11.03)
679 - [31056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31056) Unable to 'Close and export as PDF' a basket group (23.05.00,22.11.04)
680 - [31722](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31722) Don't show EDIFACT note on basket group page if EDIFACT is turned off (23.05.00,22.11.05)
681 - [31984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984) TaxRate system preference - add note about updating vendor tax rates where required (23.05.00,22.11.01)
682   >This enhancement adds a note to the TaxRates system preference about updating vendors tax rates when the TaxRates system preference values are changed or removed. (Vendors retain the original value entered, and this is used to calculate the tax rate for orders.)
683 - [32377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32377) GetBudgetHierarchy slows down acqui/histsearch.pl (23.05.00,22.11.03,22.05.10, 21.11.16)
684
685   **Sponsored by** *Koha-Suomi Oy*
686 - [32382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382) Fund input misaligned on invoice summary page (23.05.00,22.11.03)
687 - [32406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406) Cannot search pending orders using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
688 - [32417](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417) Cannot insert order: Mandatory parameter biblionumber is missing (23.05.00,22.11.01)
689 - [32484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32484) Enable framework plugins when UseACQFrameworkForBiblioRecords is set (23.05.00,22.11.06)
690   >This bugfix enables the use of framework plugins when: 
691   >- `UseACQFrameworkForBiblioRecords` is enabled, and
692   >- entering catalog details when adding items to a basket from a new (empty) record. 
693   >This requires plugins to be enabled for fields in the `ACQ` framework.
694 - [32531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32531) Filter 'Include archived' no longer shows non-archived suggestions (23.05.00,22.11.02)
695 - [32603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32603) Suggester category in Suggestions management (23.05.00,22.11.03)
696 - [32694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694) Keep current option for budgets in receiving broken (23.05.00,22.11.03,22.05.10,21.11.16)
697 - [33002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33002) 'Archive selected' button missing? (23.05.00,22.11.04)
698 - [33003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33003) Show the vendor type description on vendor detail page when AV is used (23.05.00)
699 - [33082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33082) Add yellow buttons and page sections to 'copy order' pages (23.05.00,22.11.04)
700 - [33238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33238) Error adding suggestion to basket as non-superlibrarian (Bug 29886 follow-up) (23.05.00,22.11.05,22.05.13,21.11.21)
701 - [33414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33414) Dates displayed in ISO format in orders by fund (23.05.00,22.11.05)
702 - [33421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421) Filtering purchase suggestions by status does not work if All Libraries is selected (23.05.00)
703 - [33663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663) Don't hide Suggestions link in side navigation when suggestion preference is disabled (23.05.00)
704 - [33771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771) Markup errors on orderreceive.tt after 8179 (23.05.00)
705 - [33783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33783) Populate actual cost with estimated cost if actual cost not set when receiving (bug 8179 follow-up) (23.05.00)
706 - [18247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18247) Remove SQL queries from branch_transfer_limit.pl administrative script (23.05.00,22.11.03,22.05.10, 21.11.16)
707
708   **Sponsored by** *Catalyst*
709 - [23247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23247) Use EmbedItems in opac-MARCdetail.pl (23.05.00,22.11.04)
710 - [28672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672) Improve EDI debug logging (23.05.00,22.11.03,22.05.10,21.11.18)
711 - [30649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649) Vendor EDI account passwords should be encrypted in the database (23.05.00)
712 - [30920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30920) Add caching to C4::Biblio::GetAuthorisedValueDesc (23.05.00,22.11.04)
713 - [31675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31675) Remove packages from debian/control that are no longer used (23.05.00, 22.11.01, 22.05.09, 21.11.16)
714 - [31893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31893) Some pages load about.tt template to check authentication rather than using checkauth (23.05.00,22.11.03,22.05.10, 21.11.16)
715 - [32330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32330) Table background_jobs is missing indexes (23.05.00,22.11.01,22.05.09, 21.11.16)
716 - [32418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32418) CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl (23.05.00,22.11.05)
717 - [32457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32457) CGI::param called in list context from acqui/addorder.pl line 182 (23.05.00,22.11.01,22.05.09, 21.11.16)
718 - [32460](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32460) Columns missing from table configuration for patron categories (23.05.00,22.11.04,22.05.11)
719 - [32465](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32465) koha-worker debian script missing 'queue' in help (23.05.00,22.11.02,22.05.09)
720   >This adds information about the --queue option to the help text for the koha-worker script.
721 - [32528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32528) Koha::Item->safe_to_delete should short-circuit earlier (23.05.00,22.11.02)
722 - [32529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32529) Holds in processing should block item deletion (23.05.00,22.11.02)
723 - [32573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573) background_jobs_worker.pl should ACK a message before it forks and runs the job (23.05.00,22.11.03,22.05.10, 21.11.16)
724 - [32580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32580) Background job cancel button broken, leads to background_jobs.pl with a kc (23.05.00,22.11.03)
725 - [32582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32582) Mailmap maps to wrong email address (23.05.00,22.11.02)
726 - [32583](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails (23.05.00,22.11.03)
727 - [32585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585) Followup on Bug 32583 - fix some variable references (23.05.00,22.11.04)
728 - [32678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32678) Add new line in authorized values tests in search_for_data_inconsistencies.pl (23.05.00,22.11.04,22.05.11,21.11.19)
729 - [32716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32716) update NGINX config examples to increase proxy_buffer_size (23.05.00,22.11.05,22.05.13,21.11.21)
730   >Set proxy_buffer_size in the example NGINX configuration to reduce chances that REST API responses that use pagination get dropped by NGINX
731 - [32781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32781) CreateEHoldingsFromBiblios not dealing with non-existent package correcly (23.05.00,22.11.04)
732 - [32794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32794) mailto links in 856 can be incorrectly formed by XSLT (23.05.00,22.11.05)
733 - [32811](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32811) Remove unused indexer.log (23.05.00,22.11.04,22.05.11,21.11.19)
734 - [32922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32922) Remove space in shebang (23.05.00,22.11.04)
735 - [32935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32935) basketgroup.js is not longer used and should be removed (23.05.00,22.11.04)
736 - [32975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32975) Error in package.json's definition of css:build vs css:build:prod (23.05.00, 22.11.04)
737 - [32978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32978) 'npm install' fails in ktd on aarch64, giving unsupported architecture error for node-sass (23.05.00,22.11.04)
738 - [32990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990) Possible deadlock in C4::ImportBatch::_update_batch_record_counts (23.05.00,22.11.06)
739 - [32992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32992) Move background worker script to misc/workers (23.05.00,22.11.06)
740 - [33053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053) Tables item_groups and recalls have a biblio_id column with a default of 0 (23.05.00,22.11.06)
741 - [33088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33088) background-job-progressbar.js no longer needed in batch_record_modification.tt (23.05.00,22.11.05,22.05.13,21.11.21)
742 - [33167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page (23.05.00,22.11.06)
743 - [33211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33211) Fix failing test for basic_workflow.t when adding item (23.05.00,22.11.04,22.05.12,21.11.20)
744 - [33229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33229) Patron reading history should be cleared when privacy set to never (23.05.00,22.11.05)
745 - [33341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33341) Perl 5.36 doesn't consider some of our code cool (23.05.00,22.11.05,22.05.12,21.11.20)
746 - [33367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless (23.05.00,22.11.05,22.05.13,21.11.21)
747 - [33447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33447) Add caching to Biblio->pickup_locations (23.05.00,22.11.06)
748 - [33488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33488) Library transfer limits should have an index on fromBranch (23.05.00,22.11.06)
749 - [33489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489) The borrowers table should have indexes on default patron search fields (23.05.00,22.11.06)
750 - [33710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33710) Ignore howto files (23.05.00,22.11.06)
751 - [33718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33718) _new_Zconn crashes on a bug in t::lib::Mocks::mock_config (23.05.00)
752 - [33739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33739) ModItemTransfer triggers indexing twice (23.05.00)
753 - [33854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33854) Typo in ImportBatchProfiles controller (23.05.00)
754 - [33675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33675) Add CSRF protection to OAuth/OIDC authentication (23.05.00)
755   >This development adds support for the `state` parameter generation and delivery when contacting IdPs. This is an optional but recommended opaque value in the OAuth2/OIDC specs that helps prevent CSRF attacks, but is also a requirement on some Identity Provider solutions.
756 - [3831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3831) Add a warning/hint when FA framework is missing (23.05.00,22.11.04)
757 - [15869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869) Change framework on overlay (23.05.00,22.11.03)
758   >This change fixes a long-standing bug where the framework specified during import only applied to new records and not overlaid matches.
759 - [29173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173) Button "replace authority record via Z39/50/SRU" doesn't pre-fill (23.05.00,22.11.03,22.05.10,21.11.18)
760   >This fixes the behaviour of the replace an authority record via Z39.50/SRU buttons when editing an authority record. Both ways of doing this (Edit > Edit record > Replace record via Z39.50/SRU search and Edit > Replace record via Z39.50/SRU search) now pre-fill the search form with available data.
761 - [31665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31665) 952$d ( Date acquired ) no longer prefills with todays date when focused (23.05.00,22.11.04)
762 - [32204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32204) in-page anchor to edititem on additem.pl not working (23.05.00,22.11.03)
763 - [32253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32253) Advanced cataloging editor doesn't load every line initially (23.05.00,22.11.06,22.05.13)
764 - [32321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32321) 006 field not correctly prepopulated in Advanced cataloging editor (23.05.00,22.11.03,22.05.10, 21.11.16)
765 - [32567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32567) Update plugin unimarc_field_110.pl 'Script of title' and 'Transliteration code' (23.05.00,22.11.03)
766 - [32692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32692) Terminology: MARC framework tag subfield editor uses intranet instead of staff interface (23.05.00,22.11.03,22.05.10)
767 - [32812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32812) Fix cataloguing/value_builder/barcode_manual.pl (23.05.00,22.11.04, 21.11.19)
768 - [32813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32813) Fix cataloguing/value_builder/barcode.pl (23.05.00,22.11.04.22.05.11, 21.11.19)
769 - [32814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32814) Fix cataloguing/value_builder/callnumber-KU.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
770 - [32815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32815) Fix cataloguing/value_builder/callnumber.pl (23.05.00,22.11.04,22.05.11,21.11.19)
771 - [32816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32816) Fix cataloguing/value_builder/cn_browser.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
772 - [32817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32817) Clean up cataloguing/value_builder/dateaccessioned.pl (23.05.00,22.11.06)
773 - [32818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32818) Clean up cataloguing/value_builder/marc21_field_005.pl (23.05.00,22.11.06)
774 - [32819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32819) Fix cataloguing/value_builder/stocknumberam123.pl (23.05.00,22.11.04,22.05.11,21.11.19)
775 - [32820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32820) Fix cataloguing/value_builder/stocknumberAV.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
776 - [32821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32821) Fix cataloguing/value_builder/stocknumber.pl (23.05.00,22.11.04,22.05.11, 21.11.19)
777 - [32822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32822) Fix cataloguing/value_builder/unimarc_field_010.pl (23.05.00,22.11.04,22.05.11,21.11.19)
778 - [32823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32823) Fix cataloguing/value_builder/unimarc_field_100_authorities.pl (23.05.00,22.11.04,22.05.11,21.11.19)
779 - [32824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32824) Fix cataloguing/value_builder/unimarc_field_100.pl (23.05.00,22.11.04,22.05.11,21.11.19)
780 - [32825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32825) Fix cataloguing/value_builder/unimarc_field_105.pl (23.05.00,22.11.04,22.05.11,21.11.19)
781 - [32826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32826) Fix cataloguing/value_builder/unimarc_field_106.pl (23.05.00,22.11.04,22.05.11,21.11.19)
782 - [32827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32827) Fix cataloguing/value_builder/unimarc_field_110.pl (23.05.00,22.11.04,22.05.11,21.11.19)
783 - [32828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32828) Fix cataloguing/value_builder/unimarc_field_115a.pl (23.05.00,22.11.04,22.05.11,21.11.19)
784 - [32829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32829) Fix cataloguing/value_builder/unimarc_field_115b.pl (23.05.00,22.11.04,22.05.11,21.11.19)
785 - [32830](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32830) Fix cataloguing/value_builder/unimarc_field_116.pl (23.05.00,22.11.05)
786 - [32831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32831) Fix cataloguing/value_builder/unimarc_field_117.pl (23.05.00,22.11.05)
787 - [32832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32832) Fix cataloguing/value_builder/unimarc_field_120.pl (23.05.00,22.11.05)
788 - [32833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32833) Fix cataloguing/value_builder/unimarc_field_121a.pl (23.05.00,22.11.05)
789 - [32834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32834) Fix cataloguing/value_builder/unimarc_field_121b.pl (23.05.00,22.11.05)
790 - [32835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32835) Fix cataloguing/value_builder/unimarc_field_122.pl (23.05.00,22.11.04,22.05.11,21.11.19)
791 - [32836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32836) Fix cataloguing/value_builder/unimarc_field_123a.pl (23.05.00,22.11.05)
792 - [32837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32837) Fix cataloguing/value_builder/unimarc_field_123d.pl (23.05.00,22.11.05)
793 - [32838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32838) Fix cataloguing/value_builder/unimarc_field_123e.pl (23.05.00,22.11.05)
794 - [32839](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32839) Fix cataloguing/value_builder/unimarc_field_123f.pl (23.05.00,22.11.05)
795 - [32840](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32840) Fix cataloguing/value_builder/unimarc_field_123g.pl (23.05.00,22.11.05)
796 - [32841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32841) Fix cataloguing/value_builder/unimarc_field_123i.pl (23.05.00,22.11.05)
797 - [32842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32842) Fix cataloguing/value_builder/unimarc_field_123j.pl (23.05.00,22.11.05)
798 - [32843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32843) Fix cataloguing/value_builder/unimarc_field_124a.pl (23.05.00,22.11.05)
799 - [32844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32844) Fix cataloguing/value_builder/unimarc_field_124b.pl (23.05.00,22.11.05)
800 - [32845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32845) Fix cataloguing/value_builder/unimarc_field_124c.pl (23.05.00,22.11.05)
801 - [32846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32846) Fix cataloguing/value_builder/unimarc_field_124d.pl (23.05.00,22.11.05)
802 - [32847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32847) Fix cataloguing/value_builder/unimarc_field_124e.pl (23.05.00,22.11.05)
803 - [32848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32848) Fix cataloguing/value_builder/unimarc_field_124f.pl (23.05.00,22.11.05)
804 - [32849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32849) Fix cataloguing/value_builder/unimarc_field_124g.pl (23.05.00,22.11.05)
805 - [32850](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32850) Fix cataloguing/value_builder/unimarc_field_124.pl (23.05.00,22.11.05)
806 - [32851](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32851) Fix cataloguing/value_builder/unimarc_field_125a.pl (23.05.00,22.11.05)
807 - [32852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32852) Fix cataloguing/value_builder/unimarc_field_125b.pl (23.05.00,22.11.05)
808 - [32854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32854) Fix cataloguing/value_builder/unimarc_field_126a.pl (23.05.00,22.11.05)
809 - [32855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32855) Fix cataloguing/value_builder/unimarc_field_126b.pl (23.05.00,22.11.05)
810 - [32857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32857) Fix cataloguing/value_builder/unimarc_field_127.pl (23.05.00,22.11.05)
811 - [32858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32858) Fix cataloguing/value_builder/unimarc_field_128a.pl (23.05.00,22.11.05)
812 - [32859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32859) Fix cataloguing/value_builder/unimarc_field_128b.pl (23.05.00,22.11.05)
813 - [32860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32860) Fix cataloguing/value_builder/unimarc_field_128c.pl (23.05.00,22.11.05)
814 - [32861](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32861) Fix cataloguing/value_builder/unimarc_field_130.pl (23.05.00,22.11.05)
815 - [32862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32862) Fix cataloguing/value_builder/unimarc_field_135a.pl (23.05.00,22.11.05)
816 - [32863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32863) Fix cataloguing/value_builder/unimarc_field_140.pl (23.05.00,22.11.05)
817 - [32864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32864) Fix cataloguing/value_builder/unimarc_field_141.pl (23.05.00,22.11.05)
818 - [32865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32865) Clean up cataloguing/value_builder/unimarc_field_146a.pl (23.05.00,22.11.06)
819 - [32866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32866) Clean up cataloguing/value_builder/unimarc_field_146h.pl (23.05.00,22.11.06)
820 - [32867](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32867) Clean up cataloguing/value_builder/unimarc_field_146i.pl (23.05.00,22.11.06)
821 - [32868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32868) Fix cataloguing/value_builder/unimarc_field_210c_bis.pl (23.05.00,22.11.06)
822 - [32869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32869) Fix cataloguing/value_builder/unimarc_field_210c.pl (23.05.00,22.11.06)
823 - [32870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32870) Fix cataloguing/value_builder/unimarc_field_225a_bis.pl (23.05.00,22.11.06)
824 - [32871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32871) Fix cataloguing/value_builder/unimarc_field_225a.pl (23.05.00,22.11.06)
825 - [32872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32872) Fix cataloguing/value_builder/unimarc_field_4XX.pl (23.05.00,22.11.06)
826 - [32873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32873) Fix cataloguing/value_builder/unimarc_field_686a.pl (23.05.00,22.11.06)
827 - [32874](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32874) Fix cataloguing/value_builder/unimarc_field_700-4.pl (23.05.00,22.11.06)
828 - [32875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32875) Fix cataloguing/value_builder/unimarc_leader_authorities.pl (23.05.00,22.11.06)
829 - [32876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32876) Fix cataloguing/value_builder/unimarc_leader.pl (23.05.00,22.11.06)
830 - [32959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32959) Item templates will apply the same barcode each time template is applied if autobarcode is enabled (23.05.00)
831 - [33144](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33144) Authority lookup in advanced editor overencodes HTML (23.05.00,22.11.04,22.05.12,21.11.20)
832 - [33173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33173) Save and continue button in standard cataloging module broken (23.05.00,22.11.04,22.05.11,21.11.19)
833 - [33624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33624) Using Browser "Back" button in Batch Record Modification causes biblio options to be displayed (23.05.00)
834 - [33655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655) z39.50 search no longer shows search in progress (23.05.00,22.11.06)
835 - [33686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33686) Update plugin unimarc_field_100.pl 'Script of title' with 2022 values (23.05.00)
836 - [14784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14784) Missing checkin message for debarred patrons when issuing rules 'fine days = 0' (23.05.00,22.11.02)
837 - [18398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18398) CHECKIN/CHECKOUT/RENEWAL don't use AutoEmailPrimaryAddress but first valid e-mail (23.05.00,22.11.06,22.05.13)
838   >This enhancement applies the EmailFieldPrimary (formerly AutoEmailPrimaryAddress) system preference choice to the CHECKIN, CHECKOUT, RENEWAL and various RECALL notices.
839 - [26967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26967) Patron autocomplete does not correctly format addresses (23.05.00,22.11.06)
840 - [28975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28975) Holds queue lists can show holds from all libraries even with IndependentBranches (23.05.00, 22.11.01, 22.05.09, 21.11.16)
841 - [29021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29021) Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen (23.05.00,22.11.03)
842 - [31209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31209) Add a span with class around serial enumeration/chronology data in list of checkouts for better styling (23.05.00,22.11.04,22.05.11, 21.11.19)
843 - [31233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31233) Fine grace period in circulation conditions is misnamed (23.05.00,22.11.02)
844 - [31563](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563) Numbers on claims tab not showing in translated templates (23.05.00,22.11.04)
845 - [32121](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32121) Show an alert when adding a checked out item to an item bundle (23.05.00,22.11.06)
846 - [32129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32129) Use patron categorycode of most relevant recall when checking if item can be a waiting recall (23.05.00,22.11.06)
847
848   **Sponsored by** *Auckland University of Technology*
849   >This patch uses the patron category of the patron who requested the most relevant recall to check for more specific circulation rules relating to recalls. This ensures that patrons who are allowed to place recalls are able to fill their recalls, especially when recalls are not  generally available for all patron categories.
850 - [32503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503) Holds awaiting pickup doesn't sort dates correctly (23.05.00,22.11.04)
851 - [32878](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32878) Make it impossible to renew the item if it has active item level hold (23.05.00,22.11.07)
852 - [32883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32883) Curbside pickups - Order "To be staged" by date and time of scheduled pickup (23.05.00,22.11.05)
853 - [33021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33021) Show an alert when adding an item on hold to an item bundle (23.05.00)
854   >When adding an item that is currently on hold to an item bundle, a warning will display, but you can still choose to add the item to the bundle.
855 - [33220](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33220) Recalls to pull should not show in transit or allocated items (23.05.00)
856
857   **Sponsored by** *Auckland University of Technology*
858 - [33577](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33577) Buttons on reserve/request.pl are misaligned (23.05.00,22.11.06)
859 - [33613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33613) Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge (23.05.00,22.11.06)
860 - [33838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33838) Offline circulation interface error on return (23.05.00)
861 - [32793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32793) import_patrons.pl typo in usage (23.05.00,22.11.03)
862 - [32800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32800) build_oai_sets.pl fails on deleted records (23.05.00,22.11.05)
863 - [33285](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285) It should be possible to specify the separator used in runreport.pl (23.05.00,22.11.05,22.05.12,21.11.20)
864 - [33626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33626) compare_es_to_db.pl does not work with Search::Elasticsearch 7.0 (23.05.00,22.11.06)
865 - [33645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645) koha-foreach always returns 1 if --chdir not specified (23.05.00,22.11.06)
866 - [33677](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677) Remove --verbose from koha-worker manpage (23.05.00,22.11.06)
867 - [33717](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33717) Typo in search_for_data_inconsistencies.pl (23.05.00)
868 - [28674](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28674) old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold" (23.05.00,22.11.03)
869 - [32357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32357) Set borrower_message_preferences.days_in_advance default to NULL (23.05.00,22.11.06)
870   >This fixes the default value in the database for the 'Days in advance' field for patron messaging preferences so that it defaults to NULL instead of 0 (borrower_message_preferences table and the days_in_advance field).
871 - [32180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32180) ERM - Mandatory fields don't have the 'required' class on the label (23.05.00,22.11.04)
872 - [32495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495) Required fields in API and UI form don't match (23.05.00,22.11.04)
873   >This enhancement changes the new agreement form so that the description field is no longer required (to match with the API).
874 - [32728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32728) ERM - Search header should change to match the section you are in (23.05.00,22.11.04)
875 - [32807](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32807) No need to fetch all if we need to know if one exist (23.05.00,22.11.05)
876 - [32983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32983) Use REST API route to retrieve authorised values (23.05.00,22.11.04)
877 - [33290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33290) Incorrect variable used in http-client.js (23.05.00,22.11.05)
878
879   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
880 - [33346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33346) Add Help link to Koha manual in ERM module (23.05.00,22.11.05)
881 - [33354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33354) Error 400 Bad Request when submitting form in ERM (23.05.00,22.11.06)
882 - [33355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355) ERM UI and markup has some issues (23.05.00,22.11.06)
883 - [33381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33381) Active link in the menu is not always correctly styled (23.05.00,22.11.05)
884 - [33408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408) Fetch sysprefs from svc/config/systempreferences (23.05.00)
885
886   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
887 - [33422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33422) ERM - Search header should change to match the section you are in (23.05.00,22.11.05)
888 - [33490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33490) Agreements - Filter by expired results in error (23.05.00,22.11.06)
889 - [33491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491) EBSCO Packages - Add new agreement UI has some issues (23.05.00,22.11.06)
890 - [33823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33823) KohaTable vue component action buttons spacing differ from kohaTable (23.05.00)
891 - [22042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22042) BlockReturnofWithdrawn Items does not block refund generation when item is withdrawn and lost (23.05.00,22.11.02,22.05.09, 21.11.16)
892 - [32247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32247) Real time HoldsQueue does not need to check items if there are no holds (23.05.00,22.11.01,22.05.09)
893 - [32455](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32455) Don't send hold notices from the library's inbound email address (23.05.00,22.11.03)
894 - [32627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627) Reprinting holds slips should not reset the expiration date (23.05.00,22.11.06)
895 - [32993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993) Holds priority changed incorrectly with dropdown selector (23.05.00,22.11.06)
896 - [33198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33198) request.pl is calculating pickup locations that are not used (23.05.00,22.11.05,22.05.12)
897 - [33210](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33210) (Bug 31963 follow-up) No hold fee message on OPAC should be displayed when there is no fee (23.05.00,22.11.06)
898 - [33302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33302) Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold (23.05.00,22.11.06)
899 - [33672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33672) Item group features shows when placing holds if EnableItemGroupHolds is disabled (23.05.00,22.11.06)
900 - [33791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33791) $hold->fill does not set itemnumber when checking out without confirming hold (23.05.00)
901 - [31057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31057) Add clarifying text to 'To date' in the calendar tool (23.05.00,22.11.05)
902 - [22490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22490) Some strings in JavaScript files are untranslatable (23.05.00,22.11.04)
903 - [26403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403) Move debit and credit types to YAML files and fix other related translation issues (23.05.00,22.11.06)
904   >With this patch the descriptions of system internal credit and debit types will be translated into the selected language at installation time. This will only affect new installations and SQL reporting. If you are building your own SQL reports, you'll be able to pull the descriptions from the tables.
905   >
906   >It also makes sure, that all system internal debit and credit types appear translated in the GUI. This now also includes the administration pages for managing credit and debit types. Some descriptions for discount, payout, purchase, and void were missing. These have now also been added.
907 - [30993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30993) Translation: Unbreak sentence in upload.tt (23.05.00,22.11.03,22.05.11, 21.11.19)
908 - [31640](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31640) Fuzzy translations of preferences can cause missing sections and inaccurate translations (23.05.00,22.11.05)
909 - [31957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31957) Translation: Ability to change the sentence structure on library administration page (23.05.00,22.11.03,22.05.11, 21.11.19)
910 - [32292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292) Update and add database column descriptions used in guided reports (23.05.00,22.11.03)
911   >This completes and adds column descriptions that show up when creating a new guided report for following tables:
912   >* items
913   >* borrowers
914   >* biblio
915   >* aqorders
916   >* suggestions
917 - [32588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32588) Filters on top of 'Items with no checkouts' report are untranslatable (23.05.00,22.11.03)
918 - [32931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931) ERM - (is perpetual) Yes / No options untranslatable (23.05.00,22.11.06)
919 - [33076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33076) Add context to "Quotes" (23.05.00,22.11.04,22.05.12)
920 - [33151](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33151) Improve translation of strings in cities and circulation desk administration pages (23.05.00,22.11.04,22.05.12, 21.11.20)
921 - [33323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33323) Select button in patron search modal is not translatable (23.05.00,22.11.05,22.05.13)
922 - [33332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332) Fix formatting of TT comments to improve translations (23.05.00,22.11.05)
923 - [33533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33533) Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt (23.05.00,22.11.06)
924 - [22440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering (23.05.00,22.11.06)
925 - [22693](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22693) ILL "Price paid" column does not appear in column configuration (23.05.00,22.11.03,22.05.11, 21.11.19)
926   >This adds the "Price paid" column to the inter-library loan requests table.  This column is also configurable using the Columns button and in the table settings (Administration > Additional parameters > Table settings > Interlibrary loans > ill-requests).
927 - [28641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28641) ILLHiddenRequestStatuses does not consider custom statuses (23.05.00,22.11.05,22.05.12,21.11.20)
928
929   **Sponsored by** *PTFS Europe*
930 - [32525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32525) Standardize labels between ILL request list and detail page (23.05.00,22.11.04,22.05.11,21.11.19)
931 - [32566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32566) Don't show 'ILL request logs' button, when IllLog is turned off (23.05.00,22.11.04,22.05.11, 21.11.19)
932 - [32799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32799) ILLSTATUS authorized value category name is confusing (23.05.00,22.11.04)
933 - [33762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762) Restore page-section in ILL (23.05.00)
934 - [33051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33051) 22600075.pl is not idempotent (23.05.00,22.11.04)
935 - [32918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32918) ERM authorized values should be in installer/data/mysql/en/mandatory/auth_values.yml (23.05.00,22.11.04)
936 - [33059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33059) Capitalization: Fix sample authorised value descriptions (23.05.00,22.11.04)
937 - [33671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update  22.06.00.048  breaks update process (23.05.00,22.11.06)
938 - [32302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302) "ISBN" label shows when no ISBN data present when sending list (23.05.00,22.11.01,22.05.09, 21.11.16)
939   >This fixes email messages sent when sending lists so that if there are no ISBNs for a record, an empty label is not shown.
940 - [32279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32279) GetAuthorizedHeading missing from exports of C4::AuthoritiesMarc (23.05.00,22.11.05,22.05.12,21.11.20)
941 - [32280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32280) Export method ImportBreedingAuth from C4::Breeding (23.05.00,22.11.05,22.05.12, 21.11.20)
942 - [33138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138) Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework (23.05.00)
943 - [23032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23032) Add 264 to Alternate Graphic Representation (MARC21 880) (23.05.00,22.11.02)
944 - [31432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default (23.05.00,22.11.06,22.05.13, 21.11.21)
945 - [31860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860) Standardize capitalization for item subfield descriptions (UNIMARC 995/MARC21 952) (23.05.00,22.11.03)
946 - [32689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689) Host item entry (773) missing a space between label and content when $i is used (23.05.00,22.11.03)
947 - [32766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields (23.05.00,22.11.06)
948   >This updates the labels for some values so that they match with the definitions in UNIMARC Bibliographic (3rd ed.) Updates, and to help with translation:
949   >
950   >- Specific material designation: 
951   >  i- print (no change in display)
952   >  m- master -> m- mould
953   >
954   >- Techniques (drawings, paintings) 1, 2, and 3:
955   >  crayon -> charcoal
956   >
957   >- Technique (prints) 1,2, and 3:
958   >  Label for dropdown list changed to Techniques (print) 1, 2, and 3
959   >  camaiu -> cameo
960   >  computer graphics -> infography
961   >
962   >- Functional designation
963   >  ab- item cover -> ab- resource cover
964   >  ag- chart -> ag- diagram
965 - [33419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419) Make home library and holding library in items mandatory by default (23.05.00,22.11.06)
966   >This will make the home library and holding library on the item form manatory for new installations. It's recommended to also manually make these changes for existing installations as Koha won't function properly if any of these fields are missing.
967 - [33356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33356) Add link to mana-kb settings from 'Useful resources' in reports (23.05.00)
968 - [24616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24616) Cannot copy notice to another library if it already exists (23.05.00,22.11.03)
969
970   **Sponsored by** *Koha-Suomi Oy*
971 - [29354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29354) Make overdue_notices.pl send HTML attachment as .html (23.05.00,22.11.04)
972 - [32221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221) Password entry should be removed from placeholder list in notices editor (23.05.00,22.11.03,22.05.10, 21.11.16)
973 - [32917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917) Change patron.firstname and patron.surname in password change sample notice (23.05.00,22.11.06)
974 - [33223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33223) Koha::Patron->notice_email_address isn't consistently used (23.05.00)
975 - [33313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33313) TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice (23.05.00)
976 - [33314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33314) Link to bibliographic record incomplete in default TICKET_NOTIFY notice (23.05.00)
977 - [33622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33622) Notice content does not show on default tab if TranslateNotices enabled (23.05.00,22.11.06)
978 - [33649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33649) Fix use of cronlogaction (23.05.00,22.11.06)
979 - [33658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33658) Capitalization: **To Reproduce** (23.05.00)
980 - [25590](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25590) Street number is missing from alternate address in the OPAC (23.05.00,22.11.05)
981 - [29311](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311) Do not allow editing of bibliographic information when entering suggestion from existing bibs (23.05.00,22.11.05,22.05.13,21.11.21)
982 - [29993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29993) Syndetics cover images do not display in browse shelf when scrolling from the first page (23.05.00)
983 - [30162](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30162) XSLT has broken link for traced series because of OPAC/staff interface confusion (23.05.00,22.11.05)
984 - [31221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221) Buttons overflow in OPAC search results in mobile view (23.05.00,22.11.04)
985 - [31248](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31248) Fix responsive table style in the OPAC after switch to Bootstrap tabs (23.05.00,22.11.04,22.05.11)
986 - [32251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251) opac-page.pl: Add a fallback for when language cookie was removed (23.05.00,22.11.03)
987 - [32338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32338) OPAC - Mobile - Selection toolbar in search result is shifted and not adjusted (23.05.00,22.11.04)
988 - [32412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412) OPACShelfBrowser controls add extra Coce images to biblio-cover-slider (23.05.00,22.11.06)
989 - [32492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32492) Improve mark-up of OPAC messaging table to ease customization (23.05.00,22.11.04,22.05.11,21.11.19)
990 - [32597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32597) Article requests not stacking in patron view (23.05.00,22.11.02,22.05.09)
991 - [32611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611) Not for loan items don't show the specific not for loan value in OPAC detail page (23.05.00,22.11.04)
992 - [32663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32663) Street number should not allow for entering more than 10 characters in OPAC (23.05.00,22.11.04,22.05.11,21.11.19)
993 - [32679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32679) CSS class article-request-title is doubled up in article requests list in staff patron account (23.05.00,22.11.04,22.05.11,21.11.19)
994 - [32701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701) Self checkout help page lacks required I18N JavaScript (23.05.00,22.11.06)
995 - [32946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946) 'Send list/cart' forms in OPAC is misaligned (23.05.00,22.11.04)
996 - [32995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995) Koha agent string not sent for OverDrive fulfillment requests (23.05.00,22.11.06)
997 - [32999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32999) Click handler to show QR code in OPAC lacks preventDefault (23.05.00,22.11.04,22.05.11, 21.11.19)
998 - [33102](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33102) Cart in OPAC and staff interface does no longer display infos from biblioitems table (23.05.00,22.11.06)
999 - [33160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33160) Make sure 773 (host item entry) displays in the cart when not linked by $w (23.05.00,22.11.05)
1000 - [33233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33233) OPAC advanced search inputs stay disabled when using browser's back button (23.05.00,22.11.06)
1001 - [33299](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33299) Item type column is empty when placing item level holds in OPAC (23.05.00,22.11.05)
1002 - [33821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33821) OPAC flatpickr no longer allows for direct input of date (23.05.00)
1003 - [33168](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168) Timeline on "About Koha" is not working for package installs (23.05.00,22.11.05,22.05.12,21.11.20)
1004 - [33371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.05.00)
1005 - [25379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25379) HTML in circulation notes doesn't show correctly on checkin (23.05.00,22.11.06)
1006 - [31166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31166) Digest option is not selectable for phone when PhoneNotification is enabled (23.05.00,22.11.01, 21.11.16)
1007 - [31492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31492) Patron image upload fails on first attempt with CSRF failure (23.05.00,22.11.02,22.05.09, 21.11.16)
1008 - [31890](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31890) PrefillGuaranteeField should include option to prefill surname (23.05.00,22.11.04)
1009   >This bugfix adds the surname field to the list of fields (in the PrefillGuaranteeField system preference) that can be automatically prefilled when adding a guarantee to a patron's account.
1010 - [32232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32232) Koha crashes if dateofbirth is 1947-04-27, 1948-04-25, or 1949-04-24 (23.05.00,22.11.06)
1011 - [32491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491) Can no longer search patrons in format 'surname, firstname' (23.05.00,22.11.02,22.05.09)
1012 - [32505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32505) Cannot search by dateofbirth in specified dateformat (23.05.00,22.11.02,22.05.09)
1013 - [32510](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32510) "New list" option is not available when too many patron's lists (23.05.00,22.11.05)
1014 - [32570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32570) City is duplicated in patron search if the patron has both city and state (23.05.00,22.11.03,22.05.10)
1015 - [32655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655) Variables showing in patron messaging preferences (23.05.00,22.11.03,22.05.10,21.11.16)
1016 - [32675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32675) Cannot add a guarantor when there is a single quote in the guarantor attributes (23.05.00,22.11.04,22.05.11)
1017 - [32770](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32770) Patron search field groups no longer exist (23.05.00,22.11.04,22.05.11)
1018 - [32904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32904) Patrons table processing eternally and not loading (23.05.00,22.11.04)
1019
1020   **Sponsored by** *Education Services Australia SCIS*
1021 - [32976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32976) Patron image Add/Edit button should not appear if permission is turned off (23.05.00,22.11.05)
1022 - [33155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33155) Category and library filters from header patron search not taken into account (23.05.00,22.11.04,22.05.11)
1023 - [33266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33266) Patron name missing space before surname (23.05.00)
1024 - [33684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33684) Able to save patron with empty mandatory date fields (23.05.00,22.11.06)
1025 - [30367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30367) Plugins: Search explodes in error when searching for specific keywords (23.05.00,22.11.06)
1026 - [33189](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33189) Plugin upload should prompt for .kpz files (23.05.00,22.11.04,22.05.11,21.11.19)
1027 - [31160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31160) Required fields in the Patrons API are a bit random (23.05.00,22.11.01)
1028 - [32118](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32118) Clarify expansion/embed modifiers (23.05.00,22.11.04)
1029 - [32409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409) Cannot search cashups using non-latin-1 scripts (23.05.00,22.11.03,22.05.10,21.11.16)
1030   >This fixes the cashup history table so that filters can use non latin-1 characters (Point of sale > Cash summary for <library> > select register). Before this fix, the table was not filtered or refreshed if you entered non latin-1 characters.
1031 - [32923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32923) x-koha-embed must a header of collectionFormat csv (23.05.00,22.11.04)
1032 - [33227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33227) OpenAPI validation is failing for paths/biblios.yaml (23.05.00,22.11.04)
1033 - [33328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33328) x-marc-schema should be renamed x-record-schema (23.05.00,22.11.06)
1034 - [33329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329) GET /biblios encoding wrong when UNIMARC (23.05.00,22.11.06)
1035 - [33470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33470) Don't calculate overridden values when placing a hold via the REST API (23.05.00,22.11.06)
1036 - [27513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27513) Add description to reports page (23.05.00,22.11.05,22.05.13,21.11.21)
1037 - [32589](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32589) Improve headings on result tables for 'checkouts with no items' report (23.05.00,22.11.03)
1038 - [32805](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32805) When recording localuse in the statistics table location is always NULL (23.05.00,22.11.04)
1039 - [33063](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33063) Duplicated reports should maintain subgroup of original (23.05.00,22.11.04,22.05.12,21.11.20)
1040 - [33152](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33152) Set focus for cursor to search input box when creating new report from "New SQL from Mana" option (23.05.00)
1041 - [33513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513) Batch update from report module - no patrons loaded into view (23.05.00,22.11.06)
1042 - [33713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713) Report batch operations should open in new tab (23.05.00)
1043   >When using the batch operations from report results, the links to the batch tools will now open in a new tab instead of the same one, leaving the report results visible.
1044 - [33792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792) reserves_stats.pl ignores filled holds without itemnumber (23.05.00)
1045 - [32408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408) If a fine can be overridden on checkout in Koha, what should the SIP client do? (23.05.00,22.11.03,22.05.10)
1046 - [32537](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537) Add 'no_block' option to sip_cli_emulator (23.05.00,22.11.03,22.05.10)
1047   >This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
1048 - [32624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32624) Patrons fines are not accurate in SIP2 when NoIssuesChargeGuarantorsWithGuarantees or NoIssuesChargeGuarantees are enabled (23.05.00,22.11.03, 22.05.10,21.11.18)
1049 - [33580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580) Bring back ability to mark item as seen via SIP2 item information request (23.05.00,22.11.06)
1050 - [13976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976) Sorting search results by popularity is alphabetical (23.05.00,22.11.05,22.05.12,21.11.20)
1051   >This patch fixes the sorting of searches by popularity, ensuring that results are sorted numerically.
1052   >
1053   >Note: The popularity search requires the use of either the syspref UpdateTotalIssuesOnCirc or the update_totalissue.pl cronjob
1054 - [20596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20596) Authority record matching rule causes staging failure when MARC record contains multiple tag values for a match point (23.05.00,22.11.01,22.05.09, 21.11.16)
1055 - [31326](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326) Koha::Biblio->get_components_query fetches too many component parts (23.05.00,22.11.03)
1056
1057   **Sponsored by** *Koha-Suomi Oy*
1058 - [32639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32639) OpenSearch description format document generates search errors (23.05.00,22.11.04,22.05.11,21.11.19)
1059 - [33093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33093) (Bug 27546 follow-up) With ES searching within results does not work for 'Keyword' and 'Keyword as phrase' (23.05.00,22.11.06)
1060 - [33506](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506) Series has wrong index name on scan index page and search option selection is not retained (23.05.00,22.11.06,22.05.13)
1061 - [33569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569) Order by relevance may not be visible (23.05.00,22.11.06)
1062 - [31471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31471) Duplicate check in cataloguing fails with Elasticsearch for records with multiple ISBN (23.05.00,22.11.04,22.05.11,21.11.19)
1063 - [31695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695) Type standard number is missing field ci_raw in field_config.yaml (23.05.00,22.11.05,22.05.13, 21.11.21)
1064 - [32519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32519) In Elasticsearch mappings table use search field name (23.05.00,22.11.04,22.05.12,21.11.20)
1065 - [33206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206) Bad title__sort made of multisubfield 245 (23.05.00,22.11.06)
1066 - [33486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine (23.05.00,22.11.06)
1067 - [31841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31841) Shelving location search in staff interface sometimes creates invalid Zebra query (23.05.00,22.11.05)
1068 - [32416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416) arp - Accelerated reader point searches fail due to conflicting attribute (23.05.00,22.11.03,22.05.10,21.11.16)
1069   >This fixes
1070 - [32741](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32741) Attribute codes should not be repeated in bib1.att (23.05.00,22.11.03,22.05.10,21.11.16)
1071 - [32937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937) Zebra: Ignore copyright symbol when searching (23.05.00,22.11.06)
1072 - [19188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188) Self checkout: Fine blocking checkout is missing currency symbol (23.05.00,22.11.03,22.05.10, 21.11.16)
1073 - [32921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32921) SelfCheckTimeout doesn't logout if SelfCheckReceiptPrompt modal is open (23.05.00,22.11.06,22.05.13)
1074 - [33150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33150) Add specific message for renewal too_soon situation (23.05.00,22.11.04,22.05.12,21.11.20)
1075 - [33037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037) [Bugs 32555  and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet) (23.05.00,22.11.06)
1076 - [33040](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33040) Add "Date published (text)" to serials tab on record view (detail.pl) (23.05.00,22.11.05,22.05.13,21.11.21)
1077 - [33261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33261) Dates for issues on subscription detail page display unformatted (23.05.00,22.11.05)
1078 - [33512](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33512) Labels/buttons are confusing on serials-edit page (23.05.00,22.11.06)
1079 - [33560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33560) Batch edit link broken if subscriptions are selected using "select all" link (23.05.00,22.11.06)
1080 - [28314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28314) Spinning icon is not always going away for local covers in staff (23.05.00,22.11.03,22.05.10, 21.11.16)
1081 - [28315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28315) PopupMARCFieldDoc is defined twice in addbiblio.tt (23.05.00,22.11.06)
1082 - [31768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31768) Tags is a 'Tool' but doesn't include the tools nav sidebar (23.05.00,22.11.03,22.05.10,21.11.18)
1083 - [31950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31950) Page section on library view is too wide / not aligned with toolbar (23.05.00,22.11.02)
1084 - [31962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31962) Add tooltip to 'configure' on datatable controls (23.05.00,22.11.03)
1085 - [32027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32027) Terminology: change "librarian interface" to "staff interface" in additional contents tool (23.05.00,22.11.03)
1086 - [32194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32194) "Can be guarantee" value should show uppercase "No" (23.05.00,22.11.01)
1087   >This fixes the display of the patron categories "Can be guarantee" column so that "No" values have a capital "N". Previously, "no" values were shown with a lowercase "n".
1088 - [32236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236) Batch item modification - alignment of tick box for 'Use default values' (23.05.00,22.11.01)
1089 - [32239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32239) Report options for adding groups/sub groups are misaligned (23.05.00,22.11.03)
1090 - [32257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32257) Label for patron attributes misaligned on patron batch mod (23.05.00,22.11.01)
1091 - [32261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32261) Insufficient user feedback when selecting patron in autocomplete (23.05.00,22.11.01)
1092 - [32272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32272) Last borrower and previous borrower display on moredetail.pl is broken (23.05.00,22.11.02)
1093 - [32301](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32301) Show correct defaultSortField in staff interface advanced search (23.05.00,22.11.05,22.05.13,21.11.21)
1094 - [32355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32355) Add class url to all URL syspref (23.05.00,22.11.01, 22.05.09, 21.11.16)
1095 - [32368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32368) Add page-section to saved report results (23.05.00,22.11.01)
1096 - [32475](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32475) The phrase "System prefs" should be replaced with the correct terminology "System preferences" (23.05.00,22.11.02)
1097 - [32504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504) Empty column name, misaligning visibility, and export for basket/orders in table settings (23.05.00,22.11.03)
1098 - [32520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32520) Patron autocomplete should respect DefaultPatronSearchFields (23.05.00,22.11.03)
1099 - [32523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523) Shortcuts / Links to missing fields in MARC-Editor don't work as expected (23.05.00,22.11.03,22.05.10,21.11.18)
1100   >This fixes the standard MARC editor so that the links for any errors go to the correct tab. Currently, the links only work if you are the correct tab.
1101 - [32568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32568) Add page section to list of checkins (23.05.00,22.11.04)
1102   >This patch adds the page-section class to the checkedin table on the returns page.
1103 - [32576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32576) ILL needs the page-section treatment (23.05.00,22.11.04)
1104 - [32596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32596) Background jobs viewer not showing finished jobs (23.05.00,22.11.02,22.05.09)
1105 - [32644](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32644) Terminology: staff/intranet and biblio in plugins home page (23.05.00,22.11.03,22.05.10, 21.11.16)
1106   >This patch replaces some incorrect terminology in the plugins home page regarding enhanced content plugins.
1107 - [32718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32718) Capitalization: Display Order (23.05.00,22.11.03)
1108 - [32733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32733) Add more page-sections to basket summary page (23.05.00,22.11.03)
1109 - [32768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32768) Autocomplete suggestions container should always be on top of other UI elements (23.05.00,22.11.04)
1110 - [32797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32797) Cannot save OAI set mapping rule for subfield 0 (23.05.00,22.11.03,22.05.10,21.11.16)
1111 - [32881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32881) System preferences sub menu text is hard to read (23.05.00,22.11.03)
1112 - [32908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32908) Item type icons broken in the bibliographic record details page (23.05.00,22.11.03)
1113 - [32909](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32909) Item type icons broken when placing an item-level hold (23.05.00,22.11.03,22.05.11, 21.11.19)
1114 - [32941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32941) Sys prefs side menu styling applying where not intended (23.05.00,22.11.04)
1115 - [32982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32982) 'Add/Edit group' modals in library groups is missing it's primary button (23.05.00,22.11.04,22.05.11,21.11.19)
1116 - [33032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33032) Alternate holdings broken in staff interface search results (23.05.00,22.11.04,22.05.11,21.11.19)
1117 - [33133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33133) Fast cataloging should be visible in cataloging (23.05.00,22.11.05)
1118 - [33191](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33191) AutoEmailPrimaryAddress options don't match labels in memberentry (23.05.00)
1119   >This enhancement changes the wording of the choices in the EmailFieldPrimary system preference (formely AutoEmailPrimaryAddress) to match the patron form field names.
1120   >The choices were changed like so:
1121   >- 'home' is now called 'primary email' and refers to the email database column
1122   >- 'work' is now called 'secondary email' and refers to the emailpro database column
1123   >- 'alternate' is still called 'alternate email' and refers to the B_email database column
1124   >- first valid and cardnumber did not change.
1125 - [33253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33253) 2FA - Form not excluded from autofill (23.05.00,22.11.06)
1126 - [33391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33391) Currently active menu item on navmenulist should not change style on hover (23.05.00,22.11.05)
1127 - [33463](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463) 'Actions' column on plugins table should not be sortable (23.05.00)
1128 - [33505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33505) Improve styling of scan index page (23.05.00,22.11.06,22.05.13)
1129 - [33532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33532) Catalog concerns - Title of the page says Tools instead of Cataloging (23.05.00)
1130   >This fixes the HTML page title for the cataloging concerns management page so that it says Catalog concerns > Cataloging > Koha (as it is under cataloging, not tools).
1131 - [33588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33588) Inventory item list is missing page-section class (23.05.00,22.11.06)
1132 - [33590](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33590) WRAPPER tab_panel breaks JS on some pages (Select all/Clear all, post-Ajax updates) (23.05.00,22.11.06)
1133 - [33596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33596) Merge result page is missing page-section (23.05.00,22.11.06)
1134 - [33615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615) Date picker icon not visible (23.05.00,22.11.06)
1135 - [33621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621) Javascript error when claiming return via circulation.pl (23.05.00,22.11.06)
1136 - [33631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631) results_summary label and content are slightly misaligned in staff interface (23.05.00,22.11.06)
1137 - [33642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642) Typo: No log found . (23.05.00,22.11.06)
1138 - [33643](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643) Add page-section to 'scan index' page (23.05.00,22.11.06)
1139 - [33788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33788) Items tab shows all previous borrowers instead of 3 (23.05.00)
1140 - [30694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30694) Impossible to delete line in circulation and fine rules (23.05.00,22.11.02,22.05.09, 21.11.16)
1141
1142   **Sponsored by** *Koha-Suomi Oy*
1143 - [32291](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32291) "library category" messages should be removed (not used) (23.05.00, 22.11.01, 22.05.09, 21.11.16)
1144 - [32535](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32535) BorrowerUnwantedField syspref should not include borrowers.flags (23.05.00,22.11.02)
1145 - [32544](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32544) borrowers.flags should not be an option in any BorrowerMandatory or BorrowerUnwanted system preferences (23.05.00,22.11.03)
1146 - [32745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32745) Jobs view breaks when there are jobs with context IS NULL (23.05.00,22.11.06)
1147 - [32761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32761) Typos in description of CircControlReturnsBranch system preference (23.05.00,22.11.03)
1148 - [32775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32775) Ordering when there are multiple languages within a language group is wrong (23.05.00)
1149
1150   **Sponsored by** *Kinder library, New Zealand*
1151 - [32786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32786) Curbside pickup admin page has cities search bar (23.05.00,22.11.03)
1152 - [32787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32787) Patron restrictions admin page has patron categories search bar (23.05.00,22.11.03)
1153 - [32788](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32788) Curbside pickups - Order curbside pickup slots chronologically (23.05.00,22.11.03)
1154 - [32803](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32803) EnableItemGroups and EnableItemGroupHolds options are wrong (23.05.00,22.11.04)
1155 - [32964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32964) OPACResultsMaxItemsUnavailable description is misleading (23.05.00,22.11.05)
1156 - [33004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33004) Add VENDOR_TYPE to default authorised value categories (23.05.00,22.11.04)
1157 - [33060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33060) Fix yes/no setting to 1/0 in system preference YAML files (23.05.00,22.11.04)
1158 - [33196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general (23.05.00,22.11.06)
1159 - [33197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference (23.05.00,22.11.06)
1160 - [33335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335) MARC overlay rules broken because of "categorycode.categorycode " which contains "-" (23.05.00,22.11.06)
1161 - [33509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings (23.05.00,22.11.05,22.05.13,21.11.21)
1162 - [33549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages (23.05.00,22.11.06)
1163 - [33586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586) Library and category are switched in table configuration for patron search results table settings (23.05.00,22.11.06)
1164 - [33634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33634) Sidebar navigation links in system preferences not taking user to the clicked section (23.05.00,22.11.06,22.05.13)
1165 - [33673](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33673) Global system preferences - change to just system preferences (23.05.00)
1166 - [33787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33787) Remove option to archive system debit types (23.05.00)
1167 - [22375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375) Due dates should be formatted consistently (23.05.00,22.11.06)
1168 - [28235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235) Custom cover images are very large in staff search results and OPAC details (23.05.00,22.11.01)
1169 - [31405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31405) Set focus for cursor to setSpec input when adding a new OAI set (23.05.00,22.11.06)
1170 - [31409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31409) Set focus for cursor to Fund code when adding a new fund (23.05.00,22.11.05)
1171 - [31410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31410) Set focus for cursor to Server name when adding a new Z39.50 or SRU server (23.05.00,22.11.06)
1172 - [31413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31413) Set focus for cursor to Selector when adding a new audio alert (23.05.00,22.11.04,22.05.11,21.11.19)
1173 - [31932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932) The basket summary page template needs a cleanup (23.05.00,22.11.03)
1174 - [31994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994) Clicking the next button of a DataTable loading its data from the HTML does nothing (23.05.00,22.11.05)
1175 - [32003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32003) Accessibility: Order search results has two h1 headings (23.05.00,22.11.05)
1176 - [32023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32023) Remove horizontal line from OPAC navigation for CMS pages (23.05.00,22.11.03)
1177 - [32061](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061) <span> in the title of z39.50 servers page (23.05.00,22.11.01)
1178 - [32074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074) Edit vendor has a floating toolbar, but still an additional save button at the bottom (23.05.00,22.11.01)
1179 - [32127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32127) Sort patron categories by description in templates (23.05.00,22.11.05,22.05.13)
1180 - [32159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32159) Uncertain prices has 2 level 1 headings (23.05.00,22.11.04)
1181 - [32200](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32200) Add page-section checkout notes page (circ) (23.05.00,22.11.01)
1182 - [32205](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205) Unnecessary sysprefs used in template params for masthead during failed OPAC auth (23.05.00,22.11.04,22.05.11,21.11.19)
1183 - [32213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32213) Reindent item search fields template (23.05.00, 22.11.01)
1184 - [32215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32215) 'You Searched for' for patron restrictions is not used (23.05.00,22.11.04)
1185 - [32217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32217) Typo: Error authenticating in external provider (23.05.00,22.11.05)
1186 - [32222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32222) Capitalization: id (23.05.00,22.11.03)
1187 - [32226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32226) Capitalization: Edit html content (23.05.00,22.11.03)
1188 - [32229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229) Typo: Items missing from bundle at checkin for %s (23.05.00,22.11.03)
1189 - [32230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32230) Capitalization: Manage Domains (23.05.00,22.11.03)
1190 - [32263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32263) Capitalization: ...and on the Libraries page in the OPAC. (23.05.00,22.11.05)
1191 - [32264](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32264) Capitalization/Terminology: Show in Staff client? (23.05.00,22.11.03)
1192 - [32282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32282) Capitalization: User id (23.05.00,22.11.01)
1193 - [32283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283) Capitalization: opac users of this domain to login with this identity provider (23.05.00,22.11.01)
1194 - [32289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32289) Punctuation: Delete desk "...?" (23.05.00,22.11.03,22.05.10)
1195 - [32290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32290) ILL requests uses some wrong terminology (23.05.00,22.11.03,22.05.10,21.11.18)
1196 - [32293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32293) Terminology: Some budgets are not defined in item records (23.05.00,22.11.04)
1197 - [32294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32294) Capitalization: Enter your User ID... (23.05.00,22.11.03,22.05.10,21.11.18)
1198 - [32295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32295) Punctuation: Filters : (23.05.00,22.11.03,22.05.10,21.11.18)
1199 - [32300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300) Add page-section to cataloguing plugins (cat) (23.05.00,22.11.01)
1200 - [32307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32307) Chocolat image viewer broken in the staff interface when Coce is enabled (23.05.00,22.11.04,22.05.11, 21.11.19)
1201 - [32320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32320) Remove text-shadow from header menu links (23.05.00,22.11.01)
1202 - [32323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32323) Correct focus state of some DataTables controls (23.05.00,22.11.01)
1203 - [32348](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32348) Library public is missing from columns settings (23.05.00,22.11.02,22.05.09, 21.11.16)
1204 - [32378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32378) Incorrect label for in identity provider domains (23.05.00,22.11.01)
1205 - [32400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32400) Add page-section to tables for end of year rollover (acq) (23.05.00,22.11.02)
1206 - [32447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32447) In items table barcode column can not be filtered (23.05.00,22.11.05)
1207 - [32482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32482) Reindent holds awaiting pickup template (23.05.00,22.11.03)
1208   >This tidies up the template used to display the holds awaiting pickup page (Circulation > Holds > Holds awaiting pickup). It also fixes the page so that the circulation sidebar is now shown.
1209 - [32562](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32562) Reindent the about page template (23.05.00,22.11.03)
1210 - [32586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32586) Reindent items with no checkouts reports template (23.05.00,22.11.03)
1211 - [32587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32587) Add page-section to items with no checkouts report (23.05.00,22.11.03)
1212 - [32605](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32605) Restore some form styling from before the redesign (23.05.00,22.11.03)
1213 - [32606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32606) Revert Flatpickr style changes made in Bug 31943 (23.05.00,22.11.03)
1214 - [32616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32616) Add 'page-section' to various acquisitions pages (23.05.00,22.11.02)
1215 - [32618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32618) Add 'page-section' to various administration pages (23.05.00,22.11.03)
1216 - [32628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32628) Add 'page-section' to various serials pages (23.05.00,22.11.02)
1217 - [32632](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32632) Add 'page-section' to some tools pages (23.05.00,22.11.02)
1218 - [32633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32633) Add 'page-section' to cataloging and authority pages (23.05.00,22.11.03)
1219 - [32634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32634) Add 'page-section' to various pages (23.05.00,22.11.05)
1220 - [32642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC) (23.05.00,22.11.06,22.05.13,21.11.21)
1221 - [32672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672) Incorrect CSS path to jquery-ui (23.05.00,22.11.03,22.05.10)
1222 - [32690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32690) Reindent the serial collection template (23.05.00,22.11.03)
1223 - [32738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32738) Correct upload local cover image title tag (23.05.00,22.11.03)
1224 - [32743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32743) Reindent the invoice details page (23.05.00,22.11.03)
1225 - [32757](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32757) "Save changes" button on housebound tab should be yellow (23.05.00,22.11.04)
1226 - [32771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32771) Standardize structure around action fieldsets in serials (23.05.00,22.11.05)
1227 - [32785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32785) Typo: Maximum number of simultaneus pickups per interval (curbside pickups) (23.05.00,22.11.03)
1228 - [32912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32912) Use template wrapper for notices tabs (23.05.00,22.11.04)
1229 - [32926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32926) Cannot expand or collapse some System preference sections after a search (23.05.00,22.11.04,22.05.11,21.11.19)
1230 - [32933](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32933) Use val() instead of attr("value") when getting field values with jQuery (23.05.00,22.11.04,22.05.11,21.11.19)
1231 - [32945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32945) Capitalization: id (part 2) (23.05.00,22.11.05)
1232 - [32954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32954) Standardize action fieldsets in rotating collections, suggestions, tools (23.05.00,22.11.05)
1233 - [32955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32955) Standardize structure around action fieldsets in various templates (23.05.00,22.11.05)
1234 - [32956](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32956) Use template wrapper for HTML customizations tabs (23.05.00,22.11.05)
1235 - [32969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32969) Remove references to jQueryUI assets and style in the OPAC (23.05.00,22.11.05)
1236 - [32973](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32973) Use template wrapper for breadcrumbs: about, main, and error page (23.05.00,22.11.04)
1237 - [33001](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33001) Use template wrapper for breadcrumbs: Acquisitions part 2 (23.05.00,22.11.05)
1238 - [33005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33005) Use template wrapper for breadcrumbs: Acquisitions part 3 (23.05.00,22.11.05)
1239 - [33006](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33006) Use template wrapper for breadcrumbs: Administration part 1 (23.05.00,22.11.05)
1240 - [33007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33007) Use template wrapper for breadcrumbs: Administration part 2 (23.05.00,22.11.05)
1241 - [33011](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33011) Capitalization: Show in Staff interface? (23.05.00,22.11.04)
1242 - [33015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33015) 'Cancel' link still points to tools home when it should be cataloguing home on some pages (23.05.00,22.11.04)
1243 - [33016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33016) MARC diff view still shows tools instead of cataloging in title and breadcrumbs (23.05.00,22.11.04)
1244 - [33048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33048) Empty email link on error page when OPAC login not allowed (23.05.00,22.11.04,22.05.11,21.11.19)
1245 - [33056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33056) Terminology: change 'fine' to 'charge' when making a payment/writeoff (23.05.00,22.11.04)
1246 - [33058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33058) Terminology: change 'fine' to 'charge' for viewing a guarantee's charges in OPAC (23.05.00,22.11.04)
1247 - [33095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33095) Text is white on white when hovering over pay/writeoff buttons in paycollect (23.05.00,22.11.04)
1248 - [33111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33111) Use template wrapper for breadcrumbs: Administration part 4 (23.05.00,22.11.05)
1249 - [33126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33126) Markup error in staff interface tab wrapper (23.05.00,22.11.04)
1250 - [33129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33129) Use template wrapper for breadcrumbs: Administration part 6 (23.05.00,22.11.05)
1251 - [33130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33130) Use template wrapper for breadcrumbs: Authorities (23.05.00,22.11.05)
1252 - [33131](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33131) Use template wrapper for breadcrumbs: Catalog part 1 (23.05.00,22.11.05)
1253 - [33136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33136) Catalog search pop-up is missing page-section (23.05.00,22.11.05)
1254 - [33137](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33137) Make sure columns on transactions and 'pay fines' tab are matching up (23.05.00,22.11.05,22.05.12, 21.11.20)
1255 - [33147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33147) Use template wrapper for breadcrumbs: Catalog part 2 (23.05.00,22.11.05)
1256 - [33148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33148) Use template wrapper for breadcrumbs: Cataloging (23.05.00,22.11.05)
1257 - [33149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33149) Use template wrapper for breadcrumbs: Circulation part 1 (23.05.00,22.11.05)
1258 - [33154](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33154) Tab WRAPPER follow-up: label text must be translatable (23.05.00,22.11.05)
1259 - [33158](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33158) Use template wrapper for authorized values and item types administration tabs (23.05.00)
1260 - [33180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33180) Use template wrapper for tabs: Budgets and Search engine configuration (23.05.00,22.11.05)
1261 - [33181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33181) Use template wrapper for tabs on record merge pages (23.05.00,22.11.05)
1262 - [33185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33185) Use template wrapper for tabs on authority and biblio MARC details (23.05.00,22.11.05)
1263 - [33186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33186) Use template wrapper for tabs on search history and advanced search (23.05.00,22.11.05)
1264 - [33187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33187) Use template wrapper for tabs article requests and holds awaiting pickup pages (23.05.00,22.11.05)
1265 - [33265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33265) Additional unformatted navigation items when on serial receive page (23.05.00,22.11.05)
1266 - [33272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33272) Color of the "(remove)" link when an item is in the cart (OPAC) (23.05.00,22.11.05)
1267 - [33278](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33278) Correct JS for activating default tab on various pages (23.05.00,22.11.05)
1268 - [33293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293) Use template wrapper for tabs: Holds (23.05.00,22.11.05)
1269 - [33294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33294) Use template wrapper for tabs: Checkout history (23.05.00,22.11.05)
1270 - [33307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33307) Use template wrapper for tabs: Lists (23.05.00,22.11.05)
1271 - [33320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320) Patron modification requests: options are squashed (23.05.00,22.11.06)
1272 - [33322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322) "Please select at least one suggestion" when doing a catalog search from suggestions page (23.05.00,22.11.05)
1273 - [33324](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33324) Use template wrapper for tabs: Tools (23.05.00,22.11.05)
1274 - [33333](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33333) Use template wrapper for tabs: SQL reports (23.05.00,22.11.05)
1275 - [33336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336) Use a dedicated column for plugin status in plugins table (23.05.00, 22.11.06)
1276 - [33345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33345) On-site checkout checkbox does not work since issue date using flatpickr (23.05.00,22.11.05)
1277 - [33372](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33372) Use template wrapper for breadcrumbs: Circulation part 2 (23.05.00,22.11.05)
1278 - [33373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33373) Use template wrapper for breadcrumbs: Circulation part 3 (23.05.00,22.11.05)
1279 - [33382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33382) Use template wrapper for breadcrumbs: Patron clubs (23.05.00,22.11.05)
1280 - [33383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33383) Use template wrapper for breadcrumbs: Course reserves (23.05.00,22.11.05)
1281 - [33384](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33384) Use template wrapper for breadcrumbs: Labels (23.05.00,22.11.05)
1282 - [33385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33385) Use template wrapper for breadcrumbs: Patrons part 1 (23.05.00,22.11.05)
1283 - [33386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33386) Use template wrapper for breadcrumbs: Patrons part 2 (23.05.00,22.11.05)
1284 - [33387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33387) Use template wrapper for breadcrumbs: Patrons part 3 (23.05.00,22.11.05)
1285 - [33388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33388) Use template wrapper for breadcrumbs: Patrons part 4 (23.05.00,22.11.06)
1286 - [33389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33389) Use template wrapper for breadcrumbs: Patrons part 5 (23.05.00,22.11.05)
1287 - [33409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33409) Use template wrapper for breadcrumbs: Patrons lists (23.05.00,22.11.05)
1288 - [33410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33410) Use template wrapper for breadcrumbs: Patron card creator (23.05.00,22.11.05)
1289 - [33429](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33429) Use template wrapper for breadcrumbs: Plugins (23.05.00,22.11.05)
1290 - [33434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33434) Use template wrapper for breadcrumbs: Point of sale (23.05.00,22.11.05)
1291 - [33436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33436) Use template wrapper for breadcrumbs: Reports part 1 (23.05.00,22.11.05)
1292 - [33437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33437) Use template wrapper for breadcrumbs: Reports part 2 (23.05.00,22.11.06)
1293 - [33438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33438) Use template wrapper for breadcrumbs: Reports part 3 (23.05.00,22.11.06)
1294 - [33439](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33439) Use template wrapper for breadcrumbs: Reports part 4 (23.05.00,22.11.06)
1295 - [33551](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33551) Rogue span in patron restriction types admin page title (23.05.00,22.11.06)
1296 - [33553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33553) Unecessary GetCategories calls in template (23.05.00)
1297 - [33555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33555) Use template wrapper for breadcrumbs: Rotating collections (23.05.00,22.11.06)
1298 - [33558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33558) Use template wrapper for breadcrumbs: Serials part 1 (23.05.00,22.11.06)
1299 - [33559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33559) Use template wrapper for breadcrumbs: Serials part 2 (23.05.00,22.11.06)
1300 - [33564](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33564) Use template wrapper for breadcrumbs: Serials part 3 (23.05.00,22.11.06)
1301 - [33565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33565) Use template wrapper for breadcrumbs: Tags (23.05.00,22.11.06)
1302 - [33566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33566) Use template wrapper for breadcrumbs: Tools, part 1 (23.05.00,22.11.06)
1303 - [33571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33571) Use template wrapper for breadcrumbs: Tools, part 2 (23.05.00,22.11.06)
1304 - [33572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33572) Use template wrapper for breadcrumbs: Tools, part 3 (23.05.00,22.11.06)
1305 - [33579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33579) Typo: record record (23.05.00,22.11.06,22.05.13)
1306 - [33582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33582) Use template wrapper for breadcrumbs: Tools, part 4 (23.05.00,22.11.06)
1307 - [33597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33597) Get rid of few SameSite warnings (23.05.00,22.11.06,22.05.13)
1308 - [33598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33598) Use template wrapper for breadcrumbs: Tools, part 5 (23.05.00,22.11.06)
1309 - [33599](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33599) Use template wrapper for breadcrumbs: Various (23.05.00)
1310 - [33600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33600) Use template wrapper for breadcrumbs: Tools, part 7 (23.05.00,22.11.06)
1311 - [33601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33601) Use template wrapper for breadcrumbs: Tools, part 8 (23.05.00,22.11.06)
1312 - [33696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33696) Doubled up home icon in budgets page (23.05.00,22.11.06)
1313 - [33699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33699) Typo in identity_provider_domains.tt (presedence) (23.05.00,22.11.06)
1314 - [33705](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33705) Tables have configure button even if they are not configurable (23.05.00)
1315 - [33707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33707) News vs Quote of the day styling on staff interface main page (23.05.00)
1316 - [33721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721) Show inactive funds in invoice.tt out of order (23.05.00)
1317 - [33735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735) Misspelling in SMS provier (23.05.00)
1318 - [33769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33769) Terminology:  'Warning: Item {barcode} is reserved' (23.05.00)
1319 - [33797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33797) Extra space in supplier.tt (23.05.00)
1320   >This removes the space between the field label and the colon for the notes field in the interfaces section for a vendor's details.
1321 - [28670](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670) api/v1/patrons_holds.t is failing randomly (23.05.00,22.11.02)
1322 - [29274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274) z_reset.t is wrong (23.05.00,22.11.01)
1323 - [32349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349) Remove TEST_QA (23.05.00,22.11.02,22.05.09, 21.11.16)
1324 - [32350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32350) We should die if TestBuilder is passed a column we're not expecting (23.05.00, 22.11.01)
1325 - [32351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32351) Fix all TestBuilder calls failing due to wrong column names (23.05.00, 22.11.01)
1326 - [32352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32352) xt/check_makefile.t failing on node_modules (23.05.00, 22.11.01)
1327 - [32353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32353) reserves.item_group_id should be undefined in tests by default (23.05.00,22.11.04)
1328 - [32366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32366) BatchDeleteBiblio task should have tests to prove indexing all takes place in one step (23.05.00,22.11.01)
1329 - [32376](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376) selenium/authentication_2fa.t produces artefact (23.05.00,22.11.03)
1330 - [32622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32622) Auth.t failing on D10 (23.05.00, 22.11.02, 22.05.09, 21.11.16)
1331 - [32648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648) Search.t is failing if run after Filter_MARC_ViewPolicy.t (23.05.00,22.11.05)
1332 - [32650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32650) Koha/Holds.t is failing randomly (23.05.00,22.11.02)
1333 - [32673](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32673) Remove misc/load_testing/ scripts (23.05.00,22.11.03)
1334 - [32710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32710) UI/Form/Builder/Item.t is failing randomly (23.05.00,22.11.05)
1335 - [32979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32979) Add Test::Exception to Logger.t (23.05.00,22.11.04,22.05.11, 21.11.19)
1336 - [33054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33054) Koha/Acquisition/Order.t is failing randomly (23.05.00,22.11.04)
1337 - [33214](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33214) Make sure cache is cleared properly (23.05.00,22.11.04)
1338 - [33235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33235) Cypress tests are failing (23.05.00,22.11.04)
1339 - [33263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263) selenium/patrons_search.t is failing randomly (23.05.00,22.11.04)
1340 - [33402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33402) ERM Cypress tests needs to be moved to their own directory (22.11.06)
1341 - [33403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33403) Letters.t: Foreign key exception if you do not have a numberpattern with id=1 (23.05.00,22.11.06)
1342 - [33584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33584) Fix failures for Database/Commenter.t on MySQL 8 (23.05.00)
1343 - [33719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33719) Search.t: too much noise about ContentWarningField (23.05.00)
1344 - [33743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33743) xt/find-missing-filters.t parsing files outside of git repo (23.05.00)
1345 - [33777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33777) Get Jenkins green again for Auth_with_shibboleth.t (23.05.00)
1346 - [33834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33834) api/v1/ill_requests.t fails randomly (23.05.00)
1347 - [22428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22428) MARC modification template cuts text to 100 characters (23.05.00,22.11.04)
1348 - [26628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26628) Clubs permissions should grant access to Tools page (23.05.00,22.11.03,22.05.10,21.11.16)
1349 - [30869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30869) Stock rotation rotas cannot be deleted (23.05.00,22.11.04)
1350
1351   **Sponsored by** *PTFS Europe*
1352 - [31585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31585) "ACQUISITION ORDER" action missing from log viewer search form (23.05.00)
1353 - [32041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32041) OPAC and staff interface results page do not honor SyndeticsCoverImageSize (23.05.00,22.11.06,22.05.13)
1354 - [32255](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255) Cannot use file upload in batch record modification (23.05.00,22.11.02,22.05.09, 21.11.16)
1355 - [32389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389) Syndetics links are built wrong on the staff results page (23.05.00,22.11.01,22.05.09)
1356 - [32456](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32456) Date accessioned is now cleared when items are replaced (23.05.00,22.11.02,22.05.09)
1357 - [32600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32600) Housebound module needs page-section treatment (23.05.00,22.11.03)
1358 - [32685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32685) Display incorrect when matching authority records during import (23.05.00,22.11.04,22.05.11)
1359 - [32967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32967) Recalls notices are using the wrong database columns (23.05.00,22.11.04)
1360
1361   **Sponsored by** *Catalyst*
1362 - [33010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33010) CheckinSlip doesn't return checkins if checkout library and checkin library differ (23.05.00)
1363
1364   **Sponsored by** *Koha-Suomi Oy*
1365 - [33637](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33637) Batch patron modification broken (23.05.00,22.11.06)
1366 - [26433](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26433) Control number search option missing from SRU mapping options (23.05.00,22.11.05)
1367 - [33231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33231) (Bug 30813 follow-up) No publication date nor edition statements in Z39.50 biblio search results (23.05.00,22.11.05)
1368
1369 ## New system preferences
1370
1371 - ActionLogsTraceDepth
1372 - AuthorityXSLTOpacDetailsDisplay
1373 - AutomaticConfirmTransfer
1374 - CatalogConcerns
1375 - CatalogerEmails
1376 - ContentWarningField
1377 - EmailFieldPrecedence
1378 - EmailFieldPrimary
1379 - HoldsQueuePrioritizeBranch
1380 - LinkerConsiderThesaurus
1381 - OpacCatalogConcerns
1382 - OPACShowSavings
1383 - PrivacyPolicyConsent
1384 - StripWhitespaceChars
1385 - UpdateNotForLoanStatusOnCheckout
1386
1387 ## Deleted system preferences
1388
1389 - AutoEmailPrimaryAddress (replaced by EmailFieldPrimary)
1390 - AutomaticWrongTransfer (replaced by AutomaticConfirmTransfer)
1391 - GDPR_Policy (replaced by PrivacyPolicyConsent)
1392 - ManInvInNoissuesCharge
1393 - RentalsInNoissuesCharge
1394
1395 ## New Authorized value categories
1396
1397 - ERM_AGREEMENT_CLOSURE_REASON
1398 - ERM_AGREEMENT_LICENSE_LOCATION
1399 - ERM_AGREEMENT_LICENSE_STATUS
1400 - ERM_AGREEMENT_RENEWAL_PRIORITY
1401 - ERM_AGREEMENT_STATUS
1402 - ERM_AGREEMENT_USER_ROLES
1403 - ERM_LICENSE_STATUS
1404 - ERM_LICENSE_TYPE
1405 - ERM_PACKAGE_CONTENT_TYPE
1406 - ERM_PACKAGE_TYPE
1407 - ERM_TITLE_PUBLICATION_TYPE
1408 - ERM_USER_ROLES (replacing ERM_AGREEMENT_USER_ROLES)
1409 - ILL_STATUS_ALIAS (replacing ILLSTATUS)
1410 - VENDOR_INTERFACE_TYPE
1411 - VENDOR_TYPE
1412
1413 ## New letter codes
1414
1415 - CART
1416 - LIST
1417 - TICKET_ACKNOWLEDGE
1418 - TICKET_NOTIFY
1419 - TICKET_RESOLVE
1420 - TICKET_UPDATE
1421
1422 ## Documentation
1423
1424 The Koha manual is maintained in Sphinx. The home page for Koha
1425 documentation is
1426
1427 - [Koha Documentation](http://koha-community.org/documentation/)
1428
1429 The Git repository for the Koha manual can be found at
1430
1431 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
1432
1433 ## Translations
1434
1435 Complete or near-complete translations of the OPAC and staff
1436 interface are available in this release for the following languages:
1437
1438 - Arabic (71.2%)
1439 - Armenian (100%)
1440 - Armenian (Classical) (64%)
1441 - Bulgarian (92.2%)
1442 - Chinese (Taiwan) (81.2%)
1443 - Czech (58.2%)
1444 - English (New Zealand) (67.5%)
1445 - English (USA)
1446 - Finnish (95.8%)
1447 - French (98.1%)
1448 - French (Canada) (97.1%)
1449 - German (100%)
1450 - Hindi (100%)
1451 - Italian (91%)
1452 - Nederlands-Nederland (Dutch-The Netherlands) (80.9%)
1453 - Norwegian Bokmål (67.5%)
1454 - Persian (75.7%)
1455 - Polish (91.8%)
1456 - Portuguese (89.5%)
1457 - Portuguese (Brazil) (100%)
1458 - Russian (93.8%)
1459 - Slovak (61.1%)
1460 - Spanish (100%)
1461 - Swedish (81.8%)
1462 - Telugu (76.4%)
1463 - Turkish (86.3%)
1464 - Ukrainian (77.2%)
1465
1466 Partial translations are available for various other languages.
1467
1468 The Koha team welcomes additional translations; please see
1469
1470 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1471
1472 For information about translating Koha, and join the koha-translate 
1473 list to volunteer:
1474
1475 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1476
1477 The most up-to-date translations can be found at:
1478
1479 - [Koha Translation](http://translate.koha-community.org/)
1480
1481 ## Release Team
1482
1483 The release team for Koha 23.05.00 is
1484
1485
1486 - Release Manager: Tomás Cohen Arazi
1487
1488 - Release Manager assistants:
1489   - Jonathan Druart
1490   - Martin Renvoize
1491
1492 - QA Manager: Katrin Fischer
1493
1494 - QA Team:
1495   - Aleisha Amohia
1496   - Nick Clemens
1497   - David Cook
1498   - Jonathan Druart
1499   - Lucas Gass
1500   - Victor Grousset
1501   - Kyle M Hall
1502   - Martin Renvoize
1503   - Marcel de Rooy
1504   - Fridolin Somers
1505   - Andrii Nugged
1506   - Petro Vashchuk
1507
1508 - Topic Experts:
1509   - UI design: Owen Leonard
1510   - REST API: Martin Renvoize
1511   - Zebra: Fridolin Somers
1512   - ERM: Pedro Amorim, Agustín Moyano
1513
1514 - Bug Wranglers:
1515   - Aleisha Amohia
1516   - Indranil Das Gupta
1517
1518 - Packaging Manager: Mason James
1519
1520 - Documentation Manager: Caroline Cyr La Rose
1521
1522 - Documentation Team:
1523   - Aude Charillon
1524   - David Nind
1525   - Lucy Vaux-Harvey
1526
1527 - Translation Manager: Bernardo González Kriegel
1528
1529 - Website Maintainer
1530   - Liz Rea
1531   - Martin Renvoize
1532   - Katrin Fischer
1533
1534 - Wiki curators: 
1535   - Thomas Dukleth
1536   - Katrin Fischer
1537
1538 - Newsletter Editor
1539   - Michael Kuhn
1540
1541 - Release Maintainers:
1542   - 22.11 -- PTFS Europe (Martin Renvoize, Matt Blenkinsop, Jacob O'Mara, Pedro Amorim)
1543   - 22.05 -- Lucas Gass
1544   - 21.11 -- Arthur Suzuki
1545   - 21.05 -- Wainui Witika-Park
1546
1547 ## Credits
1548
1549 We thank the following libraries, companies, and other institutions who are known to have sponsored
1550 new features in Koha 23.05.00
1551
1552 - [Association KohaLa](https://koha-fr.org)
1553 - Auckland University of Technology
1554 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1555 - [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
1556 - [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1557 - Education Services Australia SCIS
1558 - Gothenburg University Library
1559 - Horowhenua Libraries Trust
1560 - Kinder library, New Zealand
1561 - [Koha-Suomi Oy](https://koha-suomi.fi)
1562 - Koha-US
1563 - Médiathèque de Montauban
1564 - [PTFS Europe](https://ptfs-europe.com)
1565 - Pymble Ladies' College
1566 - [The New Zealand Institute for Plant and Food Research Limited](https://www.plantandfood.com/en-nz/)
1567 - The Research University in the Helmholtz Association (KIT)
1568 - Toi Ohomai Institute of Technology, New Zealand
1569 - Virginia Polytechnic Institute and State University
1570 - Waikato Institute of Technology
1571
1572 We thank the following individuals who contributed patches to Koha 23.05.00
1573
1574 - Axel Amghar (1)
1575 - Aleisha Amohia (26)
1576 - Pedro Amorim (54)
1577 - Tomás Cohen Arazi (210)
1578 - Alex Arnaud (2)
1579 - Andrew Auld (3)
1580 - Matt Blenkinsop (31)
1581 - Jérémy Breuillard (3)
1582 - Alex Buckley (15)
1583 - Kevin Carnes (1)
1584 - Galen Charlton (1)
1585 - Nick Clemens (152)
1586 - David Cook (26)
1587 - Frédéric Demians (5)
1588 - Paul Derscheid (2)
1589 - Jonathan Druart (282)
1590 - Magnus Enger (7)
1591 - Laura Escamilla (1)
1592 - Katrin Fischer (163)
1593 - Géraud Frappier (1)
1594 - Andrew Fuerste-Henry (2)
1595 - Lucas Gass (63)
1596 - Didier Gautheron (2)
1597 - Victor Grousset (1)
1598 - Thibaud Guillot (6)
1599 - David Gustafsson (2)
1600 - Michael Hafen (3)
1601 - Kyle M Hall (66)
1602 - Mark Hofstetter (1)
1603 - Olivier Hubert (1)
1604 - Mason James (8)
1605 - Andreas Jonsson (1)
1606 - Janusz Kaczmarek (8)
1607 - Pasi Kallinen (1)
1608 - Jan Kissig (1)
1609 - Emily Lamancusa (1)
1610 - Owen Leonard (158)
1611 - The Minh Luong (1)
1612 - Marius Mandrescu (1)
1613 - Julian Maurice (80)
1614 - Matthias Meusburger (3)
1615 - Josef Moravec (1)
1616 - Agustín Moyano (20)
1617 - David Nind (8)
1618 - Jacob O'Mara (4)
1619 - Philip Orr (5)
1620 - Mona Panchaud (1)
1621 - Johanna Raisa (2)
1622 - Martin Renvoize (111)
1623 - Phil Ringnalda (2)
1624 - Marcel de Rooy (99)
1625 - Caroline Cyr La Rose (17)
1626 - Andreas Roussos (4)
1627 - Slava Shishkin (6)
1628 - Maryse Simard (1)
1629 - Fridolin Somers (28)
1630 - Adam Styles (1)
1631 - Emmi Takkinen (6)
1632 - Lari Taskula (1)
1633 - Clemens Tubach (1)
1634 - Petro Vashchuk (1)
1635 - George Veranis (1)
1636 - Shi Yao Wang (3)
1637 - Jenny Way (1)
1638 - Hammat Wele (5)
1639
1640 We thank the following libraries, companies, and other institutions who contributed
1641 patches to Koha 23.05.00
1642
1643 - Athens County Public Libraries (158)
1644 - BibLibre (125)
1645 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (163)
1646 - ByWater Solutions (282)
1647 - Catalyst (15)
1648 - Catalyst Open Source Academy (26)
1649 - Chetco Community Public Library (2)
1650 - Dataly Tech (5)
1651 - David Nind (8)
1652 - Denver university Colorado Library (2)
1653 - Equinox Open Library Initiative (1)
1654 - Education Services Australia (1)
1655 - Göteborgs Universitet (2)
1656 - hofstetter.at (1)
1657 - Hypernova Oy (1)
1658 - Independant Individuals (22)
1659 - Karlsruher Institut für Technologie (1)
1660 - Koha Community Developers (283)
1661 - Koha-Suomi (7)
1662 - KohaAloha (8)
1663 - Kreablo AB (1)
1664 - Libriotech (7)
1665 - LMSCloud (7)
1666 - Lunds Universitet (1)
1667 - Montgomery County Public Libraries (1)
1668 - mpan.ch (1)
1669 - Prosentient Systems (26)
1670 - PTFS-Europe (203)
1671 - Rijksmuseum (99)
1672 - Solutions inLibro inc (30)
1673 - Tamil (5)
1674 - Technische Hochschule Wildau (1)
1675 - Theke Solutions (230)
1676
1677 We also especially thank the following individuals who tested patches
1678 for Koha
1679
1680 - Michael Adamyk (1)
1681 - Hugo Agud (1)
1682 - Aleisha Amohia (12)
1683 - Pedro Amorim (80)
1684 - Anke Bruns (1)
1685 - Tomás Cohen Arazi (1491)
1686 - Andrew Auld (30)
1687 - Bob Bennhoff (1)
1688 - Catrina Berka (1)
1689 - Matt Blenkinsop (51)
1690 - Philippe Blouin (1)
1691 - Christopher Brannon (5)
1692 - Felicity Brown (2)
1693 - Alex Buckley (1)
1694 - Kevin Carnes (1)
1695 - Axelle Clarisse (2)
1696 - Nick Clemens (233)
1697 - Bob Bennhoff - CLiC (7)
1698 - David Cook (16)
1699 - Chris Cormack (2)
1700 - Frédéric Demians (6)
1701 - Paul Derscheid (10)
1702 - Harold Dramer (1)
1703 - Jonathan Druart (234)
1704 - Magnus Enger (15)
1705 - Laura Escamilla (21)
1706 - Jonathan Field (16)
1707 - Katrin Fischer (347)
1708 - Ann Flournoy (2)
1709 - Andrew Fuerste-Henry (42)
1710 - Brendan Gallagher (1)
1711 - Lucas Gass (107)
1712 - Amaury Gau (3)
1713 - Nicolas Giraud (1)
1714 - Victor Grousset (19)
1715 - Amit Gupta (1)
1716 - Kyle M Hall (203)
1717 - Frank Hansen (9)
1718 - Evelyn Hartline (1)
1719 - Sally Healey (17)
1720 - Juliet Heltibridle (1)
1721 - Heather Hernandez (8)
1722 - Mason James (3)
1723 - Barbara Johnson (21)
1724 - Janusz Kaczmarek (2)
1725 - Jan Kissig (4)
1726 - Emily Lamancusa (6)
1727 - Sam Lau (1)
1728 - Owen Leonard (64)
1729 - LMSCloudPaulD (1)
1730 - Marius Mandrescu (4)
1731 - Marie-Luce (7)
1732 - Julian Maurice (3)
1733 - Johanna Miettunen (1)
1734 - ml-inlibro (1)
1735 - Agustín Moyano (41)
1736 - Solene Ngamga (3)
1737 - David Nind (385)
1738 - Andrew Nugged (4)
1739 - Jacob O'Mara (2)
1740 - Helen Oliver (22)
1741 - Jacob Omara (1)
1742 - Philip Orr (6)
1743 - Pascal (1)
1744 - Séverine Queune (1)
1745 - Laurence Rault (2)
1746 - Martin Renvoize (276)
1747 - Phil Ringnalda (13)
1748 - Marcel de Rooy (144)
1749 - Caroline Cyr La Rose (40)
1750 - Lisette Scheer (2)
1751 - Danyon Sewell (1)
1752 - Michaela Sieber (32)
1753 - Fridolin Somers (18)
1754 - Alexandra Speer (1)
1755 - Emmi Takkinen (4)
1756 - Thibault (3)
1757 - Clemens Tubach (1)
1758 - George Veranis (1)
1759 - Hinemoea Viault (5)
1760 - Hammat Wele (7)
1761
1762 We thank the following individuals who mentored new contributors to the Koha project
1763
1764 - Martin Renvoize
1765
1766 We regret any omissions.  If a contributor has been inadvertently missed,
1767 please send a patch against these release notes to koha-devel@lists.koha-community.org.
1768
1769 ## Notes from the Release Manager
1770
1771 This was supposed to be a quiet release, fixing things the challenging previous release had left unpolished...
1772
1773 ... but it wasn't. We cannot help but want to move faster and provide the users with more and more features.
1774
1775 We have several new contributors and developers, with new questions and points of view, pushing us to give the best and do better each day.
1776
1777 Thanks to everyone for the chance to be part of this, and for being around when the community needs you.
1778
1779 ## Revision control notes
1780
1781 The Koha project uses Git for version control.  The current development
1782 version of Koha can be retrieved by checking out the master branch of:
1783
1784 - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
1785
1786 The branch for this version of Koha and future bugfixes in this release
1787 line is clean_master.
1788
1789 ## Bugs and feature requests
1790
1791 Bug reports and feature requests can be filed at the Koha bug
1792 tracker at:
1793
1794 - [Koha Bugzilla](http://bugs.koha-community.org)
1795
1796 He rau ringa e oti ai.
1797 (Many hands finish the work)
1798
1799 Autogenerated release notes updated last on 31 May 2023 18:33:36.