6f47a1f06f2d9643ba5ac1a9ce91a81b3eb69466
[koha.git] / misc / release_notes / release_notes_23_11_00.md
1 # RELEASE NOTES FOR KOHA 23.11.00
2 30 Nov 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.11.00 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-23.11-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.11.00 is a major release, that comes with many new features.
21
22 It includes 10 new features, 330 enhancements, 573 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 - [33105](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33105) Add vendor issues
35   >For vendors who, in particular, provide electronic services (e.g. eJournal providers) it is useful to be able to record service issues.
36   >
37   >This new feature allows for recording such details, for example logging login problems, service interruptions and incorrect availability.
38   >
39   >This is important as evidence when submitting contract negotiations and judging vendor performance against existing contracts.
40   >
41
42   **Sponsored by** *Bywater Solutions* and *PTFS Europe Ltd*
43
44 #### Enhancements
45
46 - [12732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12732) Allow sorting by basket creation date to the late orders table
47   >This enhancement allows end users to sort the late orders table by basket creation date.
48 - [14092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14092) Add ability to search on 'all statuses' to orders search
49   >This enhancement adds an 'all statuses' option to the status select option in the orders search panel.
50   >
51
52   **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
53 - [20755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755) Allow separate email configuration for acquisition and serials emails
54   >This enhancement adds four new system preferences:
55   >- `AcquisitionsDefaultEMailAddress`
56   >- `AcquisitionsDefaultReplyTo`
57   >- `SerialsDefaultEMailAddress`
58   >- `SerialsDefaultReplyTo`
59   >
60   >These are used to set specific email addresses to send and receive replies to acquisitions orders notices, late orders claims notices and late serial issues claims notices.
61
62   **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
63 - [28449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28449) Link from basket summary to invoice for an order line
64   >This adds a new column 'Invoice' to the table of order lines on the basket summary page. It contains the invoicenumber for received order lines and is linked to the invoice if the staff user has the edit_invoices permission.
65
66   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
67 - [31631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31631) Optionally choose for tax-exclusive values to be used for calculating fund values (spent, ordered)
68   >Public and tertiary libraries in New Zealand can claim tax back on purchases.
69   >
70   >This enhancement adds a new system preference `CalculateFundValuesIncludingTax`. 
71   >
72   >When set to 'Exclude' these libraries can input order prices with tax included (so vendor invoice prices - which do contain tax - can be entered directly into Koha).
73   >
74   >However, the order prices removed from the Koha funds are the tax exclusive values (NZ libraries claim tax back so it should not be removed from their funds).
75
76   **Sponsored by** *Waikato Institute of Technology*
77 - [32984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32984) The EDIFACT message that receives an item should be linked on the 'Acquisition details' tab on catalogue details page
78
79   **Sponsored by** *PTFS Europe Ltd*
80 - [33499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33499) Make interface URL clickable on vendor details
81 - [33662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33662) Add link to order search to acq module navigation
82
83   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
84 - [33664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33664) Add ability to cancel order lines in closed baskets
85   >With the new system preference `CancelOrdersInClosedBaskets` it's now possible to allow for cancelling order lines from closed baskets. This is useful if something cannot be delivered and you don't want to reopen the basket or use go through the receive shipment process.
86   >
87
88   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
89 - [34169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34169) Add validation for monetary input fields in acquisition module
90   >At the moment Koha can only calculate with amounts that are formatted with a decimal comma, but inputs were not always validated which could lead to errors and wrong amounts. Now entered amounts are validated before saving throughout the acquisitions module.
91   >
92
93   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
94 - [34501](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34501) Patron purchase suggestion table should include the non-public note
95   >This adds a new column to the suggestions table for the non-public note.
96 - [34618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34618) Add sort 1 and 2 fields to basket in acquisitions
97   >This patch adds the option to display Statistic 1 and Statistic 2 columns in basket summary view in acquisitions.
98   >The new columns are hidden by default in the updated table configuration.
99 - [34708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34708) Ability to modify an order line to increase quantity of ordered item
100   >This allows to add additional items to an already saved order lines when items are created on order.
101
102   **Sponsored by** *Pymble Ladies' College*
103 - [34908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34908) Sort item types alphabetically by description rather than code when adding a new empty record as an order to a basket
104
105   **Sponsored by** *South Taranaki District Council*
106
107 ### Architecture, internals, and plumbing
108
109 #### Enhancements
110
111 - [17499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499) Koha objects for messaging preferences
112
113   **Sponsored by** *Koha-Suomi Oy* and *National Library of Finland*
114 - [29033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033) Add C4::Context->multivalue_preference
115   >This addition adds a simple way to retrieve pipe delimited list type system preferences as arrays.
116 - [30825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825) Get rid of GetReservesControlBranch
117 - [31383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383) Additional contents: We need a parent and child table
118
119   **Sponsored by** *Rijksmuseum, Netherlands*
120 - [32478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478) Remove Koha::Config::SysPref->find since bypasses cache
121
122   **Sponsored by** *Gothenburg University Library*
123 - [32496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496) Reduce unnecessary unblessings of objects in Circulation.pm
124
125   **Sponsored by** *Gothenburg University Library*
126 - [33041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33041) Use process_tt in C4::Serial::NewIssue
127 - [33043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33043) Use process_tt in SIP modules
128 - [33045](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33045) Use process_tt in C4::Record::marcrecord2csv
129 - [33046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33046) Use process_tt in C4::Reports::Guided::EmailReport
130 - [33170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33170) Refactor MarcItemFieldsToOrder code to make adding more fields simpler
131
132   **Sponsored by** *ByWater Solutions*
133 - [33236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33236) Move C4::Suggestions::NewSuggestion to Koha namespace
134 - [33245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33245) Add $patron->is_active
135 - [33379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33379) virtualshelfcontents.flags seems useless
136   >This patch set drops the column virtualshelfcontents.flag which is unused for a long time.
137 - [33444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33444) AddRenewal should take a hash of parameters
138 - [33745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745) Speed up Koha::Object attribute accessors
139 - [33749](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749) Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter
140 - [33837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33837) Objects->filter_by_last_update: Does not allow time comparison
141 - [33843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33843) Use filter_by_last_update in Koha::Notice::Util
142 - [33940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940) Move get_cardnumber_length and checkcardnumber to Koha
143 - [33947](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33947) Move GetAllIssues to Koha
144 - [33948](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33948) Replace GetAllIssues with Koha::Checkouts - staff
145 - [33949](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33949) Replace GetAllIssues with Koha::Checkouts - opac
146 - [33952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33952) Add Koha::Biblio->normalized_isbn
147 - [33953](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33953) Add Koha::Biblio->ratings
148 - [33954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33954) Add Koha::Biblio->opac_summary_html
149 - [33955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33955) Add Koha::Biblio->normalized_upc
150 - [33956](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33956) opac-user.pl should use Koha::Biblio->opac_summary_html
151 - [33958](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33958) Add Koha::Biblio->normalized_oclc
152 - [33962](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33962) Remove C4::BackgroundJob from process_koc
153 - [33963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33963) Remove C4::BackgroundJob
154 - [34212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34212) Bug 23336 follow-up code improvements
155 - [34321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34321) Tidy skeleton too
156 - [34336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34336) Test::DBIx::Class should be removed
157 - [34414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34414) Remove DBD::Mock
158 - [34415](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34415) Remove Test::DBIx::Class from t/EdiTransport.t
159 - [34441](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34441) Typo: paramater
160 - [34468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34468) Add a progress callback to job_progress.js
161 - [34787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34787) Typo: gorup
162 - [34812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34812) Remove Test::DBIx::Class from Koha.t
163 - [34825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34825) Move Letters.t to t/db_dependent
164 - [34828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34828) Add Koha::Biblio::Metadata::Extractor* classes
165   >This development adds a new class for handling metadata extraction from the metadata registry in Koha. The way it is built provides a good framework for reorganizing the codebase around this area, as well as making it more streamlined to write tests.
166 - [34887](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34887) Merge Patron.t into t/db/Koha/Patron.t
167 - [34983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34983) Retranslating causes changes in locale_data.json
168 - [35001](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35001) Simplify patron->is_active in light of TrackLastPatronActivityTriggers
169 - [35043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35043) Handling of \t in PO files is confusing
170 - [35079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35079) Add option to gulp tasks po:update and po:create to control if POT should be built
171 - [35103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35103) Add option to gulp tasks to pass a list of tasks
172 - [35174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35174) Remove .po files from the codebase
173
174 ### Authentication
175
176 #### Enhancements
177
178 - [30843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30843) TOTP expiration delay should be configurable
179   >The mfa_range element in the koha-conf.xml file can now be used to change the default "range".
180
181 ### Cataloging
182
183 #### Enhancements
184
185 - [26314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314) "Volumes: show volumes" showing regardless of whether there are volumes linked to the record
186   >This development changes how the _Show volumes_ link is displayed in both OPAC and staff interface.
187   >
188   >The main change is that the link will only be displayed when it will have results. Currently the link will always display, sometimes leading to no results.
189 - [29732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732) Check alert in cataloguing authorities should be a static message
190   >This patch changes the way error form validation error messages are displayed when editing authority records. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
191 - [31132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132) Add button to clear the cataloguing authority plugin form
192   >This enhancement adds a 'Clear form' link to empty all of the input fields on the authority finder plugin form when cataloguing bibliographic records.
193
194   **Sponsored by** *Education Services Australia SCIS*
195 - [31477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31477) Switch icon for inventory
196 - [32335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32335) Allow stock rotation items to be moved several stages ahead
197 - [34275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34275) Add a button to easily toggle between advanced/basic cataloging editors
198   >When the advanced cataloging editor is activated using `EnableAdvancedCatalogingEditor`, there is now a nice toggle button in the upper right corner of the cataloguing module when editing a record that allows to easily switch between the normal and the advanced editor.
199 - [34657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34657) Merge cataloging plugins for UNIMARC 123d, e, f, and g
200 - [35198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35198) Sort database column names alphabetically on automatic item modification page
201
202 ### Circulation
203
204 #### New features
205
206 - [9525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9525) Add option to define float groups and rules for float
207   >This feature makes it possible to use library groups for creating floating groups. It adds a checkbox "Is local
208   >float group" to the library groups configuration and a new return policy "Item floats by librarygroup" to the circulation conditions.
209
210   **Sponsored by** *Koha-Suomi Oy*
211 - [29002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
212   >This lays the foundations for item bookings in Koha.
213   >
214   >An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the bibliographic record detail page and a "Bookings" tab will be available from the side menu to allow management of bookings.
215   >
216   >Bookings cannot overlap, and circulation will detect when an item has a booking on it and notify the librarian appropriately.
217   >
218   >*Note*: There are many further enhancements in the pipeline still to come.
219
220   **Sponsored by** *PTFS Europe*
221
222 #### Enhancements
223
224 - [8367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367) How long is a hold waiting for pickup at a more granular level
225   >This enhancement adds a new value to the circulation rules: 'holds pickup period'. It overrides the value set in the `ReservesMaxPickUpDelay` system preference and allows setting different delays for specific item type, patron category, and library combinations.
226
227   **Sponsored by** *Catalyst*
228 - [21159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21159) Update item shelving location (952$c) on checkout
229   >This enhancement enables libraries to automatically update an item's shelving location using the new system preference `UpdateItemLocationOnCheckout`.
230   >
231   >It accepts pairs of shelving locations. On checkout the item's location is compared to the location on the left and, like `UpdateItemLocationOnCheckin`, is updated to the location on the right.
232   >
233   >Special values for this system preference are:
234   >* *_ALL_* - used on left side only to affect all items, if it matches, but this is an easier to read option)
235   >* *_PERM_* - used on right side only to set items to their permanent location
236   >*_BLANK_* - used on either side to match on or set to blank (actual blanks will work) 
237   >
238   >Syntax highlighting is used in the text area to make it easier to read, as is already possible when checking in items.
239
240   **Sponsored by** *Toi Ohomai Institute of Technology*
241 - [25393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25393) Create separate 'no automatic renewal before' rule
242   >This new circulation rule allows libraries to control the no renewal before behaviour at the auto and non-auto renewals level.
243 - [25560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25560) Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference
244   >The `UpdateNotForLoanStatusOnCheckin` system preference is now more configurable: you can define rules to be applied to specific item types upon check-in.
245   >
246   >Add the item type code followed by a colon, and then on separate lines below define each notforloan value pair with leading spaces. Example:
247   >
248   >BK
249   > -1: 0
250   >
251   >You can use an _ALL_ wildcard to target all item types. The *_ALL_* wildcard does NOT override item-type specific rules.
252   >Example:
253   >
254   >_ALL_:
255   > -1: 2
256   >
257   >If an item type is not defined in the `UpdateNotForLoanStatusOnCheckin` system preference, and there are no *_ALL_* rules defined, then items of that type will not have their notforloan status change on check-in, irrespective of their current notforloan value.
258
259   **Sponsored by** *Waikato Institute of Technology*
260 - [28805](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28805) Add on-site option to batch checkout functionality
261
262   **Sponsored by** *Banco Central de la República Argentina*
263 - [29145](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29145) Allow patrons to have overdue items that would not result in debarment when removing overdue debarments
264 - [32740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32740) Add a new option patron home library to OverdueNoticeFrom
265 - [33398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33398) Show primary_contact_method when holds are triggered
266 - [33575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33575) Add table settings to the holds table for a specific record in the staff interface
267 - [33725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33725) Add item's collection code to search results location column in staff interface
268 - [33876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33876) item-note-nonpublic and item-note-public are difficult to customize in the checkout table
269 - [33887](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33887) Automatic checkin should be able to optionally fill the next hold with the returned item
270   >This enhancement adds an option for automatic checkins, so that for any holds, it automatically fills the next hold and sends a notification to the patron that a hold is waiting.
271   >
272   >This option is set using the new system preference `AutomaticCheckinAutoFill`.
273 - [33945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33945) Add ability to delay the loading of the current checkouts table on the checkouts page
274 - [34300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34300) Add link to place a hold on ordered items in baskets
275 - [34457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34457) Add card number to hold details page
276 - [34529](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34529) Offline circulation should be able to accept userid as well as cardnumber
277 - [34547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34547) Add transfer reason to list of checkins
278 - [34626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34626) Add waiting since date to holdswaiting patron message
279 - [34924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34924) Add ability to send 'final auto renewal notice'
280 - [34938](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34938) Add collection column to holds ratio report (circ/reserveratios.pl)
281 - [35068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35068) Split 'Renew or check in selected items' button in issues table into separate buttons
282 - [35253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35253) Make materials specified note easier to customize
283   >This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3.  The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.
284   >
285   >Example CSS customization:
286   >```
287   > .mats_spec_label { color: white; background: purple;  }
288   > .mats_spec_message { color: white; background: green; }
289   >```
290
291 ### Command-line Utilities
292
293 #### Enhancements
294
295 - [28995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28995) Add --added_after to writeoff_debts.pl
296 - [33050](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33050) Allow to specify quote char in runreport.pl
297 - [33204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33204) Add the ability to filter on patron library for borrowers-force-messaging-defaults.pl
298 - [33239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33239) Add the ability to run borrowers-force-messaging-defaults.pl only on a specified message name
299 - [33698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33698) Add fields to verbose output of cronjob delete_items.pl
300 - [33871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33871) Add where parameter to sitemap.pl
301 - [34064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064) Compare kohastructure.sql against current database using database audit script
302 - [34213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34213) False POD for matchpoint option in import_patrons.pl
303 - [35074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35074) Add --patron_category to writeoff_debts.pl
304
305 ### Database
306
307 #### Enhancements
308
309 - [34328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34328) Add Scottish Gaelic to the advanced search options
310
311 ### Documentation
312
313 #### Enhancements
314
315 - [34955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34955) One Koha manual
316   >From 23.11, there is one Koha manual for all Koha versions.
317   >
318   >Notes are used in the manual to indicate in which Koha version a feature has appeared or changed.
319   >
320   >Previous manual versions (23.05 and older) are not affected.
321
322 ### ERM
323
324 #### New features
325
326 - [34587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587) Add a Usage Statistics module to ERM
327   >This feature adds the ability to create Data Providers and harvest usage data in COUNTER format. Data Providers (or Data Platforms) are the organisations who provide usage statistics for your electronic resources. This could be a vendor or a platform provider. The data provider record contains information about SUSHI credentials and any COUNTER data which has been harvested from the provider. There is also the ability to create custom reports using this COUNTER data.
328
329   **Sponsored by** *ByWater Solutions* and *PTFS Europe*
330
331 #### Enhancements
332
333 - [32932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932) Re-structure Vue router-links to use "name" instead of urls
334 - [33417](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33417) Create one standard Toolbar component
335 - [33480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33480) Improve display of the vendor aliases in the ERM module
336 - [34215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34215) Vue Toolbar component should be more flexible
337
338   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
339 - [34217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34217) Add missing cypress tests for vendors in agreements and licenses
340 - [34418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34418) Allow empty nodes in breadcrumb's elements
341 - [34448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34448) ERM should be able to display error messages coming from the API
342 - [34497](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34497) Vue - Dialog component should allow for confirmation input options
343 - [34691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34691) Active link in the menu is not always correctly styled - again
344
345 ### Fines and fees
346
347 #### Enhancements
348
349 - [34377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34377) Accounting transactions should show managing librarian info for credits/debits
350 - [34985](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34985) Add a quantity field to the manual invoice form
351   >This patch add a quantity field and a cost field to the manual invoice form. This allows to automatically multiply the amount. The new fields will display and calculate when the selected debit has a default cost set.
352
353 ### Hold requests
354
355 #### Enhancements
356
357 - [17617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17617) Add the ability of sending a confirmation e-mail to patron when hold is placed
358   >When the new system preference `EmailPatronWhenHoldIsPlaced` is activated, a notice will be sent to the patron to confirm their hold has been placed. The notice template used is HOLDPLACED_PATRON.
359
360   **Sponsored by** *Fire and Emergency New Zealand*
361 - [31692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31692) Let librarians change item level holds to record level holds when possible
362 - [33087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33087) OPACHoldsIfAvailableAtPickup considers On order as available
363 - [33845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33845) Hold notes should show when viewing a patron's hold list
364 - [34160](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34160) Link item barcode to the item more details page from the holds queue viewer
365
366 ### I18N/L10N
367
368 #### Enhancements
369
370 - [34098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34098) Improve translation of some strings in the patron import template
371 - [34228](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34228) Add translation context to "Managed by"
372 - [34247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34247) Improve translation of notice character count
373 - [34433](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34433) 'Custom cover image' in lightbox is untranslatable
374 - [34834](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34834) Add translation context for "Order"
375   >This patch adds context for translators for the word Order, as it is sometimes used as a verb (e.g. to order) and a noun (e.g. an order).
376 - [35091](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35091) Improve translation of usage statistics country list
377
378 ### ILL
379
380 #### New features
381
382 - [30719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30719) ILL should provide the ability to create batch requests
383   >This brings a new ILL request batches feature to the staff interface, allowing staff members to create groups of requests in batches using DOIs or PubmedIDs.
384   >
385   >The feature requires at least one compatible ILL backend and at least one metadata enrichment plugin (DOI or PubmedID, or both) to be used.
386   >
387   >Current backends that support batches available:
388   >* [ReprintstDesk](https://github.com/PTFS-Europe/koha-ill-reprintsdesk)
389   >* [FreeForm](https://github.com/PTFS-Europe/koha-ill-freeform)
390   >
391   >Current metadata enrichment plugins available:
392   >* [Crossref](https://github.com/PTFS-Europe/koha-plugin-api-crossref)
393   >* [Pubmed](https://github.com/PTFS-Europe/koha-plugin-api-pubmed)
394   >
395
396   **Sponsored by** *UKHSA - UK Health Security Agency* and *PTFS Europe Ltd*
397 - [33716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33716) ILL - Allow for a disclaimer stage per request type
398   >This introduces a new YAML system preference `ILLModuleDisclaimerByType` allowing for different text and dropdown options to be displayed to user (Staff+OPAC) depending on the request type introduced.
399   >
400   >The new type disclaimer screen is presented after the create request form has been submitted, but before the request is saved. Thus, only allowing for a request to be placed if the user accepts the disclaimer.
401   >
402   >The accepted disclaimer option is saved in the database to allow it to be viewed afterwards, as well as the timestamp it was accepted.
403   >
404
405   **Sponsored by** *NHS England*
406
407 #### Enhancements
408
409 - [18203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18203) Add per borrower category restrictions on placing ILL requests in OPAC
410   >When the ILL module is activated, the patron category administration page will include a setting "Can patron place ILL requests in OPAC". For existing installations the flag will be set for all patron categories on update. 
411   >
412
413   **Sponsored by** *PTFS Europe Ltd*
414 - [27542](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27542) It should be possible to cancel an ILL request sent to a partner
415 - [32911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32911) Remove ILL partner_code config from koha-conf.xml and turn it into a system preference
416   >The partner_code element in the koha-conf.xml was replaced by a new system preference `ILLPartnerCode`.
417   >
418
419   **Sponsored by** *PTFS Europe Ltd*
420 - [33970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970) We need a "backend" column in "illrequestattributes" table
421
422 ### Label/patron card printing
423
424 #### Enhancements
425
426 - [10762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762) Make it possible to adjust the barcode height and width on labels
427   >When creating a new layout for the label creator, you can now define the width and height for the printed barcode.
428 - [28726](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726) Add sort1 and sort2 to patron card creator patron search
429
430 ### Lists
431
432 #### Enhancements
433
434 - [15222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15222) Add to cart option/other list options missing from OPAC lists display
435   >This enhancement adds options to the OPAC for adding titles to the cart or another list, from an existing list. (These options already exist in the staff interface.)
436
437 ### MARC Authority data support
438
439 #### Enhancements
440
441 - [27943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27943) MARC21 authorities not support 7XX on display
442
443   **Sponsored by** *Keratsini-Drapetsona Municipal Library, Greece*
444 - [28166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166) Optionally add MARC fields to authority search
445   >With the new system preference `AdditionalFieldsInZ3950ResultAuthSearch` it is now possible to display additional information from the MARC record in the authority Z39.50/SRU search result lists.
446
447   **Sponsored by** *Steiermärkische Landesbibliothek*
448 - [34075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075) Allow specifying default tab view for authorities
449   >This enhancement adds a new system preference DefaultAuthorityTab that allows libraries to choose which tab is selected first when viewing an authority record.
450
451 ### MARC Bibliographic data support
452
453 #### Enhancements
454
455 - [29471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471) MARC21: 520 - Summary etc. doesn't display in staff interface
456 - [34020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020) Sequence of MARC 264 subfields different on XSLT result list and detail page
457 - [34648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34648) Update MARC21 frameworks to Update 31 (December 2020)
458   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 31 (Dec. 2020). 
459   >
460   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
461   >
462   >Details of Update 31 are on the Library of Congress Website: https://www.loc.gov/marc/up31bibliographic/bdapndxg.html
463 - [34649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34649) Update MARC21 default framework to Update 32 (June 2021)
464   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 32 (June 2021). 
465   >
466   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
467   >
468   >Changes to the value builder will affect all installations.
469   >
470   >Details of Update 32 are on the Library of Congress Website: https://www.loc.gov/marc/up32bibliographic/bdapndxg.html
471 - [34658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34658) Update MARC21 default framework to Update 33 (Nov. 2021)
472   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 33 (Nov. 2021). 
473   >
474   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
475   >
476   >Changes to the value builder will affect all installations.
477   >
478   >Details of Update 33 are on the Library of Congress Website: https://www.loc.gov/marc/up33bibliographic/bdapndxg.html
479 - [34659](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34659) Update MARC21 default framework to Update 34 (July 2022)
480   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 34 (July 2022). 
481   >
482   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
483   >
484   >Details of Update 34 are on the Library of Congress Website: https://www.loc.gov/marc/up34bibliographic/bdapndxg.html
485 - [34665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34665) Update MARC21 default framework to Update 35 (Dec. 2022)
486   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 35 (December 2022). 
487   >
488   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
489   >
490   >Details of Update 35 are on the Library of Congress Website: https://www.loc.gov/marc/up35bibliographic/bdapndxg.html
491 - [34667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34667) Update MARC21 default framework to Update 36 (June 2023)
492   >This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 36 (June 2023). 
493   >
494   >Note that this only affects new installations. For existing installations, you can modify your MARC frameworks in Administration > MARC bibliographic framework.
495   >
496   >Details of Update 36 are on the Library of Congress Website: https://www.loc.gov/marc/bibliographic/bdapndxg.html
497 - [34677](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34677) Update to MARC21 relator terms list
498   >This enhancement updates the marc21_relatorterms.yaml file with new relator codes and changes issued by the MARC21 committee in technical notices.
499   >
500   >It also makes additional updates required so that the codes match the Library of Congress's MARC Code List for Relators at https://www.loc.gov/marc/relators/relaterm.html and https://www.loc.gov/marc/relators/relacode.html
501   >
502   >Note that this list will only be available in new installations. For existing Koha installations, make the changes to the RELTERMS authorized value category in Administration > Authorized values.
503   >
504   >The complete list of additions, changes, and removals made:
505   >
506   >Additions:
507   >abr - Abridger
508   >adi - Art director
509   >anc - Announcer
510   >ape - Appellee
511   >apl - Appellant
512   >ato - Autographer
513   >aue - Audio engineer
514   >aup - Audio producer
515   >bka - Book artist
516   >brd - Broadcaster
517   >brl - Braille embosser
518   >cad - Casting director
519   >cas - Caster
520   >cop - Camera operator
521   >cor - Collection registrar
522   >cou - Court-governed
523   >crt - Court reporter
524   >dbd - Dubbing director
525   >dgc - Degree committee member
526   >dgs - Degree supervisor
527   >djo - DJ
528   >edc - Editor of compilation
529   >edd - Editorial director
530   >edm - Editor of moving image work
531   >enj - Enacting jurisdiction
532   >fds - Film distributor
533   >fmd - Film director
534   >fmk - Filmmaker
535   >fmp - Film producer
536   >fon - Founder
537   >his - Host institution
538   >isb - Issuing body
539   >jud - Judge
540   >jug - Jurisdiction governed
541   >med - Medium
542   >mka - Makeup artist
543   >mtk - Minute taker
544   >mup - Music programmer
545   >mxe - Mixing engineer
546   >nan - News anchor
547   >onp - Onscreen participant
548   >osp - On-screen presenter
549   >pad - Place of address
550   >pan - Panelist
551   >pra - Praeses
552   >pre - Presenter
553   >prn - Production company
554   >prs - Production designer
555   >prv - Provider
556   >rap - Rapporteur
557   >rcd - Recordist
558   >rdd - Radio director
559   >rpc - Radio producer
560   >rsr - Restorationist
561   >rxa - Remix artist
562   >sde - Sound engineer
563   >sfx - Special effects provider
564   >sgd - Stage director
565   >sll - Seller
566   >stg - Setting
567   >swd - Software developer
568   >tau - Television writer
569   >tld - Television director
570   >tlg - Television guest
571   >tlh - Television host
572   >tlp - Television producer
573   >vac - Voice actor
574   >vfx - Visual effects provider
575   >wac - Writer of added commentary
576   >wal - Writer of added lyrics
577   >wat - Writer of added text
578   >win - Writer of introduction
579   >wpr - Writer of preface
580   >wst - Writer of supplementary textual content
581   >
582   >Changes:
583   >aui - Author of introduction -> Author of introduction, etc.
584   >aus - Author of screenplay -> Screenwriter
585   >coe - Contestant -appellee -> Contestant-appellee
586   >cot - Contestant -appellant -> Contestant-appellant
587   >cou - Court-governed -> Court governed
588   >dpb -> dbp - Distribution place
589   >dgg - Degree grantor -> Degree granting institution
590   >orm - Organizer of meeting -> Organizer
591   >osp - On-screen presenter -> Onscreen presenter
592   >pte - Plaintiff -appellee -> Plaintiff-appellee
593   >rcp - Recipient -> Addressee
594   >red - Redactor -> Redaktor
595   >wde - Wood-engraver -> Wood engraver
596   >
597   >Removals (deprecated relators):
598   >clb - Collaborator
599   >-grt - Graphic technician
600   >voc - Vocalist
601
602 ### Notices
603
604 #### Enhancements
605
606 - [8838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838) Digest option for HOLD notice
607   >This adds a digest checkbox for "Hold filled" in the messaging preferences settings. When checked, all pickup notices for holds will be collected and send out in a single notice. The letter used is `HOLDDGST`.
608 - [32986](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986) Add ability to generate custom slips for patrons
609   >This feature makes it possible to create custom slips that will appear in the 'Print' menu in the patron's user account in staff. For this purpose a new module was added to the pull down in the notices and slips tool: 'Patrons (custom slip)'.
610
611 ### OPAC
612
613 #### New features
614
615 - [27378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378) Enable compliance with EU Cookie Legislation via cookie consent
616   >This new features adds proper handling of tracking cookies into Koha.
617   >
618   >An administrator can now enable the option for end users to accept or deny non-essential cookies being stored in their browser using the new system preference `CookieConsent`.
619   >
620   >Once enabled, the administrator should add their non-essential cookie code into `CookieConsentedJS` as opposed to `OPACUserJS` and `IntranetUserJS`.
621   >
622   >This will enable a cookie banner to appear at the bottom of the screen with options to allow all, allow essential and view more information.
623 - [30979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979) Add ability for OPAC users to checkout to themselves
624   >This new feature adds a new `OpacTrustedSelfCheckout` system preference.  When enabled, OPAC users will see a new checkout option in the header of the page when logged in. This option displays a modal where they can scan barcodes to perform a self checkout.
625   >
626
627   **Sponsored by** *European Southern Observatory*
628
629 #### Enhancements
630
631 - [12421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12421) No way to get back to search results from overdrive results
632 - [23798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23798) Convert OpacMaintenanceNotice system preference to additional contents
633 - [26824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26824) Use confirmation modal when removing titles from a list in the OPAC
634 - [28130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130) Show list of serial email alerts a patron subscribed to in patron account in OPAC
635   >This enhancement adds an 'Alert subscriptions' page to a patron account to easily view or cancel email alerts the patron has enabled for subscriptions. This new page is available on both the staff interface and the OPAC.
636
637   **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
638 - [29691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29691) Use template plugins to display OPAC news on homepage
639 - [31503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503) Allow several consent types on the consents tab of OPAC account page
640   >This enhancement adds plugin hooks to allow plugin authors to add their own consent requirements.  Consent types introduced will be added to the OPAC account page (Consents tab) using the new `patron_consent_type` hook.
641   >
642   >A very simple example is given on the Bugzilla report.
643 - [32711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32711) Add biblio details to trusted self-checkout modal
644 - [32721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32721) Allow specifying UserCSS and UserJS at library level for the OPAC
645   >With this feature it's possible to add library specific CSS and JavaScript on the library administration pages.
646   >This works in combination with the global '*UserJS' and '*UserCSS' functionality and allows for multiple OPACs with different CSS and JavaScript customizations.
647
648   **Sponsored by** *PTFS Europe*
649 - [33808](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33808) Accessibility: Non-descriptive links
650 - [33809](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33809) Accessibility: OPAC results page needs more descriptive links
651 - [33812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33812) Accessibility: OPAC messaging preferences is missing form labels
652 - [33818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33818) Accessibility: Non descriptive title on ISBD detail
653 - [33819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33819) Accessibility: More description required in OPAC search breadcrumbs
654 - [34438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34438) OPAC self registration form does not include lang (preferred language for notices) field
655   >This adds the 'preferred language' to the patron self registration form when `TranslateNotices` is activated. The field can be hidden using the `PatronSelfRegistrationBorrowerUnwantedField` and `PatronSelfRegistrationBorrowerMandatoryField` system preferences if not needed.
656 - [34865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34865) Syspref OPACURLOpenInNewWindow not working for Library URLs
657 - [34869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34869) Convert OPACResultsSidebar system preference to HTML customization
658   >This enhancement removes the OPACResultsSidebar system preference and allows adding content in this area using the HTML customizations tool. This also means this content is translatable for any languages installed for the OPAC
659   >
660   >Note: Any existing content is moved to the HTML customizations tool (Tools > HTML customizations > location - OPACResultsSidebar).
661 - [34889](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34889) Convert PatronSelfRegistrationAdditionalInstructions system preference to HTML customization
662 - [34894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34894) Convert OpacSuppressionMessage system preference to HTML customization
663 - [35147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35147) Add classes to Shibboleth text on OPAC login page
664
665   **Sponsored by** *New Zealand Council for Educational Research*
666 - [35261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35261) Update links for self registration avoiding "here"
667 - [35262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35262) Improve OPAC self registration confirmation page
668
669 ### Packaging
670
671 #### Enhancements
672
673 - [28493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28493) Make koha-passwd display the username
674
675 ### Patrons
676
677 #### New features
678
679 - [12532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532) Copy guarantee email to guarantor (or redirect if guarantee has no email set)
680   >This new feature allows libraries to set email notices for guaranteed users to be copied to their guarantors.
681   >
682   >If the guarantee doesn't have a valid email of their own, then enabling this feature will redirect the guarantee's email notices to the guarantor.
683   >
684   >A new system preference, `RedirectGuaranteeEmail`, is introduced.
685
686 #### Enhancements
687
688 - [12133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12133) Guarantor requirements when registering a patron
689   >This enhancement makes two changes to guarantors and guarantees when registering a new patron:
690   >
691   >- A child patron must have a guarantor - this is controlled by
692   >  the new `ChildNeedsGuarantor` system preference.
693   >- A guarantor cannot be a guarantee.
694
695   **Sponsored by** *Koha-Suomi Oy*
696 - [15157](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15157) Cronjob to automatically restrict patrons with pending/unpaid charges
697
698   **Sponsored by** *Koha-Suomi Oy*
699 - [15504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504) Track Patron's Last Activity
700   >This enhancement changes how tracking patron activities (and updating the borrowers.lastseen field) works - you can now select what patron activities to track.
701   >
702   >Previously, with TrackLastPatronActivity enabled, the borrowers.lastseen field was updated when one of the "hard-coded" activities occurred - you could not select what patron activities to track
703   >
704   >With this enhancement, you can now individually select the patron activities to track. The current trackable activities are:
705   >- All activities
706   >- Checking in an item
707   >- Checking out an item
708   >- Connecting to Koha using SIP and ILS-DI
709   >- Logging in (for both the OPAC and the staff interface)
710   >- Placing a hold on an item (added by bug 35027)
711   >- Placing an article request (added by bug 35030)
712   >- Renewing an item 
713   >
714   >Notes:
715   >- If no activities are selected, then patron activity is not tracked and the borrowers.lastseen field is not updated.
716   >- The system preference TrackLastPatronActivity was renamed to TrackLastPatronActivityTriggers.
717 - [16223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16223) Automatically remove any borrower debarments after a payment
718
719   **Sponsored by** *Koha-Suomi Oy*
720 - [21431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21431) Differentiate password change and password reset in action logs
721 - [26170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26170) Add protected status for patrons
722   >This enhancement makes it possible to protect patrons from being accidentally deleted or merged with other patrons, from the UI and from (well behaved) cron jobs. It adds a 'Protected' field (with Yes and No options) in the library use section for a patron's record.
723 - [26558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26558) Guarantor information is lost when an error occurs during new account creation
724
725   **Sponsored by** *Koha-Suomi Oy*
726 - [28688](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688) Automatically renew patron membership
727   >This patch set allows you to renew patrons automatically when running the membership_expiry.pl cron job.
728   >You can pass filters to do this only on selected patrons, like active patrons, etc.
729   >Default behavior does not change.
730 - [31357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31357) Separate holds history from intranetreadinghistory
731 - [32730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32730) Add patron lists tab to patron details and circulation pages
732 - [33271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33271) Show charges_guarantors_guarantees on patron details page
733 - [33522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33522) Optionally skip (in)active patrons when sending membership expiry notices
734 - [33620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33620) Don't show patron-privacyguarantor/patron-privacy_guarantor_fines if  borrowerRelationship is empty
735 - [34511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34511) Typo in manage_staged_records permission description
736   >This patch corrects a typo in the description of the manage_staged_records permission.
737 - [34517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34517) Add option to search patron attribute in standard search
738 - [34719](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34719) Middle name doesn't show on autocomplete
739 - [35027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35027) Add holds to patron activity triggers
740 - [35030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35030) Extend TrackLastPatronActivity with placing article request
741
742 ### Plugin architecture
743
744 #### Enhancements
745
746 - [25672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672) Administrators should be able to restrict client-side plugin upload to trusted sources
747 - [31339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339) Add Template::Toolkit WRAPPER for Koha Tool Plugins
748 - [33776](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33776) Add inLibro in default plugin repositories
749   >This enhancement adds inLibro to the list of git repositories searched for plugins. 
750   >
751   >Notes: 
752   >- The ability to search git repositories for plugins from the manage plugins page, and then install, requires a system-level configuration change for your Koha instance(s).
753   >- To enable, copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to your instance's koha-conf.xml file, remove comments, and restart.
754
755 ### Preservation
756
757 #### New features
758
759 - [30708](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708) Creation of a new 'Preservation' module
760   >This new module allows libraries to integrate preservation treatments into their workflow and monitor them.
761   >Its main goal is to attach data about the preservation treatments to items (contained in a new Koha table).
762
763   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
764
765 #### Enhancements
766
767 - [33547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547) Print slips from the preservation module
768
769   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
770 - [34030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34030) Print slips in a batch from the preservation module
771
772   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
773
774 ### REST API
775
776 #### Enhancements
777
778 - [23336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336) Add an API endpoint for checking an item out to a patron
779 - [32739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32739) REST API: Extend endpoint /auth/password/validation for cardnumber
780   >This development adds a new attribute for identifying the patron for password validation: `identifier`. It expects to be passed a `userid` or a `cardnumber` in it. It the `identifier` doesn't match a `userid`, then Koha will try matching a `cardnumber`.
781 - [33690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690) Add ability to send welcome notice when creating patrons using the REST API
782 - [33974](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974) Add ability to search biblios endpoint any biblioitem attribute
783 - [34008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34008) REST API: Add a list (GET) endpoint for itemtypes
784 - [34054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054) Allow to embed biblio on GET /items
785
786   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
787 - [34211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34211) Add +strings for GET /api/v1/biblios/:biblio_id/items
788 - [34313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34313) Make password validation endpoint return patron IDs
789 - [34333](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34333) Add cancellation request information embed option to the holds endpoint
790
791 ### Reports
792
793 #### Enhancements
794
795 - [6419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6419) Add customizable areas to intranet home pages
796   >This enhancement adds several new locations to HTML customizations to add content to various staff interface pages. This supports multilingual content, as with any HTML customization.
797   >
798   >New locations are:
799   >
800   >- StaffAcquisitionsHome: adds content at the bottom of the acquisitions module home page
801   >
802   >- StaffAuthoritiesHome: adds content at the bottom of the authorities module home page
803   >
804   >- StaffCataloguingHome: adds content at the bottom of the cataloguing module home page
805   >
806   >- StaffListsHome: adds content at the bottom of the lists module home page
807   >
808   >- StaffPatronsHome: adds content at the bottom of the patrons module home page
809   >
810   >- StaffPOSHome: adds content at the bottom of the point of sale module home page
811   >
812   >- StaffSerialsHome: adds content at the bottom of the serials module home page
813 - [23059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059) reserves_stats.pl: Simplify reserve status handling
814 - [33608](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608) Allow to get statistics about found/recovered books
815 - [34136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34136) Add ability to render a report using a notice template
816   >With this feature you can use a notice template for rendering the results of a report in the reports module. As you can use Template Toolkit and HTML in notices, this gives you a lot of flexibility to create for example a nice print format for your data.
817   >
818   >Once a notice has been created with the module 'Reports' selected, you will have the option to run your report using the template.
819 - [34456](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34456) Add the ability to download a template rendered report as a file
820   >This allows to create new download formats for reports using notice templates. You can create different file formats, specifying the file name and ending in the accordingly labelled field when setting up the notice.
821
822 ### SIP2
823
824 #### Enhancements
825
826 - [25814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25814) SIP: Add a message on successful checkin
827 - [25816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25816) Add OPAC messages in SIP display
828   >New system preference `SIP2AddOpacMessagesToScreenMessage` allows to include patron OPAC messages in the SIP2 screen message.
829   >Starting with "Messages for you: ".
830 - [33926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33926) Add ability to specify fields allowed in a response
831
832   **Sponsored by** *ByWater Solutions*
833 - [34016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34016) Enable fulfillment of recalled items through SIP2
834   >This enhancement allows SIP (using a self-check machines) to better handle recalled items - preventing the check-out of recalled items if they have been allocated to another patron, or fulfilling recalls if the item was recalled and allocated to this patron.
835
836   **Sponsored by** *Auckland University of Technology*
837 - [34101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34101) Limit items types that can be checked out via SIP2
838 - [34737](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34737) Enhance SIP2SortBinMapping to support additional match conditions
839
840   **Sponsored by** *PTFS Europe Ltd*
841 - [34868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34868) Add ability for SIP2 to distinguish missing item from other lost types
842
843   **Sponsored by** *ByWater Solutions*
844
845 ### Searching
846
847 #### Enhancements
848
849 - [26468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26468) Item search should include a way to limit by damaged
850 - [33217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33217) Allow different default sorting when click author links
851   >Authors and contributors in the detail pages are linked to search for more materials of the same persons or institutions. Before this patch, these would use the normal default sorting, like relevancy, which isn't as helpful for these results. The new system preferences `AuthorLinkSortBy` and `AuthorLinkSortOrder` now allow to change the sort order for these links specifically.
852
853 ### Searching - Elasticsearch
854
855 #### Enhancements
856
857 - [33353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33353) Add compatibility with Elasticsearch 8 and OpenSearch 2
858   >These changes to support ElasticSearch 8.x and OpenSearch 2.x come with a loss of support for ElasticSearch 6.x.
859   >
860   >Existing instances will have to upgrade to either ElasticSearch 7.x or 8.x or OpenSearch 1.x or 2.x
861   >
862   >Upgrade from ES 7.x or OS 1.X to ES 8.x or OS 2.x require a reindexation.
863
864 ### Self checkout
865
866 #### Enhancements
867
868 - [35048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35048) Convert SCOMainUserBlock system preference to HTML customization
869 - [35063](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35063) Convert SelfCheckInMainUserBlock system preference to HTML customization
870 - [35065](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35065) Convert SelfCheckHelpMessage system preference to HTML customization
871
872 ### Serials
873
874 #### Enhancements
875
876 - [31846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31846) Allow setting serials search results limit
877
878   **Sponsored by** *Gothenburg University Library*
879 - [33039](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33039) Add ability to specify a template for serial subscription "Published on (text)" field
880 - [34199](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34199) Add part_name and part_number to subscription detail page
881
882   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
883 - [34230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34230) Add part_name and part_number to subscription result list
884
885   **Sponsored by** *The Research University in the Helmholtz Association (KIT)*
886
887 ### Staff interface
888
889 #### Enhancements
890
891 - [14156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156) Add id tags to each MARC note in the display
892   >This enhancement adds id and class tags to each MARC note in the description tab for the staff interface bibliographic detail page.
893   >
894   >It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: 
895   >```
896   ><p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
897   >```
898   >Styles can be defined for notes and individual tags in the `IntranetUserCSS` system preference - see the test plan for an example.
899 - [21246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246) Extend the 'Last patron' navigation feature to 'Last X patrons'
900
901   **Sponsored by** *ByWater Solutions*
902 - [26916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26916) Show searchable patron attributes in patron search dropdown
903 - [32910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910) Upgrade fontawesome icons to V6
904 - [33169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169) Improve vue breadcrumbs and left-hand menu
905 - [33988](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33988) Font awesome fa-gears on staff main page look wrong after upgrade to FA6
906 - [34055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34055) Add API client class to get items
907
908   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
909 - [34135](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34135) Show the icons for selected tab to the left of the search bar in the staff interface
910 - [34188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34188) Require library selection when logging in
911   >When the new system preference `ForceLibrarySelection` is activated, staff users will have to choose a library when logging into the staff interface.
912 - [34227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34227) Add persistent selections and batch operations to item search
913 - [34660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34660) Make the Deliveries table on housebound.tt a dataTable for easier sorting
914 - [34721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34721) Change facet description for Limit to available items to accurately reflect what it does
915 - [34873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34873) "Sending your cart/list" headings are inconsistent
916 - [35037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35037) Revise the appearance of the last patron button
917 - [35059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059) Display item's shelving location on the items tab
918 - [35119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35119) Make bibliographic encoding errors more prominent and match current styling
919
920 ### System Administration
921
922 #### Enhancements
923
924 - [27424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
925   >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.
926 - [29822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29822) Use table column selection modal for DefaultPatronSearchFields preference
927   >This enhancement changes the `DefaultPatronSearchFields` system preference from an input field where field values separated by a comma are entered, to a modal window listing all patron fields (non-selectable fields are greyed out).
928   >
929   >This makes it much easier to set the standard fields for patron search, and helps avoid breaking the patron search when incorrect field values are entered.
930 - [31731](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31731) Offer user a dropdown of authorized values instead of a text field in preferences
931 - [31832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31832) Add reference for EnableItemGroups to EnableItemGroupHolds system preference
932 - [33390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33390) Expand links to authorized values interface when an authval is mentioned in preferences
933 - [33828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33828) ExportCircHistory description is misleading
934 - [34240](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34240) Add hint about having to use Koha-to-MARC mappings for Koha link in frameworks
935 - [34807](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34807) Move EnableItemGroups in cataloging preferences
936   >The EnableItemGroups system preference is now under Cataloging preferences > Record structure.
937
938 ### Templates
939
940 #### Enhancements
941
942 - [26053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26053) Add styling to show expired patron restrictions as inactive
943   >This enhancement highlights that a patron restriction is expired in the patron restriction table (Patrons > ([patron] > Check out or Details tab > Restrictions):
944   >- adds the text "(expired)" after the expiration date, and
945   >- changes the text color for the line to a light gray.
946 - [33029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33029) Add wrapper method for dt_from_string to KohaDates template toolkit plugin
947 - [33242](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33242) Allow passing things like add_days => 3 to KohaDates filter
948 - [33426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33426) Add client storage of user-selected DataTables configuration to suggestion.tt
949   >This allows Koha to remember the changes that a user has made to the columns settings on the Purchase Suggestions Management page, so that the columns settings and sorts are kept when reloading the page.
950 - [33524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33524) Use template wrapper for tabs: Authority editor
951 - [33525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33525) Use template wrapper for tabs: Basic MARC editor
952 - [33804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33804) Implement as_due_date for $date (js-date-format)
953 - [33908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33908) Improve translation of title tags: Acquisitions
954 - [33909](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33909) Improve translation of title tags: Administration
955 - [33910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33910) Improve translation of title tags: Authorities
956 - [33911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33911) Improve translation of title tags: Catalog, basket, and lists
957 - [33912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33912) Improve translation of title tags: Cataloging
958 - [33913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913) Improve translation of title tags: Circulation, holds, and ILL
959 - [33914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33914) Improve translation of title tags: Course reserves
960 - [33915](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33915) Improve translation of title tags: Installer and onboarding
961 - [33916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33916) Improve translation of title tags: Labels
962 - [33917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33917) Improve translation of title tags: Offline circulation and patron lists
963 - [33918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33918) Improve translation of title tags: Patron card creator
964 - [33919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919) Improve translation of title tags: Patron clubs
965 - [33920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33920) Improve translation of title tags: Patrons
966 - [33921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33921) Improve translation of title tags: Plugins and Point of sale
967 - [33922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33922) Improve translation of title tags: Recalls
968 - [33923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923) Improve translation of title tags: Reports
969 - [33924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33924) Improve translation of title tags: Rotating collections
970 - [33927](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33927) Improve translation of title tags: Tools
971 - [33928](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33928) Improve translation of title tags: Various
972 - [33983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33983) Move translatable strings out of OPAC's datatables.inc into JavaScript
973 - [34026](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34026) Move translatable cover-handling strings out of opac-bottom.inc
974 - [34031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34031) Move various translatable strings out of opac-bottom.inc
975 - [34034](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34034) Move translatable strings out of opac-bottom.inc: OverDrive and OpenLibrary
976 - [34035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34035) Move translatable strings out of opac-bottom.inc: Tags
977 - [34043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34043) Improve translation of CSV header templates
978 - [34114](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34114) Replace the use of jQueryUI sortable
979 - [34124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34124) Improve in-page navigation on table settings page
980 - [34196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34196) UI adjustment to filters on funds administration page
981 - [34197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34197) Group and label vendor contact settings
982 - [34226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34226) Format dates from DT filters before querying the REST API
983 - [34270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34270) Upgrade and prune jQueryUI assets in the staff interface
984 - [34323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34323) Enhance header search icon for more options
985 - [34344](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34344) Make item types breadcrumbs uniform
986 - [34345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34345) 'Circulation and fine rules' vs 'Circulation and fines rules'
987 - [34373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34373) Improve layout of curbside pickups items ready list
988 - [34383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34383) Inconsistencies in Patron attributes page titles, breadcrumbs, and header
989 - [34390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34390) Inconsistencies in Credit types page titles, breadcrumbs, and header
990   >This fixes a couple of inconsistencies in the credit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
991 - [34392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34392) Run automated Stylelint fixes on staff CSS
992 - [34395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34395) Inconsistencies in Authority types page titles, breadcrumbs, and header
993 - [34422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34422) Reindent facets.inc
994 - [34446](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34446) Typo: Can be guarantee
995 - [34453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34453) Update background of quick spine label pop-up
996 - [34519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34519) Add a template plugin for ExtendedAttributeTypes to fetch searchable patron attributes
997 - [34553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34553) Update send list and send cart popup footers
998 - [34562](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34562) Update more pop-up windows with consistent footer markup
999 - [34566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34566) Update MARC21 cataloging plugins with consistent footers
1000 - [34619](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34619) Show debug mode column in list of SMTP servers
1001 - [34630](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34630) Update MARC21 cataloging plugin templates with consistent body class
1002 - [34661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34661) Update UNIMARC cataloging plugins with consistent footers
1003 - [34679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34679) Description for RELTERMS authorized value category is wrong
1004   >This patch changes the description of the RELTERMS authorized value category to "List of relator codes and terms".
1005 - [34769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34769) Improve translation of title tags: Patron lists
1006 - [34773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34773) Improve translation of title tags: Cataloging tools
1007 - [34796](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34796) Improve translation of title tags: Tools - Additional tools
1008 - [34802](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802) Improve translation of title tags: Tags and comments
1009 - [34824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34824) Add colon after "Title" in new acquisition order details
1010 - [34831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34831) Add input types "tel", "email" and "url" to vendor edit form
1011 - [34940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34940) Highlight logged-in library in facets
1012   >Like in patron searches, records search now uses class 'currentlibrary' to highlight logged-in library in facets.
1013 - [35206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35206) Adjust style of add button on curbside pickups administration
1014
1015 ### Test Suite
1016
1017 #### Enhancements
1018
1019 - [33833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33833) Remove  Test::DBIx::Class from t/SocialData.t
1020 - [33869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33869) Move Matcher.t to db_dependent
1021 - [33870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33870) Remove T::D::C from Sitemapper.t
1022 - [34319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34319) Upgrade Cypress
1023 - [34690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34690) Cypress - Fix random failure in Dialog_spec.ts
1024
1025 ### Tools
1026
1027 #### Enhancements
1028
1029 - [21083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21083) Batch patron modification does not allow to modify repeatable patron attributes
1030 - [24480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480) Fields added with MARC modifications templates are not added in an ordered way
1031 - [25079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25079) Show club enrollment question answers in staff interface
1032 - [26978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26978) Add item type criteria to batch extend due date tool
1033 - [29181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29181) Allow patron card creator to use a report to get list of borrowers
1034 - [29811](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29811) misc/export_records.pl add possibility to export with timestamp option on authority record type
1035 - [34820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34820) Improve inventory tool message for items with non-matching notforloan values
1036   >This fixes the inventory tool to clarify the message for items with non-matching not for loan values in the inventory results 'Problems' column.
1037   >
1038   >It:
1039   >- Adds a hint on the inventory tool page under 'Optional filters for inventory list or comparing barcodes' section.
1040   >- Clarifies the message in the 'Problems' column: from 'Unknown not-for-loan status' to 'Items has no not for loan status'. 
1041   >
1042   >If one or more not for loan values (Optional filters for inventory list or comparing barcodes > items.notforloan) are selected, and an item is scanned that has no NFL status or an unselected NFL status, the error message was "Unknown not-for-loan status". This could be interpreted as the item having an NFL status value that is not defined in the system, but that is not accurate. This is now clarified and the error message is now "Items has no not for loan status".
1043 - [34964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34964) Add descriptions for different HTML customization regions
1044 - [34977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34977) Allow to delete multiple patron lists at once
1045   >This enhancement enables selecting and deleting multiple patron lists at once, instead of having to delete patron lists one at a time.
1046
1047 ### Web services
1048
1049 #### Enhancements
1050
1051 - [21284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21284) ILS-DI: Allow GetPatronInfo to tell if a checked out item is on hold for someone else
1052   >This enhancement adds two new entries in the loans section of a GetPatronInfo response:
1053   >
1054   >- item_on_hold: number of holds on this specific item
1055   >- record_on_hold: number of holds on the record
1056   >
1057   >This allows an ILS-DI client to know if a loaned item is already on hold by someone else, and how many holds there are.
1058 - [35008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35008) ILS-DI should not ask for login with OpacPublic disabled
1059
1060   **Sponsored by** *Auckland University of Technology*
1061 ## Bugfixes
1062 This list includes all bugfixes since the previous major version. Most of them
1063 have already been fixed in maintenance releases
1064
1065
1066 #### Security bugs
1067
1068 - [22990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22990) Add CSRF protection to boraccount, pay, suggestions and virtualshelves on staff (23.11.00,23.05.02,22.11.08)
1069 - [30524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30524) Add base framework for dealing with CSRF in Koha (23.11.00,23.05.02,22.11.08,22.05.15, 21.11.25)
1070 - [33881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33881) SCO/SCI user leaving the module doesn't clear session (ie JWT) (23.11.00,23.05.02,22.11.09)
1071 - [34023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34023) HTML injection in "back to results" link from search page (23.11.00,23.05.02)
1072 - [34287](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34287) Patron's should not be able to ask for checkoutability for different patrons (23.11.00)
1073 - [34349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34349) Validate inputs for task scheduler
1074 - [34368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34368) Add CSRF protection to Content Management pages (23.11.00,23.05.02,22.11.08)
1075 - [34369](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34369) Add CSRF protection to system preferences
1076 - [34513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34513) Authenticated users can bypass permissions and view some privileged pages (23.11.00,23.05.04,22.11.10,22.05.16)
1077 - [34761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34761) Stored/reflected XSS with searches and saved search filters (23.11.00,23.05.04,22.11.10)
1078 - [35290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35290) SQL Injection vulnerability in ysearch.pl (23.11.00)
1079 - [35291](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35291) File Upload vulnerability in upload-cover-image.pl (23.11.00)
1080
1081 #### Critical bugs fixed
1082
1083 - [33885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33885) Get HTTP 500 when retrieving orders created by a non-existent (deleted) user (23.11.00,23.05.01)
1084   >This fixes an issue that prevents the receiving of items where the user who created the order has been deleted. When clicking on 'Receive' for an item, this error was displayed:
1085   >"Something went wrong when loading the table.
1086   >500: Internal Server Error."
1087 - [33993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33993) The GET orders endpoint needs to allow users with order_receive permission (23.11.00,23.05.02,22.11.08)
1088 - [34022](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34022) Adding items on receive is broken (23.11.00,23.05.01)
1089 - [34080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080) Updating suggestion status can result in 500 error (23.11.00,23.05.02,22.11.08)
1090 - [34109](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34109) When adding items on receive, mandatory fields are not checked (23.11.00,23.05.04)
1091 - [34469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34469) Modifying an order line of a standing order will delete linked invoice ID (23.11.00,23.05.03,22.11.09)
1092 - [34509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34509) Cannot create baskets if too many vendors (23.11.00,23.05.04,22.11.10)
1093 - [34645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34645) Add missing fields to MarcItemFieldsToOrder system preference (23.11.00,23.05.05,22.11.11)
1094 - [34736](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34736) Item checkboxes move to wrong order line in multi-receive, breaking partial receive (23.11.00,23.05.04)
1095 - [34880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34880) Receive impossible if items created 'in cataloguing' (23.11.00,23.05.04)
1096 - [35004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35004) Cannot receive order lines with items created in cataloguing (23.11.00,23.05.06)
1097 - [35254](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35254) Adding files to basket from a staged file uses wrong inputs for order information when not all records are selected (23.11.00,23.05.06)
1098 - [35273](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35273) When editing items on receive, aqorders_items is not updated correctly (23.11.00,23.05.06)
1099 - [32305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32305) Background worker doesn't check job status when received from rabbitmq (23.11.00,23.05.05,22.11.12)
1100 - [32894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32894) Objects cache methods' result without invalidation (23.11.00,23.05.02,22.11.08)
1101 - [33270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33270) OAI-PMH should not die on record errors (23.11.00,23.05.02,22.11.08)
1102 - [33934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33934) 'No encryption_key in koha-conf.xml' needs more detail (23.11.00,23.05.01,22.11.07)
1103   >This fixes an issue that can cause upgrades to Koha 23.05 to fail with an error message that includes 'No encryption_key in koha-conf.xml'. It also requires the configuration entry in the instance koha-conf.xml to be something other than __ENCRYPTION_KEY__.
1104   >It is recommended that the key is generated using pwgen 32
1105 - [34193](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34193) Default HTTPS template has outdated SSLProtocol value (23.11.00,23.05.03,22.11.09)
1106 - [34204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34204) Koha user needs to be able to login (23.11.00,23.05.05,22.11.12)
1107 - [34494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34494) Table tmp_holdsqueue fails to be created for MySQL 8 (23.11.00)
1108 - [34720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34720) UpdateNotForLoanStatusOnCheckin should be named UpdateNotForLoanStatusOnCheckout (23.11.00,23.05.04)
1109 - [34731](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34731) C4::Letters::SendQueuedMessages can be triggered with an undef message_id (23.11.00,23.05.04)
1110   >This fixes an issue where generating a notice that is undefined (for example, where it is empty) will trigger the sending of any pending messages, even though the message queue cronjob isn't run. This can cause an issue for libraries that expect emails and SMS messages to be processed at specific times.
1111 - [34959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34959) Translator tool generates too many changes (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1112 - [35014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35014) Times should only be set for enable-time flatpickrs (23.11.00,23.05.05,22.11.11)
1113 - [35111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35111) Background jobs worker crashes on SIGPIPE when database connection lost in Ubuntu 22.04 (23.11.00,23.05.05,22.11.12)
1114 - [35136](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35136) Error during database update after Bug 31383 (23.11.00)
1115 - [35194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35194) Javascript error: Uncaught TypeError: $(...).sortable is not a function (23.11.00)
1116 - [35199](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35199) Fix error handling in http-client.js (23.11.00,23.05.05,22.11.12)
1117 - [35304](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35304) Add new Sortable library to didyoumean configuration (23.11.00)
1118 - [33880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33880) "Enable two-factor authentication" fails if patron's library branchname is too long (23.11.00,23.05.02,22.11.08)
1119 - [33904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33904) 2FA registration fails if library name has non-latin characters (23.11.00,23.05.01,22.11.08)
1120 - [34028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34028) Two factor authentication (2FA) shows the wrong values for manual entry (23.11.00,23.05.01,22.11.09)
1121   >This fixes the details displayed for manually entering two-factor authentication (2FA) details into a 2FA application (when enabling 2FA). Currently, the wrong information is displayed - so you can't successfully add the account manually to your 2FA application.
1122 - [34163](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34163) CSRF error if try OAuth2/OIDC after logout (23.11.00,23.05.04,22.11.10)
1123 - [35231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35231) Cannot logout from OPAC and not login afterwards (23.11.00)
1124 - [34014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34014) There is no way to fix records with broken MARCXML (23.11.00,23.05.05)
1125 - [34146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34146) Add confirmation question when more than 99 items are to be added (23.11.00,23.05.02,22.11.08)
1126 - [34218](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34218) XSLT parse on record directly breaks OPAC display (23.11.00,23.05.02,22.11.08)
1127 - [34993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34993) Framework doesn't load defaults in existing records or duplicate as new (23.11.00,23.05.06,22.11.12)
1128 - [35181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35181) Can no longer edit sample records with advanced cataloguing editor (23.11.00,23.05.06)
1129 - [17798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17798) Checking out an item on hold for another patron prints a slip but does not update hold (23.11.00,23.05.06,22.11.12)
1130 - [27249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27249) Using the calendar to 'close' a library can create an infinite loop during renewals (23.11.00,23.05.05,22.11.12)
1131 - [33888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33888) Overdues with fines report displays error 500 (23.11.00,23.05.01,22.11.08)
1132   >This fixes the 'Circulation > Overdues > Overdues with fines' listing so that it lists overdue items where there are fines, instead of generating an error.
1133 - [34279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34279) overduefinescap of 0 is ignored, but overduefinescap of 0.00 is enforced (23.11.00,23.05.03,22.11.09,22.05.16)
1134 - [34601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34601) Cannot manage suggestions without CSRF error (23.11.00,23.05.04,22.11.10,22.05.16)
1135 - [35295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35295) No hold modal when checking in an item of a held record (23.11.00,23.05.06,22.11.12)
1136 - [34764](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34764) sip_cli_emulator -fa/--fee_acknowledge does not act as expected (23.11.00,23.05.04,22.11.11)
1137 - [33606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33606) Access to ERM requires parameters => 'manage_sysprefs' (23.11.00,23.05.05,22.11.12)
1138 - [35115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35115) ERM - Potential MARC data loss when importing titles from list (23.11.00)
1139 - [32271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32271) Overdue fines cap (amount) set to 0.00 when editing rule (23.11.00,23.05.03,22.11.09)
1140 - [33028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028) Wrongly formatted monetary amounts in circulation rules break scripts and calculations (23.11.00,23.05.03,22.11.09)
1141 - [34620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34620) Writeoff causes 500 error if  RequirePaymentType is on (23.11.00,23.05.04,22.11.10)
1142   >This fixes writing off a charge when the RequirePaymentType system preference is set to required. The write-off now completes successfully without generating an error page (Patrons > [patron account] > Accounting > Make a payment > Write off an individual charge).
1143 - [35015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35015) Regression: Charges table no longer filters out paid transactions (23.11.00,23.05.05,22.11.11)
1144 - [34178](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34178) Add caching of ItemsAnyAvailableAndNotRestricted to IsAvailableForItemLevelRequest (23.11.00,23.05.02)
1145 - [34233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34233) Pickup location pulldowns when placing holds in staff are blank (23.11.00,23.05.02,22.11.08)
1146 - [34609](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34609) Holds history errors 500 if old_reserves.biblionumber is NULL (23.11.00,23.05.04,22.11.10)
1147 - [34666](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34666) _Findgroupreserve is not returning title level matches from the queue for holds with no item group (23.11.00,23.05.04,22.11.10)
1148 - [35306](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35306) Expired holds are not displayed correctly in staff interface (23.11.00)
1149 - [35258](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35258) Updating po files locally fails (23.11.00)
1150 - [21983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983) Better handling of deleted biblios on ILL requests (23.11.00,23.05.01,22.11.07)
1151 - [33786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33786) ILL requests table pagination in patron ILL history is transposing for different patrons (23.11.00,23.05.01,22.11.07)
1152 - [33873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873) ILL requests with linked biblio_id that no longer exists causes table to not render (23.11.00,23.05.01,22.11.07)
1153 - [34130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34130) ILL requests table won't load if request_placed date is null (23.11.00,23.05.02,22.11.08)
1154 - [34598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34598) Error 500 is shown when ILL request is not found (23.11.00)
1155 - [35093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35093) ILL table is broken (23.11.00)
1156 - [35094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35094) ILL new request is broken (23.11.00)
1157 - [35096](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35096) ILL request manage page explodes if it belongs to a batch (23.11.00)
1158 - [35105](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35105) ILL - Saving 'Edit request' form with invalid Patron ID causes ILL table to not render (23.11.00,23.05.05,22.11.12)
1159 - [34276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276) upgrading 23.05 to 23.05.002 (23.11.00,23.05.04,22.11.10)
1160 - [34881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34881) Database update for bug 28854 isn't fully idempotent (23.11.00,23.05.05,22.11.12)
1161 - [33671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update 22.06.00.048  breaks update process (23.11.00,23.05.02,23.05.00,22.11.08,22.11.06)
1162 - [34337](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34337) Web installer doesn't install patrons when select all is used (23.11.00,23.05.02,22.11.09)
1163 - [34520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34520) Database update 22.06.00.078 breaks update process (23.11.00,23.05.05,22.11.12)
1164 - [33404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33404) Authorities imported from Z39.50 in encodings other than UTF-8 are corrupted (23.11.00,23.05.02,22.11.08,22.05.17)
1165 - [34093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34093) jQuery not loading on OAI XSLT pages (23.11.00,23.05.01)
1166 - [34155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34155) OPAC item level holds "force" option broken (23.11.00,23.05.03,22.11.09)
1167 - [34174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34174) Saving RIS results to Error 505 (23.11.00,23.05.02,22.11.08)
1168 - [34518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34518) "Renew all" button doesn't work in OPAC (23.11.00,23.05.04)
1169 - [34694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694) OPAC bib record blows up with error 500 (23.11.00,23.05.04,22.11.11)
1170 - [34768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34768) Can't pay fines on OPAC if patron has a guarantee and they can see their fines (23.11.00,23.05.04,22.11.11)
1171 - [34836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34836) OPAC ISBD or MARC view blows up with error 500 (23.11.00,23.05.05,22.11.11)
1172   >This fixes an error that occurs when viewing the MARC and ISBD views of a record in the OPAC (when not logged in) - the detail pages cannot be viewed and there is an error trace displayed.
1173 - [35242](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35242) Force memcache restart after koha upgrade (23.11.00,23.05.06,22.11.12)
1174 - [34106](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34106) Patron search in member-search-box.inc always defaults to 'Starts with' search (23.11.00,23.05.02,22.11.08)
1175 - [35335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35335) Circulation history tab in patron information causes 500 error (23.11.00)
1176 - [35366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35366) Circulation history of patron is only visible when there is a current checkout (23.11.00)
1177 - [29523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523) Add a way to prevent embedding objects that should not be allowed (23.11.00)
1178 - [32801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32801) /checkouts?checked_in=1 errors when itemnumber is null (23.11.00,23.05.02,22.11.08)
1179 - [34024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34024) REST API should not allow changing the pickup location on found holds (23.11.00,23.05.03,22.11.09)
1180 - [35167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35167) GET /items* broken if notforloan == 0 and itemtype.notforloan == NULL (23.11.00,23.05.05,22.11.12)
1181 - [35218](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35218) No tests for /erm/sushi_service (23.11.00)
1182 - [35219](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35219) ERM usage endpoints not showing up in documentation (23.11.00)
1183 - [33966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966) "Update and run SQL" for non-English templates (23.11.00,23.05.01)
1184 - [34258](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34258) Cannot renew item via SIP2 (23.11.00,23.05.03)
1185 - [34767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34767) SIP2 fee acknowledgement flag on renewals is passed, but not used (23.11.00,23.05.04,22.11.11)
1186 - [34857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34857) OPAC advanced search operator "not" is searching as "and" on chrome (23.11.00,23.05.06,22.11.12)
1187   >This fixes a regression (from bug 33233) when using a Chrome-based browser with AND, OR, and NOT in OPAC > Advanced search > More options. Using these operators with keywords should now work as expected.
1188 - [30451](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30451) Delete a subscription deletes the linked order (23.11.00,23.05.03,22.11.09)
1189   >When an order had been created using the 'from a subscription' option and the subscription was deleted, the order line would be deleted with it, independent of its status or age. This caused problems with funds and budgets. With this patch, we will unlink order line and subscription on delete, but the order line will remain.
1190 - [35073](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35073) Serials batch edit deletes unchanged additional fields data (23.11.00,23.05.06,22.11.12)
1191 - [34639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639) Item shown in transit on detail.pl even if marked as arrived or cancelled (23.11.00,23.05.04)
1192 - [35284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35284) No more delay between 2 DT requests (23.11.00,23.05.06,22.11.12)
1193 - [35303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35303) Staff interface header - patron search autocomplete no longer works (Uncaught TypeError: search_fields.forEach is not a function) (23.11.00)
1194 - [34269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34269) Regression in circulation rules for 'similar' patron categories (23.11.00,23.05.03,22.11.09)
1195 - [34622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34622) SMTP server edit page unsets is_default if editing default server (23.11.00,23.05.04)
1196 - [35263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35263) Cannot update patron categories (23.11.00)
1197 - [34042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34042) Item search broken by FontAwesome upgrade (23.11.00)
1198 - [35110](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35110) Authorities editor with JS error when only one tab (23.11.00,23.05.05,22.11.12)
1199 - [34911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34911) Test suite no longer run test critic (23.11.00,23.05.05,22.11.11)
1200 - [35201](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35201) Cypress tests for the Preservation module are failing (23.11.00)
1201 - [34181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34181) Batch patron modification tool missing checkboxes to clear field values (23.11.00,23.05.02,22.11.09)
1202 - [34288](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34288) Cannot use cataloguing tools without cataloguing permissions (23.11.00,23.05.02,22.11.08)
1203 - [34617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34617) Patron expiration dates not updated during import when there is no dateexpiry column in the file (23.11.00,23.05.04,22.11.10)
1204 - [34818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34818) Cannot perform batch patron modification without selecting a patron attribute (23.11.00)
1205   >This fixes an issue with batch patron modifications that was introduced by bug 21083 - you can now successfully perform a batch update without needing to select patron attributes. Previously, if you submitted a batch of patrons for modification, you needed to select a patron attribute or the process will fail with an error trace.
1206
1207 #### Other bugs fixed
1208
1209 - [33877](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33877) Fix teams.yaml (23.11.00,23.05.00,22.11.07)
1210 - [33899](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33899) Release team 23.11 (23.11.00,23.05.02,22.11.08)
1211 - [34424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34424) Update release team on about page for new QA team member (23.11.00,23.05.06,22.11.12)
1212 - [34800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34800) Update contributor openhub links (23.11.00,23.05.05,22.11.12)
1213 - [35033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35033) Add a validation for biblioitems in about/system information (23.11.00,23.05.06,22.11.12)
1214 - [35365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35365) Incorrectly closed <th> tag on patron search page (23.11.00)
1215 - [22712](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22712) Funds from inactive budgets appear on Item details if using MarcItemFieldstoOrder (23.11.00,23.05.06,22.11.12)
1216 - [26994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26994) Display list of names in alphabetical order when using the Suggestion information filter in Suggestions management (23.11.00,23.05.05,22.11.12)
1217 - [32676](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32676) EDI message status uses varying case, breaking EDI status block (23.11.00,23.05.05,22.11.11)
1218 - [33748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33748) UI issue on addorderiso2709.pl page (23.11.00,23.05.01,22.11.07)
1219 - [33798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33798) Vendor details - improve consistency of edit forms and display (23.11.00,23.05.02)
1220   >This fixes display errors and improves the consistency of the vendor page and edit forms in acquisitions. Includes adding colons to field labels when adding an interface, making field labels all bold, and addressing some accessibility issues.
1221 - [33863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33863) On receive "change currency" is always checked (23.11.00,23.05.02)
1222 - [33939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33939) JavaScript needs to distinguish between order budgets and default budgets when adding to staged file form a basket (23.11.00,23.05.02,22.11.08,22.05.16)
1223 - [34002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34002) Check for stage_marc_import permission when adding to basket from a new file (23.11.00,23.05.02,22.11.08)
1224 - [34036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34036) Single receive doesn't reload data and order lines don't appear in received section (23.11.00,23.05.04)
1225
1226   **Sponsored by** *Toi Ohomai Institute of Technology*
1227 - [34095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34095) Shipping cost should default to a blank box instead of 0.00 (23.11.00,23.05.04,22.11.10)
1228 - [34108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34108) When items are added on order, item selection gets lost on editing items (23.11.00,23.05.03)
1229 - [34261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34261) Deleting an EDIFACT ordering account throws an error (23.11.00,23.05.02,22.11.08)
1230 - [34305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34305) If actual cost is negative, wrong price will display in the acq details tab (23.11.00,23.05.03,22.11.09)
1231 - [34375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34375) Shipping fund in an invoice defaults to the first fund from the list rather than 'no fund' after receiving (23.11.00,23.05.06,22.11.12)
1232 - [34445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34445) Default budget is not selected in addorderiso2709.pl (23.11.00,23.05.04,22.11.10)
1233 - [34452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34452) Button 'Update adjustments' is hidden (23.11.00,23.05.03,22.11.09)
1234 - [34752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34752) Use AV descriptions in display for sort1/sort2 in basket display (23.11.00)
1235 - [34917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34917) Fix suggestions.tt table default sort column (23.11.00,23.05.05,22.11.11)
1236 - [35012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35012) Framework item plugins fire twice on Acquisition item blocks (23.11.00,23.05.06,22.11.12)
1237 - [18855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855) Fines cronjob can cause duplicate fines if run during active circulation (23.11.00,23.05.02,22.11.08)
1238 - [21828](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21828) Improve efficiency of C4::Biblio::LinkBibHeadingsToAuthorities (23.11.00,23.05.04)
1239 - [23241](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23241) Does misc/bin/koha-index-daemon-ctl.sh still belong in community koha? (23.11.00)
1240   >This script was never fully promoted or documented. It also required third party libraries to be installed. If you have been using this, please consider switching to the standard koha-indexer scripts.
1241 - [24517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517) Zebra: date-entered-on-file misses 6th position (23.11.00,23.05.02,22.11.08)
1242   >This patch fixes the date-entered-on-file index so that it correctly uses all 6 characters instead of the 5 character it has used the last 11 years.
1243   >
1244   >Note: For this patch to have effect, Zebra must be re-indexed.
1245 - [26700](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26700) Remove unused C4/SIP/t directory (23.11.00,23.05.02)
1246 - [30002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30002) Add project-level perltidyrc (23.11.00,23.05.02,22.11.08)
1247 - [30362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30362) GetSoonestRenewDate is technically wrong when NoRenewalBeforePrecision set to date soonest renewal is today (23.11.00,23.05.04,22.11.10)
1248 - [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,22.11.08,22.11.07)
1249 - [32060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060) Improve performance of Koha::Item->columns_to_str (23.11.00,23.05.01,22.11.07)
1250
1251   **Sponsored by** *Gothenburg University Library*
1252 - [32379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32379) CRASH: Can't call method "itemlost" on an undefined value (23.11.00,23.05.06,22.11.12)
1253 - [32464](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464) Koha::Item->as_marc_field obsolete option mss (23.11.00,23.05.01,22.11.07)
1254 - [33030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33030) Add standardized subroutine for processing Template Toolkit syntax outside of notices (23.11.00)
1255 - [33047](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33047) Local cover image fetchers return 500 internal error when image not available (23.11.00,23.05.02,22.11.08)
1256 - [33493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33493) Add a filter relationship for branchtransfers (23.11.00,23.05.02)
1257 - [33496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33496) Add 'host_items' param to Koha::Biblio->items (23.11.00,23.05.02)
1258 - [33500](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33500) Failing test for t/db_dependent/Circulation.t when RecordLocalUseOnReturn is set to record (23.11.00,23.05.02,22.11.08)
1259 - [33778](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33778) Move t/Auth_with_shibboleth.t to db_dependent (23.11.00,23.05.02)
1260 - [33803](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33803) Some scripts contain info about tab width (23.11.00,23.05.01,22.11.07)
1261 - [33844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33844) item->is_denied_renewal should check column from associated pref (23.11.00,23.05.01,22.11.08)
1262 - [33937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33937) Incorrect export in C4::Members (23.11.00,23.05.02,22.11.08)
1263 - [33950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33950) Unnecessary processing in opac-readingrec if BakerTaylor and Syndetics off (23.11.00,23.05.02,22.11.08)
1264 - [33951](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33951) normalized_oclc not defined in opac-readingrecord.tt (23.11.00,23.05.02,22.11.08)
1265 - [33964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33964) Use Email::Sender::Transport::SMTP::Persistent for sending email (23.11.00,23.05.03)
1266 - [33967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33967) REMOTE_ADDR incorrect in plack.log when run behind a proxy (23.11.00,23.05.02,22.11.08)
1267 - [34033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34033) DB update problems from bug 30649 (23.11.00,23.05.02,22.11.08)
1268 - [34051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051) Koha::AuthorisedValues->get_description_by_koha_field not caching results for non-existent values (23.11.00,23.05.02,22.11.08)
1269 - [34056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34056) authorised-values API client file is missing -api-client suffix (23.11.00,23.05.03,22.11.09)
1270
1271   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1272 - [34243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34243) Too many cities are created (at least in comments) (23.11.00,23.05.02,22.11.,22.05.16)
1273 - [34271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34271) Remove a few Logger statements from REST API (23.11.00,23.05.05,22.11.12)
1274 - [34303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34303) t/00-testcritic.t should only test files part of git repo (23.11.00,23.05.02,22.11.08,22.05.16)
1275 - [34316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34316) account->add_credit does not rethrow exception (23.11.00,23.05.03,22.11.09,22.05.16)
1276 - [34354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34354) Job progress typo (23.11.00,23.05.03,22.11.09)
1277 - [34357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34357) Subroutine Koha::ItemType::SUPER::imageurl redefined (23.11.00)
1278 - [34359](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34359) Get rid of Koha/BiblioUtils/Iterator (23.11.00)
1279 - [34364](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34364) Background job - Fix visual progress of progress bar (23.11.00,23.05.03)
1280 - [34470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34470) Real Time Holds Queue - make random numbers play nice with forked processes (23.11.00,23.05.03,22.11.09)
1281 - [34570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34570) Remove use of onclick for PopupMARCFieldDoc() (23.11.00,23.05.04,22.11.10)
1282 - [34571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34571) Remove use of onclick for ExpandField (23.11.00,23.05.04,22.11.10)
1283 - [34589](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34589) Update on bug 20256 is not idempotent (23.11.00,23.05.04)
1284 - [34656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34656) CartToShelf should not trigger RealTimeHoldsQueue (23.11.00,23.05.04,22.11.11)
1285 - [34786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34786) after_biblio_action hooks: find after delete makes no sense (23.11.00,23.05.04,22.11.11)
1286 - [34844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34844) manage_item_editor_templates is missing from userpermissions.sql (23.11.00,23.05.04,22.11.11)
1287 - [34885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34885) Improve confusing pref description for OPACHoldsIfAvailableAtPickup (23.11.00,23.05.05,22.11.11)
1288 - [34912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34912) Account(s).t tests fail in UTC+1 and higher (23.11.00,23.05.05,22.11.11)
1289 - [34916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34916) ArticleRequests.t may fail on wrong borrowernumber (23.11.00,23.05.05,22.11.11)
1290 - [34918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34918) Koha/Items.t crashes on missing borrower 42 or 51 (23.11.00,23.05.05,22.11.11)
1291 - [34930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34930) Fix timezone problem in Koha/Object.t (23.11.00,23.05.05,22.11.11)
1292 - [34932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34932) A missing manager (51) failed my patron test (23.11.00,23.05.05,22.11.11)
1293 - [34982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34982) Administration currencies table not showing pagination (23.11.00,23.05.05,22.11.11)
1294 - [34990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34990) Backgroundjob->enqueue does not send persistent header (23.11.00,23.05.05,22.11.12)
1295 - [35000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35000) OPACMandatoryHoldDates does not work well with flatpickr (23.11.00,23.05.05,22.11.12)
1296 - [35024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35024) Do not wrap PO files (23.11.00,23.05.06,22.11.12,22.05.17,21.11.26)
1297 - [35064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35064) Syntax error in db_revs/220600072.pl (23.11.00,23.05.05,22.11.12)
1298 - [35173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35173) Call concat correctly for EDI SFTP Transport errors (23.11.00,23.05.06,22.11.12)
1299 - [35190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35190) Additional_fields table should allow null values for authorised_value_category (23.11.00,23.05.06)
1300 - [35196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35196) Remove misc/perlmodule_[ls|rm].pl (23.11.00)
1301 - [35269](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35269) Koha::Item->update_item_location should be named `trigger_location_update` (23.11.00)
1302 - [35278](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35278) CGI::param called in list context from /usr/share/koha/admin/columns_settings.pl line 76 (23.11.00,23.05.06,22.11.12)
1303 - [35298](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35298) Flatpickr makes focus handler in dateaccessioned plugin useless (23.11.00,23.05.06,22.11.12)
1304 - [31393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31393) Koha::Config->read_from_file incorrectly parses elements with 1 attribute named" content" (Shibboleth config) (23.11.00,23.05.06,22.11.12)
1305 - [31651](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31651) Log message incorrect in Auth_with_shibboleth.pm (23.11.00,23.05.02,22.11.08)
1306 - [33879](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33879) check_cookie_auth overwrites interface set by get_template_and_user (23.11.00,23.05.02,22.11.08)
1307   >This fixes an issue with recording the interface for the log viewer where installations run the OPAC and staff interface on the same domain name. Before this patch, if a user logged into the OPAC and then went to the staff interface and performed a logable action (such as a checkout), the interface in the log was incorrectly recorded as the OPAC.
1308 - [31185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185) Link authorities automatically doesn't detect duplicate authorities (23.11.00,23.05.02)
1309 - [32853](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32853) Fix cataloguing/value_builder/unimarc_field_125.pl (23.11.00,23.05.06,22.11.12)
1310 - [32856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32856) Fix cataloguing/value_builder/unimarc_field_126.pl (23.11.00,23.05.06,22.11.12)
1311 - [33247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33247) Deleted authority still on results list (23.11.00,23.05.01,22.11.07)
1312 - [33744](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33744) Plugins not working on duplicated MARC fields (23.11.00,23.05.04,22.11.10)
1313 - [33755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33755) Profile used is not saved when importing records (23.11.00,23.05.03,22.11.09)
1314 - [33884](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33884) Remove unused Koha::RDF code (23.11.00)
1315 - [34029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34029) Import breaks when data exceeds size of mapped database columns (23.11.00,23.05.02,22.11.08)
1316 - [34097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34097) Using the three ellipses to set the date accessioned for an item repositions the screen to the top (23.11.00,23.05.02,22.11.08,22.05.16)
1317 - [34171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34171) item_barcode_transform does not work when moving items (23.11.00,23.05.05,22.11.12)
1318 - [34182](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34182) AddBiblio shouldn't set biblio.serial based on biblio.seriestitle (23.11.00,23.05.02,22.11.08,22.05.16)
1319 - [34251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34251) MARC editor with JS error when using fast add framework (23.11.00,23.05.02,22.11.08)
1320 - [34266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34266) Item type should not default to biblio itemtype if it's not a valid itemtype (23.11.00,23.05.04,22.11.10)
1321 - [34549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34549) The cataloguing editor allows you to input invalid data (23.11.00,23.05.05,22.11.11)
1322   >This fixes entering data when cataloguing so that non-XML characters are removed. Non-XML characters (such as ESC) were causing adding and editing data to fail, with errors similar to:
1323   >  Error: invalid data, cannot decode metadata object
1324   >  parser error : PCDATA invalid Char value 27
1325 - [34689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34689) Add and duplicate item - Error 500 (23.11.00,23.05.05,22.11.11)
1326 - [34794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34794) Typo in recalls_to_pull.tt (23.11.00,23.05.05,22.11.11)
1327 - [34966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34966) Terminology: Add item form - "Add & duplicate" should be "Add and duplicate" (23.11.00,23.05.06,22.11.12)
1328   >This updates the add item form in the staff interface to
1329   >change the 'Add & duplicate' button to 'Add and duplicate'. (As per the terminology guidelines https://wiki.koha-community.org/wiki/Terminology)
1330 - [35101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35101) Clicking the barcode.pl plugin causes screen to jump back to top (23.11.00,23.05.05,22.11.12)
1331 - [35245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35245) Incorrect select2 width when cataloging authorities (23.11.00,23.05.06,22.11.12)
1332 - [25023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023) Claims returned dates not formatted according to dateformat preference (23.11.00,23.05.04,22.11.10)
1333 - [27992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27992) When recording local use with statistical patron items are not checked in (23.11.00,23.05.06)
1334 - [29007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29007) Prompt for reason when cancelling waiting hold via popup (23.11.00,23.05.06)
1335   >This adds the option to record the hold cancellation reason on the check in form for waiting holds (similar to when cancelling holds from the record details' holds page).
1336 - [31082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31082) Add tooltip to buttons when item bundles cannot be changed while checked out (23.11.00,23.05.02,22.11.08)
1337 - [31147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31147) Recalls due date to the minute rather than 23:59 (23.11.00,23.05.02,22.11.08)
1338   >The current recalls behaviour adjusts the due date of the most appropriate checkout based on the 'recall due date interval' circulation rule. It also adjusts the due time, which is buggy behaviour. The due date should be adjusted based on the circulation rule, but the due time should remain the same.
1339
1340   **Sponsored by** *Catalyst*
1341 - [32765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32765) Transfer is not retried after cancelling hold (23.11.00,23.05.04,22.11.10)
1342 - [33164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33164) Return claim message shows intermittently when BlockReturnOfLostItems enabled (23.11.00,23.05.06,22.11.12)
1343
1344   **Sponsored by** *Pymble Ladies' College*
1345 - [33806](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33806) Overridden checkin date not retained when CircConfirmItemParts enabled (23.11.00,23.05.02,22.11.08)
1346 - [33817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33817) Composition of an item bundle can be changed if checked out (23.11.00,23.05.02,22.11.08)
1347 - [33858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33858) Date for pending offline circulation is unformatted (23.11.00,23.05.02,22.11.08)
1348 - [33944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33944) When listing checkouts, don't fetch item object if not using recalls (23.11.00,23.05.02,22.11.08)
1349 - [33961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33961) In-built Offline circulation tool no longer working and should be removed (23.11.00,23.05.02)
1350   >This removed the in-built Koha offline circulation tool that could be activated using the AllowOfflineCirculation system preference. This won't have any effect on the KOCT Firefox plugin or on the Windows desktop offline circulation tool.
1351 - [33976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33976) Claims returned option is not disabled in moredetail.pl if the item has a different lost status (23.11.00,23.05.02,22.11.08)
1352 - [33992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33992) Only consider the date when labelling a waiting recall as problematic (23.11.00,23.05.03,22.11.09,22.05.16)
1353
1354   **Sponsored by** *Auckland University of Technology*
1355 - [34071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34071) Change the phrasing of 'automatic checkin' to fit consistent terminology (23.11.00,23.05.02,22.11.08)
1356 - [34072](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34072) Holds queue search interface hidden on small screens (23.11.00,23.05.02,22.11.08)
1357 - [34086](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34086) On detail.tt if item.permanent_location is NULL no shelving location will show (23.11.00,23.05.02,22.11.08)
1358 - [34232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34232) Item groups dropdown on add item form does not respect display order (23.11.00,23.05.02,22.11.08)
1359 - [34257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34257) Library limitations for item types not respected when batch modding items (23.11.00,23.05.04,22.11.10)
1360 - [34289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34289) UI issue on checkin page when checking the forgive fines checkbox (23.11.00,23.05.03,22.11.09)
1361 - [34302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34302) Checkin and renewal error messages disappear immediately in checkouts table (23.11.00,23.05.04,22.11.11)
1362 - [34341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34341) Revert Bug 34072: Holds queue search interface hidden on small screens (23.11.00,23.05.04,22.11.10)
1363 - [34572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34572) Simplify template logic around check-in input form (23.11.00,23.05.04,22.11.10)
1364 - [34634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34634) Expiration date does not display on reserve/request.pl if date is today or in the past (23.11.00,23.05.04,22.11.10)
1365 - [34704](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34704) Print templates are formatted incorrectly (23.11.00,23.05.06,22.11.12)
1366   >The patch removes the automated additional of html linebreak markup to print notices when using --html.
1367   >
1368   >If you are using this flag with gather_print_notices.pl you may need to revisit your notice templates to ensure they are properly marked up as expected for html notices. If you are using non-html notices then they should remain as before.
1369 - [34722](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34722) All items display as recalled when an item-level recall is made (23.11.00,23.05.05,22.11.11)
1370
1371   **Sponsored by** *Toi Ohomai Institute of Technology*
1372 - [34910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34910) Do not allow checkout for anonymous patron (23.11.00,23.05.06,22.11.12)
1373 - [35188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35188) force_checkout permission can override all blocks on a patron account but only shows when they are restricted (23.11.00)
1374 - [35251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35251) Issue table does not recalculate number of checkouts after a check in (23.11.00)
1375   >This fixes the number of checkouts shown on a patron's check-in and details page. Previously, if items were checked-in from either of these tabs, the number of checkouts was not updated.
1376 - [31964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31964) Missing manpage for koha-z3950-responder (23.11.00,23.05.04,22.11.10)
1377   >This adds a man page for the `koha-z3950-responder` command-line utility, documenting all available options and parameters that can be used when running this command.
1378 - [34505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34505) Patron invalid age in search_for_data_inconsistencies.pl should skip expired patrons (23.11.00,23.05.04,22.11.10)
1379 - [34569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34569) misc/cronjobs/holds/holds_reminder.pl problem with trigger arg (23.11.00,23.05.04,22.11.10)
1380 - [34653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34653) Make koha-foreach return the correct status code (23.11.00,23.05.04,22.11.11)
1381 - [35141](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141) Prevent link_bibs_to_authorities from dying on search error (23.11.00,23.05.06,22.11.12)
1382 - [35171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35171) runreport.pl cronjob should optionally send an email when the report has no results (23.11.00,23.05.06)
1383   >This enhancement adds a new 'send_empty' option to runreport.pl. Currently, if there are no results for a report, then no email is sent. This option lets libraries know that a report was run overnight and that it had no results. Example: perl misc/cronjobs/runreport.pl 1 --send_empty --email
1384 - [33790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33790) Fix and add various links to the manual (23.11.00,23.05.02,22.11.08)
1385 - [33941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33941) EBSCO Packages filter failing (23.11.00,23.05.02,22.11.08)
1386 - [33973](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33973) Sorting broken on ERM tables (23.11.00,23.05.02,22.11.08)
1387 - [34107](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107) Sorting agreements by Name actually sorts by ID (23.11.00,23.05.02,22.11.08)
1388 - [34201](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34201) Missing sorting indicator on the ERM tables (23.11.00,23.05.02,22.11.08)
1389 - [34214](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34214) Toolbar component should make the icon configurable (23.11.00,23.05.02,22.11.08)
1390
1391   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1392 - [34219](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34219) getAll not allowing additional parameters (23.11.00,23.05.04,22.11.10)
1393 - [34447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34447) "Actions" columns are exported (23.11.00,23.05.03,22.11.09)
1394
1395   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
1396 - [34465](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34465) "Actions" columns are sortable (23.11.00,23.05.04,22.11.10)
1397 - [34466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34466) "Clear filter" always disabled (23.11.00,23.05.04,22.11.10)
1398 - [34735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34735) Current/disabled links in breadcrumbs are styled differently when in ERM module (23.11.00)
1399 - [34789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34789) Fix typo in erm_eholdings_titles (23.11.00,23.05.04,22.11.11)
1400 - [34804](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34804) Translation fixes - ERM (23.11.00,23.05.05,22.11.11)
1401 - [35229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35229) Fix and add further cypress tests for Usage reporting (23.11.00)
1402 - [35418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35418) SUSHI harvest hangs (23.11.00)
1403 - [33789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33789) Checkout information is missing when adding a credit (23.11.00,23.05.01)
1404 - [34331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34331) Point of sale transaction history is showing the wrong register information (23.11.00,23.05.04,22.11.10)
1405 - [34332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34332) Syntax error in point of sale email template (23.11.00,23.05.03,22.11.09)
1406 - [34340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34340) Point of sale email template is showing 0.00 in the tendered field (23.11.00,23.05.04,22.11.10)
1407 - [28966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28966) Holds queue viewer too slow to load for large numbers of holds (23.11.00)
1408 - [30846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30846) "If any unavailable" doesn't consider negative notforloan values as unavailable (23.11.00,23.05.03,22.11.09)
1409 - [30860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30860) Performance: Add option for CanBookBeReserved to return all item values (23.11.00,23.05.02)
1410 - [33074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33074) ReservesControlBranch not taken into account in opac-reserve.pl (23.11.00,23.05.05)
1411 - [33573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33573) Add public endpoint for cancelling holds (23.11.00,23.05.02,22.11.08)
1412 - [34137](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34137) Requested cancellation date column missing from holds awaiting pickup table config (23.11.00,23.05.02,22.11.08)
1413 - [34320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34320) Hold reordering arrows look broken after Font Awesome upgrade (23.11.00)
1414 - [34678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34678) Concurrent changes to the holds can fail due to primary key constraints (23.11.00,23.05.06,22.11.12)
1415 - [34901](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34901) Item-level holds can show inaccurate transit status on the patron details page (23.11.00,23.05.05,22.11.12)
1416 - [35003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35003) Holds with cancellation requests table on waitingreserves.tt does not filter by branch (23.11.00,23.05.06,22.11.12)
1417 - [35069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35069) Items needed column on circ/reserveratios.pl does not sort properly (23.11.00,23.05.05,22.11.12)
1418 - [3007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3007) Remove untranslated unimarc_field_700-4 value builder (23.11.00)
1419 - [32312](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32312) Complete database column descriptions for circulation module in guided reports (23.11.00,23.05.06,22.11.12)
1420   >This adds and clarifies database column descriptions shown for the statistics table when creating a guided report for the circulation module. Previously, some columns didn't have a description or were ambiguous.
1421 - [34079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34079) The phrase "Displaying [all|approved|pending|rejected] terms" was separated (23.11.00,23.05.04,22.11.10)
1422 - [34081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34081) Contextualization of "Approved" (one term) vs "Approved" (more than one term), and other tag statuses (23.11.00,23.05.04,22.11.10)
1423 - [34310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34310) Input prompt in datatables column search boxes untranslatable (23.11.00,23.05.04,22.11.10)
1424 - [34334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34334) 'Item(s)' in MARC detail view untranslatable (23.11.00,23.05.03,22.11.09)
1425 - [34801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34801) Fix incorrect use of __() in .tt and .inc files (bug 34038 follow-up) (23.11.00,23.05.05)
1426 - [34833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34833) "order number" untranslatable when editing estimated delivery date (23.11.00,23.05.05,22.11.11)
1427 - [34870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34870) Unrecognized special characters when writing off an invoice with a note (23.11.00,23.05.05,22.11.11)
1428   >This fixes the display of UTF-8 characters for write off notes under a patron's accounting section. Previously, if you added a note when writing off multiple charges ([Patron] > Accounting > Make a payment > Payment note column > + Add note), a note with special characters (for example, éçö) did not display correctly.
1429 - [35081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35081) "Your concern was sucessfully submitted." untranslatable (23.11.00,23.05.05)
1430 - [35374](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35374) Translations contain config from ERM/data providers (23.11.00)
1431 - [35377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35377) Terminology: Callnumber shoudl be call number (23.11.00)
1432 - [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)
1433 - [34058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058) ILL - Left filters not considering all terms in input (23.11.00)
1434 - [34133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34133) ILL table should be sorted by request id descending by default (23.11.00,23.05.03,22.11.09)
1435 - [34223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34223) ILL status filter does not load immediately after selecting a backend filter (23.11.00,23.05.04,22.11.10)
1436 - [34351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34351) ILL list table - access_url column content should be clickable (23.11.00)
1437 - [34905](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34905) ILL - "Place request with partners" icon is gone (23.11.00)
1438 - [35098](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35098) ILL batch is not displayed in ILL table (23.11.00)
1439 - [34684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34684) 220600007.pl is failing if run twice (23.11.00,23.05.04,22.11.10)
1440 - [34685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34685) updatedatabase.pl does not propagate the error code (23.11.00,23.05.04,22.11.10)
1441 - [35180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35180) Fix typo in deletedbiblioitems.publishercode comment in kohastructure.sql (23.11.00,23.05.06,22.11.12)
1442 - [33581](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33581) Error in web installer concerning sample holidays and patrons requiring sample libraries (23.11.00,23.05.02,22.11.08)
1443 - [33935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33935) Installer list deleted files which shows warning in the logs (23.11.00,23.05.01,22.11.07)
1444 - [34558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34558) Update custom.sql for it-IT webinstaller (23.11.00,23.05.05,22.11.11)
1445 - [34209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34209) Follow up on Bug 28726 - move whole search header div into checkbox column condition (23.11.00,23.05.02,22.11.08)
1446 - [34532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34532) Silence warns in Patroncard.pm when layout values are empty (23.11.00,23.05.04,22.11.11)
1447 - [34592](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34592) The patron search window, given just a sort field value, doesn't work (23.11.00,23.05.04,22.11.10)
1448 - [32402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32402) "Modification date" missing from OPAC lists table (23.11.00,23.05.02)
1449   >This enhancement adds the modification date column to the lists tables for the OPAC. This lets patrons know when the list was last updated.
1450 - [34650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34650) Editing/deleting lists from toolbar on virtualshelves/shelves.pl causes CSRF error (23.11.00,23.05.04,22.11.10)
1451 - [30024](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30024) link_bibs_to_authorities.pl relies on CatalogModuleRelink (23.11.00,23.05.06,22.11.12)
1452 - [33978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33978) Adding authority from automatic linker closes imported record (23.11.00,23.05.03,22.11.09)
1453 - [34180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180) Template variable in JavaScript triggers error when showing authority MARC preview (23.11.00,23.05.02,22.11.08)
1454 - [26862](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26862) MARC21 530 is missing from staff interface and has no label (23.11.00,23.05.02,22.11.08)
1455   >This fixes the display of the MARC21 530 tag and subfields so that it:
1456   >- now displays in the staff interface (was missing)
1457   >- improves the display of the values by adding
1458   >  . a description/label
1459   >  . separators between repeated 530 tags
1460   >  . missing spaces before $u and between repeated $u subfields
1461 - [31618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31618) Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile (23.11.00,23.05.02,22.11.08)
1462 - [33865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33865) JS error when importing a staged MARC record file (23.11.00,23.05.01,22.11.07)
1463 - [35099](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35099) Cannot load records with invalid marcxml (23.11.00)
1464 - [33759](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33759) Typo: Thankyou (23.11.00,23.05.04)
1465 - [33900](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33900) advance_notices.pl cronjob hangs (23.11.00,23.05.02,22.11.08)
1466 - [34059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34059) advance_notices.pl -c --digest-per-branch does not work as intended (23.11.00,23.05.03,22.11.09)
1467 - [34583](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34583) Overdue notices: wrong encoding in e-mail in 'print' mode (23.11.00,23.05.04,22.11.10)
1468 - [35185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35185) Remove is_html flag from sample notices for text notices (23.11.00,23.05.06,22.11.12)
1469 - [35186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35186) Remove html tags from sample notices (23.11.00,23.05.06,22.11.12)
1470   >This removes unnecessary <html></html> tags in two email notices:
1471   >* PASSWORD_RESET
1472   >* STAFF_PASSWORD_RESET
1473   >These notices are only updated in new installations, for existing installation manually change the notices.
1474 - [35187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35187) Fix line breaks in some HTML notices, including WELCOME (23.11.00,23.05.06,22.11.12)
1475 - [27496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496) Accessibility: Navigation buttons are poorly described by screen readers (23.11.00,23.05.04,22.11.10)
1476 - [27634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27634) Turn off patron self-registration if no default category is set (23.11.00)
1477   >When there is no valid patron category defined in system preference PatronSelfRegistrationDefaultCategory the full feature is disabled.
1478 - [29578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29578) Search term highlighting breaks with titles containing characters with Greek diacritics (23.11.00,23.05.04,22.11.10)
1479   >This fixes an issue with the term highlighter which is used during catalog searches in both the OPAC and the Staff interface. Under certain conditions (searching for titles containing characters with Greek diacritics), the jQuery term highlighter would break and in the process make the "Highlight" / "Unhighlight" button disappear altogether. UNIMARC instances were affected the most by this.
1480 - [32341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32341) Some OPAC tables are not displayed well in mobile mode (23.11.00,23.05.02,22.11.08)
1481 - [33697](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33697) Remove deprecated RecordedBooks (rbdigital) integration (23.11.00,23.05.01,22.11.07)
1482 - [33810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33810) Accessibility: OPAC Advanced Search fields are not labelled (23.11.00,23.05.06,22.11.12)
1483 - [33813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813) Accessibility: Lists button is not clearly identified (23.11.00,23.05.01,22.11.07)
1484   >This enhancement adds an aria-label to the Lists button in the OPAC masthead. It is currently not descriptive enough and doesn't identify what is displayed when clicking the button.
1485 - [33848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33848) Enabling Coce in the OPAC breaks cover images on bibliographic detail page (23.11.00,23.05.03,22.11.09,22.05.17)
1486 - [33902](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33902) On opac-detail.tt the libraryInfoModal is outside of HTML tags (23.11.00,23.05.01,22.11.07)
1487   >This moves the HTML for the pop-up window with the information for a library (where it exists) on the OPAC detail page inside the <html> tag so that it validates correctly. There is no change to the appearance or behavior of the page.
1488 - [33933](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33933) Use restrictions appear twice for items on OPAC (23.11.00,23.05.02,22.11.08)
1489 - [33957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33957) normalized_oclc not defined in opac-user.tt (23.11.00,23.05.02,22.11.08)
1490 - [34005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34005) Toggling the search term highlighting is not always working in the bibliographic record details page (23.11.00,23.05.02,22.11.08)
1491 - [34015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34015) Terminology: Relative issues should be Relative's checkouts (23.11.00,23.05.02,22.11.08)
1492 - [34522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34522) Suggestion for purchase displays wrong library in OPAC display if patron suggests for non-home library (23.11.00,23.05.04,22.11.10)
1493 - [34584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34584) Remove Twitter share button from the OPAC (23.11.00)
1494 - [34613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34613) Remove onclick event attributes from Verovio midiplayer.js (23.11.00,23.05.04,22.11.11)
1495 - [34627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34627) Fix CMS page HTML structure so that footer content is displayed correctly (23.11.00,23.05.04,22.11.10)
1496 - [34641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34641) Novelist content does not display on OPAC detail page if NovelistSelectView is set to below (23.11.00,23.05.04,22.11.10)
1497 - [34711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34711) Remove use of onclick for opac-privacy.pl (23.11.00,23.05.04,22.11.11)
1498 - [34723](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34723) opac-imageviewer.pl not showing thumbnails (23.11.00,23.05.04,22.11.10)
1499 - [34724](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34724) Remove use of onclick for opac-imageviewer.pl (23.11.00,23.05.04,22.11.11)
1500 - [34725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34725) Remove use of onclick for OPAC cart (23.11.00,23.05.04,22.11.11)
1501 - [34730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34730) Add responsive behavior to more tables in the OPAC (23.11.00,23.05.04,22.11.11)
1502 - [34760](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34760) Prevent error when logging into OPAC after conducting a search (23.11.00,23.05.04,22.11.11)
1503
1504   **Sponsored by** *Toi Ohomai Institute of Technology*
1505 - [34849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34849) Use template wrapper for breadcrumbs: OPAC part 1 (23.11.00)
1506 - [34852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34852) Use template wrapper for breadcrumbs: OPAC part 2 (23.11.00)
1507 - [34855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34855) Use template wrapper for breadcrumbs: OPAC part 3 (23.11.00)
1508 - [34866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34866) Use template wrapper for breadcrumbs: OPAC part 4 (23.11.00)
1509 - [34923](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34923) OPAC hold page flatpickr does not allow direct input of dates (23.11.00,23.05.05,22.11.11)
1510 - [34934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34934) Remove the use of event attributes from OPAC lists page (23.11.00,23.05.05,22.11.11)
1511 - [34936](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34936) Remove the use of event attributes from OPAC detail page (23.11.00,23.05.05,22.11.11)
1512 - [34944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34944) Remove the use of event attributes from OPAC full serial issue page (23.11.00,23.05.05,22.11.11)
1513 - [34945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34945) Remove the use of event attributes from OPAC clubs tab (23.11.00,23.05.05,22.11.11)
1514 - [34946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34946) Remove the use of event attributes from self checkout and check-in (23.11.00,23.05.05,22.11.12)
1515 - [34961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34961) RSS feed link in OPAC is missing sort parameter (23.11.00,23.05.05,22.11.11)
1516   >This fixes two RSS links in the OPAC search results template so that they include the correct parameters, including the descending sort by acquisition date.
1517 - [34980](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34980) Remove the use of event attributes from title-actions-menu.inc in OPAC (23.11.00,23.05.05,22.11.12)
1518 - [35006](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35006) OPAC holdings table - sort for current library column doesn't work (23.11.00,23.05.05,22.11.12)
1519   >This fixes the holdings table on the OPAC's bibliographic detail
1520   >page so that home and current library columns are sorted correctly by
1521   >library name.
1522 - [35144](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35144) 'Required' mention for patron attributes is not red in OPAC (23.11.00,23.05.06,22.11.12)
1523 - [35266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35266) opac-MARCdetail: Can't call method "metadata" on an undefined value (23.11.00,23.05.06)
1524   >This fixes the display of the MARC view page when a record does not exist - it now redirects to the 404 (page not found) page. Previously, it generated an error trace, where the normal and ISBD view pages redirected to the 404 (page not found) page.
1525 - [35280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35280) OPAC patron entry form: Patron attributes "clear" link broken (23.11.00,23.05.06,22.11.12)
1526 - [33371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33371) Add 'koha-common.service' systemd service (23.11.00,23.05.00,22.11.07)
1527 - [33720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33720) updatedatabase.pl should purge memcached (23.11.00,23.05.02,22.11.08)
1528 - [33117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117) Patron checkout search not working if searching with second surname (23.11.00,23.05.02,22.11.09,22.11.08)
1529 - [33176](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33176) Improve enforcing of RequirePaymentType (23.11.00,23.05.02,22.11.08)
1530 - [33395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33395) Patron search results shows only overdues if patron has overdues (23.11.00,23.05.05,22.11.11)
1531 - [33428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33428) Should only search in searchable patron attributes if searching in standard fields (23.11.00)
1532 - [33820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33820) Add hints to warn the librarian that they will be logged out if they change their username (23.11.00,23.05.02)
1533 - [33875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33875) Missing closing tag a in API key management page (23.11.00,23.05.01,22.11.07)
1534 - [33882](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33882) member.tt Date of birth column makes it difficult to hide the age hint (23.11.00,23.05.01,22.11.07)
1535 - [33968](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968) Two colons missing on guarantor labels in memberentry.pl form (23.11.00,23.05.02,22.11.08)
1536 - [34083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34083) Patron auto-complete fails if organization patron full name is in a single field separated by a space (23.11.00,23.05.02,22.11.08)
1537 - [34092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34092) patron-autocomplete.js and patron-search.inc search logic should match (23.11.00,23.05.02,22.11.08)
1538 - [34117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34117) Duplicate patron sets dateenrolled incorrectly (23.11.00,23.05.03,22.11.09)
1539 - [34256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34256) Patron search: search for borrowernumber starts with fails (23.11.00,23.05.02,22.11.08)
1540 - [34280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34280) Patrons with no email address produce a warning when saving (23.11.00,23.05.03)
1541 - [34356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34356) Enabling RecordStaffUserOnCheckout causes bad default sorting in checkout history (23.11.00,23.05.04,22.11.10)
1542 - [34402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34402) Sorting holds on patron account includes articles (23.11.00,23.05.04)
1543 - [34413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34413) Flat picker birth date field does not display properly on initial load on iOS (23.11.00,23.05.06,22.11.12)
1544 - [34435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34435) get_password_expiry_date should not modify its parameter (23.11.00,23.05.03,22.11.09)
1545 - [34462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34462) Bug 25299 seems to have been reintroduced in more recent versions. (23.11.00,23.05.05,22.11.12)
1546   >This fixes the display of the card expiration message on a patron's page so that it now includes the date that their card will expire.
1547 - [34531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34531) Hiding Lost card flag and Gone no address flag via BorrowerUnwantedFields hides Patron restrictions (23.11.00,23.05.05,22.11.12)
1548 - [34728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34728) HTML notices should not be pre-formatted (23.11.00,23.05.04,22.11.11)
1549 - [34743](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34743) Incorrect POD in import_patrons.pl (23.11.00,23.05.04,22.11.11)
1550 - [34883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34883) Regression in Patron Import dateexpiry function (23.11.00,23.05.05,22.11.11)
1551 - [34891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34891) View restrictions button (patrons page) doesn't link to tab (23.11.00,23.05.05)
1552 - [34931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34931) Collapsed additional attributes and identifiers with a PA_CLASS don't display well (23.11.00,23.05.06,22.11.12)
1553 - [35127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35127) Patron search ignores searchtype from the context menu (23.11.00,23.05.05,22.11.12)
1554 - [35264](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35264) Update patron import to use protected column (23.11.00)
1555 - [35148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35148) before_send_messages plugin hook does not pass the --where option (23.11.00,23.05.05,22.11.12)
1556 - [32942](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32942) Suggestion API doesn't support custom statuses (23.11.00,23.05.04,22.11.11)
1557 - [33556](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33556) $c->validation should be avoided (part 1) (23.11.00,23.05.03)
1558 - [33971](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33971) Remove support for x-koha-query header (23.11.00)
1559   >This patch removes support for the `x-koha-query` HTTP header. The implementation was problematic because no URL/Base64 encoding was being expected, and it broke things. As it didn't have real usage in the codebase, we decided to remove it.
1560   >
1561   >It could eventually be restored if there was interest on it, but it wouldn't work as before anyway, because of the aforementioned issue with non-ASCII queries.
1562 - [33996](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33996) Authority objects missing mapping (23.11.00,23.05.02)
1563 - [34339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34339) $c->validation should be avoided (part 2) (23.11.00,23.05.04)
1564 - [34365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34365) Hold cancellation request workflow cannot be triggered on API (23.11.00,23.05.03,22.11.09)
1565 - [34387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34387) API docs tags missing descriptions (23.11.00,23.05.03,22.11.09)
1566 - [35053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35053) Item-level rules not checked if both item_id and biblio_id are passed (23.11.00,23.05.05,22.11.12)
1567 - [35230](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35230) `catalogue_item` missing description (23.11.00)
1568 - [27824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27824) Report batch operations break with space in placeholder (23.11.00,23.05.02,22.11.08)
1569 - [29664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29664) Do not show voided payments in cash register statistics wizard (23.11.00,23.05.02,22.11.08)
1570 - [34552](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34552) No Results when filtering "All payments to the library" or "payment" in Statistics wizards : Cash register (23.11.00,23.05.04,22.11.10)
1571 - [34859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34859) reports-home.pl has unnecessary syspref template parameters (23.11.00,23.05.05,22.11.11)
1572 - [22873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873) C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing (23.11.00,23.05.05,22.11.11)
1573 - [23548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23548) AQ field required in checkin response (23.11.00,23.05.04,22.11.10)
1574   >This fixes SIP return messages so that there is an "AQ|" field, even if it is empty (this is a required field according to the specification, and some machines (such as PV-SUPA) crash if it is not present).
1575 - [33411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33411) SIP2 includes other guarantees with the same guarantor when calculating against NoIssuesChargeGuarantees (23.11.00,23.05.01,22.11.07)
1576 - [34153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153) Add ability to allow items with additional materials notes to be checked out via SIP (23.11.00)
1577 - [28196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196) In page anchors on additem.pl don't always go to the right place (23.11.00,23.05.02,22.11.08)
1578 - [31253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31253) Item search in staff interface should call barcodedecode if the search index is a barcode (23.11.00,23.05.02,22.11.08)
1579 - [33140](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33140) Use facet label value in mouseover title attribute of facet removal link (23.11.00,23.05.03,22.11.09)
1580 - [33896](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33896) Catalog search from the masthead searchbar produces a warning in the logs (23.11.00,23.05.02,22.11.08)
1581 - [27153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153) ElasticSearch should search keywords apostrophe blind (23.11.00)
1582 - [33406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33406) Searching for authority with hyphen surrounded by spaces causes error 500 (with ES) (23.11.00,23.05.04,22.11.11)
1583 - [34740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34740) Sort option are wrong in search engine configuration (Elasticsearch) (23.11.00,23.05.04,22.11.11)
1584 - [34557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34557) Add option to prevent loading a patron's checkouts on the SCO (23.11.00,23.05.06)
1585 - [35007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35007) Configure self checkout tables consistently (23.11.00)
1586 - [35013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35013) Font Awesome icons broken in self checkout and self checkin (23.11.00)
1587 - [23775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23775) Claiming a serial issue doesn't create the next one (23.11.00,23.05.02,22.11.08)
1588 - [33901](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33901) Only one issue shown when testing prediction pattern (23.11.00,23.05.02,22.11.08)
1589 - [34052](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34052) Fix link to subscription from serial collection page (23.11.00,23.05.02,22.11.08)
1590 - [31041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31041) Cashup summary modal printing issue (23.11.00,23.05.06,22.11.12)
1591   >This bugfix updates the modal printing system to trigger a new page for dialogue printing.
1592   >
1593   >Whilst this causes a minor flash unsightly content at print preview, it significantly improves the reliability of modal printing where such dialogues appear on pages containing a lot of content or the modals themselves contain a enough content to require a scroll.
1594 - [32245](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32245) Deleting news entries from Koha's staff start page is broken (23.11.00,23.05.02,22.11.08)
1595 - [33497](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33497) Reduce DB calls on staff detail page (23.11.00,23.05.02)
1596 - [33946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33946) biblio-title.inc should not add a link if biblio does not exist (23.11.00,23.05.02,22.11.08)
1597 - [34094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34094) Apply DefaultPatronSearchMethod to all patron search forms (23.11.00,23.05.02,22.11.08)
1598 - [34116](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34116) Add page-sectioning to item search in label creator (23.11.00,23.05.02,22.11.08)
1599 - [34131](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34131) Plugins page breadcrumbs and side menu not consistent (23.11.00,23.05.02,22.11.08)
1600 - [34292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34292) Date formatting in checkouts list broken (23.11.00)
1601 - [34616](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34616) "Edit SMTP server" page - Default SMTP configuration dialog has some issues (23.11.00,23.05.04)
1602 - [34921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34921) Tabs on Additional Content page need space above (23.11.00,23.05.05,22.11.11)
1603 - [35019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35019) Can't delete news from the staff interface main page (23.11.00,23.05.05,22.11.12)
1604 - [35276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35276) Suggestions form crashes on Unknown column 'auth_forwarded_hash' when logging in (23.11.00,23.05.06,22.11.12)
1605   >This fixes an issue when trying to directly access the suggestions management page in the staff interface ([YOURDOMAIN]/cgi-bin/koha/suggestion/suggestion.pl) when you are logged out. Previously, if you were logged out, tried to access the suggestions management page, and then entered your credentials, you would get an error trace.
1606 - [33286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33286) 'Catalog record' should be 'Bibliographic record' (23.11.00,23.05.03)
1607 - [33578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33578) Cannot edit patron restriction types (23.11.00,23.05.02,22.11.08)
1608 - [33868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33868) Upgrade the Multiple Select plugin in the staff interface (23.11.00,23.05.02)
1609   >This enhancement updates the jQuery Multiple Select plugin version from 1.1 to 1.6. This plugin is used in the staff interface system preferences area.
1610 - [34748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34748) Wrong column name basket_number in table settings for basket (23.11.00,23.05.04,22.11.11)
1611 - [34791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34791) CookieConsent preference should hint that there's HTML content blocks available for customisation (23.11.00)
1612 - [35032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35032) Remove the use of "onclick" from Koha to MARC mapping template (23.11.00)
1613 - [35057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35057) Improve table heading "Lib" in MARC field structure page (23.11.00)
1614 - [35078](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35078) Invalid HTML in OpacShowSavings system preference (23.11.00,23.05.06)
1615 - [35221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35221) TrackLastPatronActivityTriggers description is misleading (23.11.00)
1616 - [31014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31014) Minor UI problems in QOTD editor tool (23.11.00)
1617 - [31667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31667) Merge 'tip' and 'hint' classes (23.11.00,23.05.03,22.11.09)
1618 - [33343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33343) Password fields should have auto-completion off (23.11.00,23.05.01)
1619 - [33528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33528) Use template wrapper for tabs: Patron details and circulation (23.11.00,23.05.02)
1620 - [33734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33734) Using custom search filters breaks diacritics characters in search term (23.11.00,23.05.04,22.11.11)
1621 - [33779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33779) Terminology: biblio record (23.11.00,23.05.01,22.11.07)
1622 - [33781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33781) Terminology: Item already issued to other borrower. (23.11.00,23.05.02,22.11.08)
1623 - [33855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33855) Clean up forms and page sections on 'manage MARC imports' page (23.11.00,23.05.02,22.11.08)
1624   >This enhancement makes minor changes to the structure of the "Manage staged MARC records" page for a batch so that sections are more clearly delineated and forms have the correct structure. It also shortens the new framework field labels and adds hints for clarification.
1625 - [33859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33859) Use the phrase 'Identity providers' instead of 'Authentication providers' (23.11.00,23.05.01,22.11.07)
1626 - [33883](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33883) "Make sure to copy your API secret" message overlaps text (23.11.00,23.05.01,22.11.07)
1627 - [33891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33891) Use template wrapper for tabs: OPAC advanced search (23.11.00,23.05.01,22.11.07)
1628 - [33892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33892) Use template wrapper for tabs: OPAC authority detail (23.11.00,23.05.01,22.11.07)
1629 - [33893](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893) Use template wrapper for tabs: OPAC checkout history (23.11.00,23.05.02,22.11.08)
1630 - [33894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33894) Use template wrapper for tabs: OPAC search history (23.11.00,23.05.02,22.11.08)
1631 - [33895](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33895) Use template wrapper for tabs: OPAC user summary (23.11.00)
1632 - [33897](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33897) Use template wrapper for tabs: OPAC bibliographic detail page (23.11.00,23.05.02,22.11.08)
1633 - [33998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33998) Installer and onboarding have incorrect Font Awesome asset links (23.11.00)
1634 - [33999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33999) Subscription details link on bibliographic detail page should have permission check (23.11.00,23.05.02,22.11.08)
1635 - [34010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34010) Template corrections to recall pages (23.11.00,23.05.02,22.11.08)
1636 - [34012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34012) Use template wrapper for tabs: Recalls awaiting pickup (23.11.00,23.05.02,22.11.08)
1637 - [34013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34013) Recalls awaiting pickup doesn't show count on each tab (23.11.00,23.05.02,22.11.08)
1638 - [34038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34038) Fix incorrect use of __() in .tt and .inc files (23.11.00,23.05.04,22.11.10)
1639 - [34066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34066) Datatable options don't fully translate on list of saved reports (23.11.00,23.05.04,22.11.10)
1640 - [34074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34074) Improve translations of strings on the about page (23.11.00,23.05.02,22.11.08)
1641 - [34085](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34085) Remove the use of event attributes from basket groups template (23.11.00)
1642 - [34103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34103) Capitalization: Currencies & Exchange rates (23.11.00,23.05.02,22.11.08)
1643 - [34112](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34112) Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons (23.11.00)
1644 - [34115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34115) Use a global tab select function for activating Bootstrap tabs based on location hash (23.11.00,23.05.04,22.11.10)
1645 - [34119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34119) Improve staff interface print stylesheet following redesign (23.11.00,23.05.05,22.11.12)
1646 - [34129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34129) Responsive table button icon broken after FontAwesome upgrade (23.11.00)
1647 - [34184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34184) "Document type" in suggestions form should have an empty entry (23.11.00,23.05.02,22.11.08,22.05.16)
1648 - [34244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34244) Improve contrast in staff interface main page layered icons (23.11.00,23.05.02,22.11.08)
1649 - [34307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34307) Update plugin wrapper to use template wrapper for breadcrumbs (23.11.00,23.05.04)
1650 - [34322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34322) Correct icon triggering more fund search options (23.11.00)
1651 - [34343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34343) Z39.50 search background not updated (23.11.00,23.05.03,22.11.09)
1652 - [34378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34378) Inconsistencies in Libraries page titles, breadcrumbs, and header (23.11.00)
1653 - [34379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34379) Inconsistencies in Library groups page (23.11.00,23.05.04,22.11.10)
1654 - [34380](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34380) Inconsistencies in Item types page titles, breadcrumbs, and header (23.11.00)
1655 - [34381](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34381) Inconsistencies in Authorized values page title (23.11.00)
1656 - [34382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34382) Inconsistencies in Patron categories page titles, breadcrumbs, and header (23.11.00)
1657 - [34384](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34384) Inconsistencies in Library transfer limits page titles, breadcrumbs, and header (23.11.00)
1658 - [34385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34385) Inconsistencies in Transport cost matrix page header (23.11.00,23.05.04,22.11.10)
1659 - [34386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34386) Inconsistencies in Cities and towns page titles, breadcrumbs, and header (23.11.00,23.05.04,22.11.10)
1660 - [34388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34388) Inconsistencies in Patron restriction types page headers (23.11.00)
1661 - [34389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34389) Inconsistencies in Debit types page titles, breadcrumbs, and header (23.11.00)
1662   >This fixes a couple of inconsistencies in the debit types administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1663 - [34391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34391) Inconsistencies in Cash registers page headers (23.11.00)
1664   >This fixes a couple of inconsistencies in the cash register administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1665 - [34393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34393) Inconsistencies in MARC bibliographic framework page titles, breadcrumbs, and header (23.11.00)
1666   >This fixes some inconsistencies in the MARC bibliographic framework administration page, making sure the page title, breadcrumb navigation, and page headers are consistent with each other.
1667 - [34394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34394) Inconsistencies in MARC Bibliographic framework test page title and breadcrumbs (23.11.00)
1668 - [34397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34397) Inconsistencies in Classification sources page titles, breadcrumbs, and header (23.11.00)
1669 - [34399](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34399) Inconsistencies in Record overlay rules page titles, breadcrumbs, and header (23.11.00)
1670 - [34400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34400) Inconsistencies in OAI sets page titles, breadcrumbs, and header (23.11.00)
1671 - [34401](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34401) Inconsistencies in Item search fields page titles, breadcrumbs, and header (23.11.00)
1672 - [34403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34403) Inconsistencies in Currencies and exchange rates page titles, breadcrumbs, and header (23.11.00)
1673 - [34404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34404) Inconsistencies in Budgets and funds page titles, breadcrumbs, and header (23.11.00)
1674 - [34405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34405) Inconsistencies in EDI accounts/Library EAN page titles, breadcrumbs, and header (23.11.00)
1675 - [34406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34406) Inconsistencies in Identity providers/domains page titles, breadcrumbs, and header (23.11.00)
1676 - [34407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34407) Inconsistencies in Z39.50 servers page titles, breadcrumbs, and header (23.11.00)
1677 - [34408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34408) Inconsistencies in SMTP servers page titles, breadcrumbs, and header (23.11.00)
1678 - [34409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34409) Inconsistencies in Audio alerts page titles, breadcrumbs, and header (23.11.00)
1679 - [34411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34411) Inconsistencies in Additional fields page titles, breadcrumbs, and header (23.11.00)
1680 - [34412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34412) Inconsistencies in system preferences page titles, breadcrumbs, and header (23.11.00)
1681 - [34434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34434) Terminology: Biblio should be bibliographic (23.11.00,23.05.04,22.11.10)
1682 - [34436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34436) Some breadcrumbs lack <span> for translatability (23.11.00,23.05.04,22.11.10)
1683 - [34443](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34443) Spelling: Patron search pop-up Sort1: should be Sort 1: (23.11.00,23.05.05,22.11.11)
1684 - [34493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34493) Bad indenting in search_indexes.inc (23.11.00,23.05.03,22.11.09)
1685 - [34502](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34502) Useless SEARCH_RESULT.localimage usage (23.11.00,23.05.04,22.11.10)
1686 - [34533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34533) jsdiff library missing from guided reports page (23.11.00,23.05.04,22.11.10)
1687 - [34565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34565) Label mismatch in MARC21 006 and 008 cataloging plugins (23.11.00,23.05.04,22.11.10)
1688 - [34567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34567) Correct colors for advanced cataloging editor status bar (23.11.00,23.05.04,22.11.10)
1689 - [34624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34624) Many header search forms lack for attribute for label (23.11.00,23.05.06)
1690 - [34625](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34625) Search engine configuration tables header problem (23.11.00,23.05.04,22.11.10)
1691 - [34646](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34646) Two attributes class in OPAC masthead-langmenu.inc (23.11.00,23.05.04,22.11.10)
1692 - [34781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34781) Add a span tag around GDPR text in opac-memberentry (23.11.00,23.05.05,22.11.11)
1693 - [34835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34835) Highlight logged-in library in patron searches does not work anymore in new staff interface (23.11.00,23.05.04,22.11.11)
1694 - [34942](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34942) Typo: brower (23.11.00,23.05.05,22.11.11)
1695 - [34954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34954) Typo: datexpiry (23.11.00,23.05.06,22.11.12)
1696 - [35010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35010) In record checkout history should not show anonymous patron link (23.11.00,23.05.05,22.11.11)
1697 - [35055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35055) Don't export actions column from patron search results (23.11.00,23.05.05,22.11.12)
1698 - [35058](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35058) No contents displaying when an authority record is saved (23.11.00)
1699 - [35072](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35072) Invalid usage of "&amp;" in JavaScript intranet-tmpl script redirects (23.11.00,23.05.05,22.11.12)
1700 - [35124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35124) Incorrect item groups table markup (23.11.00,23.05.05,22.11.12)
1701 - [35205](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35205) Fix duplicate id attribute in desks search form (23.11.00,23.05.06)
1702 - [35212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35212) Correct mismatched label on identity provider entry form (23.11.00,23.05.06,22.11.12)
1703 - [35241](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35241) Markup errors in point of sale template (23.11.00)
1704 - [35272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35272) Add padding above vendor contracts section (23.11.00,23.05.06)
1705 - [35283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35283) XSLT 583 Action note is missing subfield h and x in staff interface (23.11.00,23.05.06,22.11.12)
1706 - [33727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33727) Merge Calendar tests (23.11.00,23.05.02,22.11.08,22.05.16)
1707 - [33852](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33852) jobs.t is not testing only_current (23.11.00,23.05.02,22.11.08)
1708 - [34489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34489) Koha/Patrons.t: Subtests get_age and is_valid_age do not pass in another timezone (23.11.00,23.05.05,22.11.11)
1709 - [34842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34842) t/db_dependent/Illrequest/Config.t is failing if the DB has been upgraded (23.11.00)
1710 - [34843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34843) Koha/Database/Commenter.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1711 - [34845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34845) GetBasketGroupAsCSV.t is failing if the DB has been upgraded (23.11.00)
1712 - [34846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34846) SIP/ILS.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1713 - [34847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34847) Search.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1714 - [34848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34848) SIP/Message.t is failing if the DB has been upgraded (23.11.00,23.05.04,22.11.11)
1715 - [34967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34967) Move Prices.t to t/db_dependent (23.11.00,23.05.05,22.11.11)
1716 - [34968](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34968) t/Search.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1717 - [34969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34969) t/Search/buildQuery.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1718 - [34970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34970) t/SuggestionEngine_AuthorityFile.t does not do anything with Test::DBIx::Class (23.11.00,23.05.05,22.11.11)
1719 - [35041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35041) Fix Jenkins failure on t_db_dependent_Koha_Patron_t (23.11.00)
1720 - [35042](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35042) Members.t: should not set datelastseen to NULL everywhere (23.11.00,23.05.05,22.11.12)
1721 - [35215](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35215) Make a few assumptions more explicit in Suggestions.t (23.11.00,23.05.06)
1722 - [35393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35393) Fix Objects.t for a Jenkins failure when run just after midnight (23.11.00)
1723 - [22135](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22135) Inventory tool doesn't export "out of order" problem to CSV (23.11.00,23.05.04,22.11.10)
1724   >This fixes the export of inventory results when "Check barcodes list for items shelved out of order" is selected. Currently, the problem column is blank for items shelved out of order when it should be "Shelved out of order".
1725 - [29762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29762) Patron batch modification tool - mobile phone number column naming (23.11.00,23.05.02,22.11.08)
1726 - [32048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32048) Calendar adding holidays repeated (23.11.00,23.05.04,22.11.11)
1727 - [33667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33667) 'Copy to all libraries' doesn't work on editing holidays (23.11.00,23.05.02,22.11.08)
1728
1729   **Sponsored by** *Koha-Suomi Oy*
1730 - [33972](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972) Remove unnecessary batch status change in C4::ImportBatch (23.11.00,23.05.02,22.11.08)
1731 - [33987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33987) Combine multiple db updates in C4::ImportBatch::BatchCommitRecords for efficiency/avoiding possible deadlocks (23.11.00,23.05.02,22.11.08)
1732 - [33989](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989) Inventory tool performs unnecessary authorized value lookups (23.11.00,23.05.02,22.11.08)
1733 - [34220](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34220) Running log viewer for only Catalog module loads wrong side navbar (23.11.00,23.05.02,22.11.08)
1734 - [34225](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34225) KohaTable broken on batch item deletion and modification results (23.11.00,23.05.02)
1735 - [34716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34716) Typo in tools/stockrotation.tt (23.11.00,23.05.05,22.11.11)
1736 - [34732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34732) Barcode image generator doesn't generate correct Code39 barcode (23.11.00,23.05.04,22.11.11)
1737 - [34822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34822) BatchUpdateBiblioHoldsQueue should be called once per import batch when using RealTimeHoldsQueue (23.11.00,23.05.05,22.11.11)
1738 - [34939](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34939) When manually entering dates in flatPickr the hour and minute get set to 00:00 not 23:59 (23.11.00,23.05.05,22.11.11)
1739 - [34467](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34467) OAI GetRecord bad encoding for UNIMARC (23.11.00,23.05.05,22.11.11)
1740
1741 ## New system preferences
1742
1743 - AcquisitionsDefaultEMailAddress
1744 - AcquisitionsDefaultReplyTo
1745 - AdditionalFieldsInZ3950ResultAuthSearch
1746 - AuthorLinkSortBy
1747 - AuthorLinkSortOrder
1748 - AutomaticCheckinAutoFill
1749 - CalculateFundValuesIncludingTax
1750 - CancelOrdersInClosedBaskets
1751 - ChildNeedsGuarantor
1752 - CookieConsent
1753 - CookieConsentedJS
1754 - DefaultAuthorityTab
1755 - DefaultPatronSearchMethod
1756 - EmailPatronWhenHoldIsPlaced
1757 - ForceLibrarySelection
1758 - ILLModuleDisclaimerByType
1759 - ILLPartnerCode
1760 - LoadCheckoutsTableDelay
1761 - OpacTrustedCheckout
1762 - PreservationModule
1763 - PreservationNotForLoanDefaultTrainIn
1764 - PreservationNotForLoanWaitingListIn
1765 - RedirectGuaranteeEmail
1766 - SCOLoadCheckoutsByDefault
1767 - SIP2AddOpacMessagesToScreenMessage
1768 - SerialsDefaultEMailAddress
1769 - SerialsDefaultReplyTo
1770 - SerialsSearchResultsLimit
1771 - TrackLastPatronActivityTriggers
1772 - UpdateItemLocationOnCheckout
1773 - showLastPatronCount
1774
1775 ## Deleted system preferences
1776
1777 - AllowOfflineCirculation
1778 - OPACResultsSidebar
1779 - OpacMaintenanceNotice
1780 - OpacSuppressionMessage
1781 - PatronSelfRegistrationAdditionalInstructions
1782 - RecordedBooksClientSecret
1783 - RecordedBooksDomain
1784 - RecordedBooksLibraryID
1785 - SCOMainUserBlock
1786 - SelfCheckHelpMessage
1787 - SelfCheckInMainUserBlock
1788 - TrackLastPatronActivity
1789
1790 ## New Authorized value categories
1791
1792 - ERM_REPORT_TYPES
1793 - ERM_PLATFORM_REPORTS_METRICS
1794 - ERM_DATABASE_REPORTS_METRICS
1795 - ERM_TITLE_REPORTS_METRICS
1796 - ERM_ITEM_REPORTS_METRICS
1797 - VENDOR_ISSUE_TYPE
1798
1799 ## New letter codes
1800
1801 - HOLDDGST
1802 - HOLDPLACED_PATRON
1803 - MEMBERSHIP_RENEWED
1804 - PRES_TRAIN_ITEM
1805
1806 ## Documentation
1807
1808 The Koha manual is maintained in Sphinx. The home page for Koha
1809 documentation is
1810
1811 - [Koha Documentation](http://koha-community.org/documentation/)
1812 As of the date of these release notes, the Koha manual is available in the following languages:
1813
1814 - [Chinese (Traditional)](https://koha-community.org/manual/23.11//html/) (53%)
1815 - [English](https://koha-community.org/manual/23.11//html/) (100%)
1816 - [English (USA)](https://koha-community.org/manual/23.11/en/html/)
1817 - [French](https://koha-community.org/manual/23.11/fr/html/) (41%)
1818 - [German](https://koha-community.org/manual/23.11/de/html/) (43%)
1819 - [Hindi](https://koha-community.org/manual/23.11/hi/html/) (71%)
1820
1821 The Git repository for the Koha manual can be found at
1822
1823 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
1824
1825 ## Translations
1826
1827 Complete or near-complete translations of the OPAC and staff
1828 interface are available in this release for the following languages:
1829 <div style="column-count: 2;">
1830
1831 - Arabic (68%)
1832 - Armenian (90%)
1833 - Bulgarian (76%)
1834 - Chinese (Traditional) (90%)
1835 - Dutch (70%)
1836 - English (100%)
1837 - English (New Zealand) (72%)
1838 - Finnish (90%)
1839 - French (90%)
1840 - French (Canada) (90%)
1841 - German (100%)
1842 - German (Switzerland) (52%)
1843 - Hindi (90%)
1844 - Italian (81%)
1845 - Norwegian Bokmål (57%)
1846 - Persian (90%)
1847 - Polish (90%)
1848 - Portuguese (Brazil) (90%)
1849 - Portuguese (Portugal) (71%)
1850 - Russian (85%)
1851 - Slovak (56%)
1852 - Spanish (100%)
1853 - Swedish (63%)
1854 - Telugu (69%)
1855 - Turkish (81%)
1856 - Ukrainian (77%)
1857 </div>
1858
1859 Partial translations are available for various other languages.
1860
1861 The Koha team welcomes additional translations; please see
1862
1863 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1864
1865 For information about translating Koha, and join the koha-translate 
1866 list to volunteer:
1867
1868 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1869
1870 The most up-to-date translations can be found at:
1871
1872 - [Koha Translation](http://translate.koha-community.org/)
1873
1874 ## Release Team
1875
1876 The release team for Koha 23.11.00 is
1877
1878 - Release Manager: Tomás Cohen Arazi
1879
1880 - Release Manager assistants:
1881   - Jonathan Druart
1882   - Martin Renvoize
1883
1884 - QA Manager: Katrin Fischer
1885
1886 - QA Team:
1887   - Aleisha Amohia
1888   - Nick Clemens
1889   - David Cook
1890   - Jonathan Druart
1891   - Lucas Gass
1892   - Victor Grousset
1893   - Kyle M Hall
1894   - Andrii Nugged
1895   - Martin Renvoize
1896   - Marcel de Rooy
1897   - Petro Vashchuk
1898
1899 - Topic Experts:
1900   - UI Design -- Owen Leonard
1901   - Zebra -- Fridolin Somers
1902   - REST API -- Martin Renvoize
1903   - ERM -- Pedro Amorim
1904   - ILL -- Pedro Amorim
1905
1906 - Bug Wranglers:
1907   - Aleisha Amohia
1908
1909 - Packaging Manager: Mason James
1910
1911 - Documentation Manager: Aude Charillon
1912
1913 - Documentation Team:
1914   - Caroline Cyr La Rose
1915   - Lucy Vaux-Harvey
1916
1917 - Translation Manager: Bernardo González Kriegel
1918
1919
1920 - Wiki curators: 
1921   - Thomas Dukleth
1922   - Katrin Fischer
1923
1924 - Release Maintainers:
1925   - 23.05 -- Fridolin Somers
1926   - 22.11 -- PTFS Europe (Matt Blenkinsop, Pedro Amorim)
1927   - 22.05 -- Lucas Gass
1928   - 21.11 -- Danyon Sewell
1929
1930 - Release Maintainer assistants:
1931   - 21.11 -- Wainui Witika-Park
1932
1933 ## Credits
1934
1935 We thank the following libraries, companies, and other institutions who are known to have sponsored
1936 new features in Koha 23.11.00
1937 <div style="column-count: 2;">
1938
1939 - Auckland University of Technology
1940 - [Banco Central de la República Argentina](https://bcra.gob.ar)
1941 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
1942 - [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
1943 - [ByWater Solutions](https://bywatersolutions.com)
1944 - [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
1945 - Education Services Australia SCIS
1946 - Fire and Emergency New Zealand
1947 - Gothenburg University Library
1948 - [Karlsruhe Institute of Technology (KIT)](https://www.kit.edu)
1949 - Keratsini-Drapetsona Municipal Library, Greece
1950 - [Koha-Suomi Oy](https://koha-suomi.fi)
1951 - National Library of Finland
1952 - New Zealand Council for Educational Research
1953 - [PTFS Europe](https://ptfs-europe.com)
1954 - Pymble Ladies' College
1955 - Rijksmuseum, Netherlands
1956 - South Taranaki District Council
1957 - Steiermärkische Landesbibliothek
1958 - The Research University in the Helmholtz Association (KIT)
1959 - Toi Ohomai Institute of Technology
1960 - Waikato Institute of Technology
1961 </div>
1962
1963 We thank the following individuals who contributed patches to Koha 23.11.00
1964 <div style="column-count: 2;">
1965
1966 - Aleisha Amohia (32)
1967 - Pedro Amorim (136)
1968 - Tomás Cohen Arazi (254)
1969 - Stefan Berndtsson (1)
1970 - Matt Blenkinsop (100)
1971 - Philippe Blouin (3)
1972 - Jérémy Breuillard (2)
1973 - Alex Buckley (10)
1974 - Kevin Carnes (1)
1975 - Aude Charillon (1)
1976 - Nick Clemens (142)
1977 - David Cook (58)
1978 - Jake Deery (2)
1979 - Frédéric Demians (2)
1980 - Jonathan Druart (247)
1981 - Magnus Enger (2)
1982 - Laura Escamilla (11)
1983 - Katrin Fischer (113)
1984 - Emily-Rose Francoeur (3)
1985 - Géraud Frappier (1)
1986 - Lucas Gass (72)
1987 - Salah Ghedds (1)
1988 - Evan Giles (1)
1989 - Victor Grousset (12)
1990 - Thibaud Guillot (6)
1991 - Amit Gupta (1)
1992 - David Gustafsson (10)
1993 - Michał Górny (1)
1994 - Michael Hafen (5)
1995 - Kyle M Hall (84)
1996 - Mark Hofstetter (1)
1997 - Andrew Isherwood (1)
1998 - Mason James (4)
1999 - Andreas Jonsson (3)
2000 - Janusz Kaczmarek (1)
2001 - Jan Kissig (2)
2002 - Olli-Antti Kivilahti (1)
2003 - Michał Kula (1)
2004 - Emily Lamancusa (19)
2005 - Per Larsson (1)
2006 - Sam Lau (7)
2007 - Brendan Lawlor (1)
2008 - Owen Leonard (241)
2009 - Julian Maurice (19)
2010 - Matthias Meusburger (4)
2011 - Fabricio Molina (2)
2012 - Agustín Moyano (2)
2013 - David Nind (11)
2014 - Jacob O'Mara (2)
2015 - Philip Orr (1)
2016 - Martin Renvoize (211)
2017 - Phil Ringnalda (3)
2018 - David Roberts (1)
2019 - Adolfo Rodríguez (1)
2020 - Marcel de Rooy (158)
2021 - Caroline Cyr La Rose (28)
2022 - Andreas Roussos (6)
2023 - Slava Shishkin (1)
2024 - Fridolin Somers (18)
2025 - Raphael Straub (1)
2026 - Arthur Suzuki (4)
2027 - Petr Svoboda (1)
2028 - Zeno Tajoli (1)
2029 - Emmi Takkinen (15)
2030 - Lari Taskula (13)
2031 - Koha translators (1)
2032 - Pascal Uphaus (2)
2033 - George Veranis (2)
2034 - Hinemoea Viault (1)
2035 - Shi Yao Wang (1)
2036 - Hammat Wele (16)
2037 - Wainui Witika-Park (1)
2038 </div>
2039
2040 We thank the following libraries, companies, and other institutions who contributed
2041 patches to Koha 23.11.00
2042 <div style="column-count: 2;">
2043
2044 - Athens County Public Libraries (241)
2045 - BibLibre (53)
2046 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (113)
2047 - ByWater-Solutions (309)
2048 - Catalyst (13)
2049 - Catalyst Open Source Academy (31)
2050 - Chetco Community Public Library (3)
2051 - Cineca (1)
2052 - clamsnet.org (1)
2053 - Dataly Tech (8)
2054 - David Nind (11)
2055 - gentoo.org (1)
2056 - gwdg.de (2)
2057 - Göteborgs Universitet (11)
2058 - hofstetter.at (1)
2059 - Hypernova Oy (13)
2060 - Independant Individuals (19)
2061 - Informatics Publishing Ltd (1)
2062 - Karlsruhe Institute of Technology (KIT) (1)
2063 - Koha Community Developers (260)
2064 - Koha-Suomi (13)
2065 - KohaAloha (4)
2066 - Kreablo AB (3)
2067 - Libriotech (2)
2068 - lmscloud.de (1)
2069 - montgomerycountymd.gov (19)
2070 - Prosentient Systems (58)
2071 - PTFS-Europe (452)
2072 - R-Bit Technology (1)
2073 - Rijksmuseum (158)
2074 - Solutions inLibro inc (54)
2075 - Tamil (2)
2076 - th-wildau.de (2)
2077 - Theke Solutions (258)
2078 - ub.lu.se (1)
2079 - users.noreply.github.com (1)
2080 - Xercode (1)
2081 </div>
2082
2083 We also especially thank the following individuals who tested patches
2084 for Koha
2085 <div style="column-count: 2;">
2086
2087 - AlexanderBlanchardAC (1)
2088 - Aleisha Amohia (9)
2089 - Pedro Amorim (40)
2090 - Tomás Cohen Arazi (1840)
2091 - Andrew Auld (14)
2092 - Alexander Blanchard (2)
2093 - Matt Blenkinsop (28)
2094 - Christopher Brannon (1)
2095 - Univ Brest (1)
2096 - Emmanuel Bétemps (1)
2097 - Barry Cannon (1)
2098 - Catrina (1)
2099 - Christine (1)
2100 - Nick Clemens (221)
2101 - Rebecca Coert (1)
2102 - David Cook (35)
2103 - Chris Cormack (15)
2104 - Ray Delahunty (2)
2105 - Michal Denar (12)
2106 - Paul Derscheid (4)
2107 - Jonathan Druart (172)
2108 - Sharon Dugdale (1)
2109 - ebal (1)
2110 - Eesther (2)
2111 - Danielle M Elder (4)
2112 - Magnus Enger (1)
2113 - Laura Escamilla (11)
2114 - Jeremy Evans (1)
2115 - Christina Fairlamb (1)
2116 - Jonathan Field (6)
2117 - Katrin Fischer (572)
2118 - Toni Ford (6)
2119 - Emily-Rose Francoeur (13)
2120 - Andrew  Fuerste-Henry (1)
2121 - Andrew Fuerste-Henry (30)
2122 - Lucas Gass (108)
2123 - Amaury GAU (1)
2124 - Salah Ghedda (8)
2125 - Nicolas Giraud (1)
2126 - Stephen Graham (4)
2127 - Victor Grousset (67)
2128 - Kyle M Hall (150)
2129 - Stina Hallin (2)
2130 - Katariina Hanhisalo (3)
2131 - Frank Hansen (1)
2132 - Sally Healey (3)
2133 - hebah (1)
2134 - Juliet Heltibridle (1)
2135 - Heather Hernandez (37)
2136 - Amanda Hovey (1)
2137 - BULAC - http://www.bulac.fr/ (35)
2138 - Inkeri (1)
2139 - Brandon J (1)
2140 - Jason (1)
2141 - Barbara Johnson (10)
2142 - Janusz Kaczmarek (5)
2143 - Jan Kissig (1)
2144 - Thomas Klausner (1)
2145 - Päivi Knuutinen (2)
2146 - Kristi Krueger (2)
2147 - Rhonda Kuiper (1)
2148 - Tuomas Kunttu (1)
2149 - Emily Lamancusa (41)
2150 - Rachael Laritz (1)
2151 - Sam Lau (133)
2152 - Brendan Lawlor (3)
2153 - Nicolas Legrand (2)
2154 - Owen Leonard (98)
2155 - Kelly McElligott (47)
2156 - Janet McGowan (35)
2157 - Silvia Meakins (13)
2158 - Michaela (3)
2159 - Johanna Miettunen (5)
2160 - Agustín Moyano (1)
2161 - Christian Nelson (4)
2162 - Georgia Newman (1)
2163 - Solene Ngamga (1)
2164 - nicolas (2)
2165 - David Nind (294)
2166 - Andrew Nugged (1)
2167 - Andrii Nugged (1)
2168 - Björn Nylén (2)
2169 - Laura ONeil (2)
2170 - Philip Orr (7)
2171 - Dominic Pichette (1)
2172 - Reetta Pihlaja (1)
2173 - Paul Poulain (2)
2174 - Quinn (1)
2175 - Laurence Rault (77)
2176 - Martin Renvoize (272)
2177 - Phil Ringnalda (18)
2178 - Marcel de Rooy (324)
2179 - Caroline Cyr La Rose (72)
2180 - Andreas Roussos (3)
2181 - Lisette Scheer (5)
2182 - Michaela Sieber (92)
2183 - Fridolin Somers (5)
2184 - Edith Speller (5)
2185 - Christian Stelzenmüller (2)
2186 - Emmi Takkinen (10)
2187 - Lari Taskula (1)
2188 - Clemens Tubach (1)
2189 - Ed Veal (1)
2190 - Hinemoea Viault (1)
2191 - Alexander Wagner (1)
2192 - Chris Walton (1)
2193 - George Williams (1)
2194 - Jessica Zairo (66)
2195 - Anneli Österman (4)
2196 </div>
2197
2198 We regret any omissions.  If a contributor has been inadvertently missed,
2199 please send a patch against these release notes to koha-devel@lists.koha-community.org.
2200
2201 ## Notes from the Release Manager
2202
2203 Another busy release cycle.
2204
2205 Thanks to everyone for the chance to be part of this, and for being around
2206 when the team needed you.
2207
2208 Special thanks to:
2209
2210 - Brendan, Nate and Cindy
2211 - my ByWater colleages for their unconditional support
2212 - Katrina
2213 - Martin and Pedro
2214 - Andrii
2215 - Jonathan and Loup
2216
2217 ## Revision control notes
2218
2219 The Koha project uses Git for version control.  The current development
2220 version of Koha can be retrieved by checking out the master branch of:
2221
2222 - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
2223
2224 The branch for this version of Koha and future bugfixes in this release
2225 line is master.
2226
2227 ## Bugs and feature requests
2228
2229 Bug reports and feature requests can be filed at the Koha bug
2230 tracker at:
2231
2232 - [Koha Bugzilla](http://bugs.koha-community.org)
2233
2234 He rau ringa e oti ai.
2235 (Many hands finish the work)
2236
2237 Autogenerated release notes updated last on 30 Nov 2023 18:21:04.