View | Details | Raw Unified | Return to bug 40163
Collapse All | Expand All

(-)a/C4/Accounts.pm (-1 / +1 lines)
Lines 15-21 package C4::Accounts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/C4/Acquisition.pm (-2 / +2 lines)
Lines 15-21 package C4::Acquisition; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( carp croak );
21
use Carp qw( carp croak );
Lines 3013-3018 __END__ Link Here
3013
3013
3014
=head1 AUTHOR
3014
=head1 AUTHOR
3015
3015
3016
Koha Development Team <http://koha-community.org/>
3016
Koha Development Team <https://koha-community.org/>
3017
3017
3018
=cut
3018
=cut
(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_cas.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth_with_cas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_ldap.pm (-1 / +1 lines)
Lines 15-21 package C4::Auth_with_ldap; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( croak );
21
use Carp qw( croak );
(-)a/C4/Auth_with_shibboleth.pm (-2 / +2 lines)
Lines 15-21 package C4::Auth_with_shibboleth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 368-374 Note: The minimum you need here is a <matchpoint> block, containing a valid colu Link Here
368
368
369
It should be as simple as that; you should now be able to login via shibboleth in the opac.
369
It should be as simple as that; you should now be able to login via shibboleth in the opac.
370
370
371
If you need more help configuring your B<S>ervice B<P>rovider to authenticate against a chosen B<Id>entity B<P>rovider then it might be worth taking a look at the community wiki L<page|http://wiki.koha-community.org/wiki/Shibboleth_Configuration>
371
If you need more help configuring your B<S>ervice B<P>rovider to authenticate against a chosen B<Id>entity B<P>rovider then it might be worth taking a look at the community wiki L<page|https://wiki.koha-community.org/wiki/Shibboleth_Configuration>
372
372
373
=head1 FUNCTIONS
373
=head1 FUNCTIONS
374
374
(-)a/C4/AuthoritiesMarc.pm (-2 / +2 lines)
Lines 16-22 package C4::AuthoritiesMarc; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
Lines 1903-1909 __END__ Link Here
1903
1903
1904
=head1 AUTHOR
1904
=head1 AUTHOR
1905
1905
1906
Koha Development Team <http://koha-community.org/>
1906
Koha Development Team <https://koha-community.org/>
1907
1907
1908
Paul POULAIN paul.poulain@free.fr
1908
Paul POULAIN paul.poulain@free.fr
1909
Ere Maijala ere.maijala@helsinki.fi
1909
Ere Maijala ere.maijala@helsinki.fi
(-)a/C4/AuthoritiesMarc/MARC21.pm (-2 / +2 lines)
Lines 15-21 package C4::AuthoritiesMarc::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 104-110 sub fix_marc21_auth_type_location { Link Here
104
104
105
=head1 AUTHOR
105
=head1 AUTHOR
106
106
107
Koha Development Team <http://koha-community.org/>
107
Koha Development Team <https://koha-community.org/>
108
108
109
Galen Charlton <galen.charlton@liblime.com>
109
Galen Charlton <galen.charlton@liblime.com>
110
110
(-)a/C4/AuthoritiesMarc/UNIMARC.pm (-2 / +2 lines)
Lines 15-21 package C4::AuthoritiesMarc::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 69-75 sub default_auth_type_location { Link Here
69
69
70
=head1 AUTHOR
70
=head1 AUTHOR
71
71
72
Koha Development Team <http://koha-community.org/>
72
Koha Development Team <https://koha-community.org/>
73
73
74
Galen Charlton <galen.charlton@liblime.com>
74
Galen Charlton <galen.charlton@liblime.com>
75
75
(-)a/C4/Barcodes.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/EAN13.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::EAN13; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/ValueBuilder.pm (-1 / +1 lines)
Lines 16-22 package C4::Barcodes::ValueBuilder; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
package C4::Barcodes::ValueBuilder::incremental;
21
package C4::Barcodes::ValueBuilder::incremental;
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/C4/Barcodes/annual.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::annual; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/hbyymmincr.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::hbyymmincr; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Barcodes/incremental.pm (-1 / +1 lines)
Lines 15-21 package C4::Barcodes::incremental; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Biblio.pm (-2 / +2 lines)
Lines 17-23 package C4::Biblio; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
Lines 3344-3350 __END__ Link Here
3344
3344
3345
=head1 AUTHOR
3345
=head1 AUTHOR
3346
3346
3347
Koha Development Team <http://koha-community.org/>
3347
Koha Development Team <https://koha-community.org/>
3348
3348
3349
Paul POULAIN paul.poulain@free.fr
3349
Paul POULAIN paul.poulain@free.fr
3350
3350
(-)a/C4/Breeding.pm (-1 / +1 lines)
Lines 16-22 package C4::Breeding; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Budgets.pm (-2 / +2 lines)
Lines 15-21 package C4::Budgets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON;
21
use JSON;
Lines 1668-1673 __END__ Link Here
1668
1668
1669
=head1 AUTHOR
1669
=head1 AUTHOR
1670
1670
1671
Koha Development Team <http://koha-community.org/>
1671
Koha Development Team <https://koha-community.org/>
1672
1672
1673
=cut
1673
=cut
(-)a/C4/Calendar.pm (-1 / +1 lines)
Lines 13-19 package C4::Calendar; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/C4/Charset.pm (-2 / +2 lines)
Lines 15-21 package C4::Charset; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 1284-1290 sub char_decode5426 { Link Here
1284
1284
1285
=head1 AUTHOR
1285
=head1 AUTHOR
1286
1286
1287
Koha Development Team <http://koha-community.org/>
1287
Koha Development Team <https://koha-community.org/>
1288
1288
1289
Galen Charlton <galen.charlton@liblime.com>
1289
Galen Charlton <galen.charlton@liblime.com>
1290
1290
(-)a/C4/Circulation.pm (-2 / +2 lines)
Lines 16-22 package C4::Circulation; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use DateTime;
22
use DateTime;
Lines 4908-4913 __END__ Link Here
4908
4908
4909
=head1 AUTHOR
4909
=head1 AUTHOR
4910
4910
4911
Koha Development Team <http://koha-community.org/>
4911
Koha Development Team <https://koha-community.org/>
4912
4912
4913
=cut
4913
=cut
(-)a/C4/ClassSortRoutine.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 123-129 sub _get_class_sort_key { Link Here
123
123
124
=head1 AUTHOR
124
=head1 AUTHOR
125
125
126
Koha Development Team <http://koha-community.org/>
126
Koha Development Team <https://koha-community.org/>
127
127
128
=cut
128
=cut
129
129
(-)a/C4/ClassSortRoutine/Dewey.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine::Dewey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 97-103 sub get_class_sort_key { Link Here
97
97
98
=head1 AUTHOR
98
=head1 AUTHOR
99
99
100
Koha Development Team <http://koha-community.org/>
100
Koha Development Team <https://koha-community.org/>
101
101
102
=cut
102
=cut
103
103
(-)a/C4/ClassSortRoutine/Generic.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSortRoutine::Generic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 63-69 sub get_class_sort_key { Link Here
63
63
64
=head1 AUTHOR
64
=head1 AUTHOR
65
65
66
Koha Development Team <http://koha-community.org/>
66
Koha Development Team <https://koha-community.org/>
67
67
68
=cut
68
=cut
69
69
(-)a/C4/ClassSortRoutine/LCC.pm (-2 / +2 lines)
Lines 16-22 package C4::ClassSortRoutine::LCC; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
Lines 59-65 sub get_class_sort_key { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
65
65
(-)a/C4/ClassSource.pm (-2 / +2 lines)
Lines 14-20 package C4::ClassSource; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
Lines 175-180 sub GetClassSort { Link Here
175
175
176
=head1 AUTHOR
176
=head1 AUTHOR
177
177
178
Koha Development Team <http://koha-community.org/>
178
Koha Development Team <https://koha-community.org/>
179
179
180
=cut
180
=cut
(-)a/C4/ClassSplitRoutine.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 59-64 sub GetSplitRoutineNames { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
(-)a/C4/ClassSplitRoutine/Dewey.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::Dewey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 69-74 sub split_callnumber { Link Here
69
69
70
=head1 AUTHOR
70
=head1 AUTHOR
71
71
72
Koha Development Team <http://koha-community.org/>
72
Koha Development Team <https://koha-community.org/>
73
73
74
=cut
74
=cut
(-)a/C4/ClassSplitRoutine/Generic.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::Generic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 63-68 sub split_callnumber { Link Here
63
63
64
=head1 AUTHOR
64
=head1 AUTHOR
65
65
66
Koha Development Team <http://koha-community.org/>
66
Koha Development Team <https://koha-community.org/>
67
67
68
=cut
68
=cut
(-)a/C4/ClassSplitRoutine/LCC.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::LCC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Library::CallNumber::LC;
21
use Library::CallNumber::LC;
Lines 59-64 sub split_callnumber { Link Here
59
59
60
=head1 AUTHOR
60
=head1 AUTHOR
61
61
62
Koha Development Team <http://koha-community.org/>
62
Koha Development Team <https://koha-community.org/>
63
63
64
=cut
64
=cut
(-)a/C4/ClassSplitRoutine/RegEx.pm (-2 / +2 lines)
Lines 15-21 package C4::ClassSplitRoutine::RegEx; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 52-57 sub split_callnumber { Link Here
52
52
53
=head1 AUTHOR
53
=head1 AUTHOR
54
54
55
Koha Development Team <http://koha-community.org/>
55
Koha Development Team <https://koha-community.org/>
56
56
57
=cut
57
=cut
(-)a/C4/Context.pm (-1 / +1 lines)
Lines 15-21 package C4::Context; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Contract.pm (-2 / +2 lines)
Lines 15-21 package C4::Contract; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
Lines 161-166 __END__ Link Here
161
161
162
=head1 AUTHOR
162
=head1 AUTHOR
163
163
164
Koha Development Team <http://koha-community.org/>
164
Koha Development Team <https://koha-community.org/>
165
165
166
=cut
166
=cut
(-)a/C4/CourseReserves.pm (-1 / +1 lines)
Lines 13-19 package C4::CourseReserves; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Creators.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Creators/Batch.pm (-1 / +1 lines)
Lines 325-331 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
325
GNU General Public License for more details.
325
GNU General Public License for more details.
326
326
327
You should have received a copy of the GNU General Public License
327
You should have received a copy of the GNU General Public License
328
along with Koha; if not, see <http://www.gnu.org/licenses>.
328
along with Koha; if not, see <https://www.gnu.org/licenses>.
329
329
330
=head1 DISCLAIMER OF WARRANTY
330
=head1 DISCLAIMER OF WARRANTY
331
331
(-)a/C4/Creators/Layout.pm (-1 / +1 lines)
Lines 437-443 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
437
GNU General Public License for more details.
437
GNU General Public License for more details.
438
438
439
You should have received a copy of the GNU General Public License
439
You should have received a copy of the GNU General Public License
440
along with Koha; if not, see <http://www.gnu.org/licenses>.
440
along with Koha; if not, see <https://www.gnu.org/licenses>.
441
441
442
=head1 DISCLAIMER OF WARRANTY
442
=head1 DISCLAIMER OF WARRANTY
443
443
(-)a/C4/Creators/Lib.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators::Lib; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Storable qw( dclone );
21
use Storable qw( dclone );
(-)a/C4/Creators/PDF.pm (-1 / +1 lines)
Lines 15-21 package C4::Creators::PDF; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Creators/Profile.pm (-1 / +1 lines)
Lines 316-322 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
316
GNU General Public License for more details.
316
GNU General Public License for more details.
317
317
318
You should have received a copy of the GNU General Public License
318
You should have received a copy of the GNU General Public License
319
along with Koha; if not, see <http://www.gnu.org/licenses>.
319
along with Koha; if not, see <https://www.gnu.org/licenses>.
320
320
321
=head1 DISCLAIMER OF WARRANTY
321
=head1 DISCLAIMER OF WARRANTY
322
322
(-)a/C4/Creators/Template.pm (-1 / +1 lines)
Lines 438-444 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
438
GNU General Public License for more details.
438
GNU General Public License for more details.
439
439
440
You should have received a copy of the GNU General Public License
440
You should have received a copy of the GNU General Public License
441
along with Koha; if not, see <http://www.gnu.org/licenses>.
441
along with Koha; if not, see <https://www.gnu.org/licenses>.
442
442
443
=head1 DISCLAIMER OF WARRANTY
443
=head1 DISCLAIMER OF WARRANTY
444
444
(-)a/C4/External/Amazon.pm (-1 / +1 lines)
Lines 16-22 package C4::External::Amazon; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/External/BakerTaylor.pm (-1 / +1 lines)
Lines 16-22 package C4::External::BakerTaylor; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use XML::Simple;
21
use XML::Simple;
22
use LWP::Simple qw( get );
22
use LWP::Simple qw( get );
(-)a/C4/External/OverDrive.pm (-1 / +1 lines)
Lines 15-21 package C4::External::OverDrive; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/External/Syndetics.pm (-1 / +1 lines)
Lines 16-22 package C4::External::Syndetics; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use XML::Simple qw( XMLout );
21
use XML::Simple qw( XMLout );
22
use XML::LibXML;
22
use XML::LibXML;
(-)a/C4/Form/MessagingPreferences.pm (-2 / +2 lines)
Lines 15-21 package C4::Form::MessagingPreferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 166-172 L<C4::Members::Messaging>, F<admin/categories.pl>, F<opac/opac-messaging.pl>, F< Link Here
166
166
167
=head1 AUTHOR
167
=head1 AUTHOR
168
168
169
Koha Development Team <http://koha-community.org/>
169
Koha Development Team <https://koha-community.org/>
170
170
171
Galen Charlton <galen.charlton@liblime.com> refactoring code by Andrew Moore.
171
Galen Charlton <galen.charlton@liblime.com> refactoring code by Andrew Moore.
172
172
(-)a/C4/HTML5Media.pm (-1 / +1 lines)
Lines 15-21 package C4::HTML5Media; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Heading.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 294-300 sub _marc_format_handler { Link Here
294
294
295
=head1 AUTHOR
295
=head1 AUTHOR
296
296
297
Koha Development Team <http://koha-community.org/>
297
Koha Development Team <https://koha-community.org/>
298
298
299
Galen Charlton <galen.charlton@liblime.com>
299
Galen Charlton <galen.charlton@liblime.com>
300
300
(-)a/C4/Heading/MARC21.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 464-470 sub _get_display_heading { Link Here
464
464
465
=head1 AUTHOR
465
=head1 AUTHOR
466
466
467
Koha Development Team <http://koha-community.org/>
467
Koha Development Team <https://koha-community.org/>
468
468
469
Galen Charlton <galen.charlton@liblime.com>
469
Galen Charlton <galen.charlton@liblime.com>
470
470
(-)a/C4/Heading/UNIMARC.pm (-2 / +2 lines)
Lines 15-21 package C4::Heading::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use 5.010;
20
use 5.010;
21
use strict;
21
use strict;
Lines 210-216 sub _get_display_heading { Link Here
210
210
211
=head1 AUTHOR
211
=head1 AUTHOR
212
212
213
Koha Development Team <http://koha-community.org/>
213
Koha Development Team <https://koha-community.org/>
214
214
215
Jared Camins-Esakov <jcamins@cpbibliography.com>
215
Jared Camins-Esakov <jcamins@cpbibliography.com>
216
216
(-)a/C4/HoldsQueue.pm (-1 / +1 lines)
Lines 15-21 package C4::HoldsQueue; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# FIXME: expand perldoc, explain intended logic
20
# FIXME: expand perldoc, explain intended logic
21
21
(-)a/C4/ILSDI/Services.pm (-1 / +1 lines)
Lines 15-21 package C4::ILSDI::Services; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ImportBatch.pm (-2 / +2 lines)
Lines 15-21 package C4::ImportBatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 1885-1891 __END__ Link Here
1885
1885
1886
=head1 AUTHOR
1886
=head1 AUTHOR
1887
1887
1888
Koha Development Team <http://koha-community.org/>
1888
Koha Development Team <https://koha-community.org/>
1889
1889
1890
Galen Charlton <galen.charlton@liblime.com>
1890
Galen Charlton <galen.charlton@liblime.com>
1891
1891
(-)a/C4/ImportExportFramework.pm (-2 / +2 lines)
Lines 15-21 package C4::ImportExportFramework; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 1244-1250 __END__ Link Here
1244
1244
1245
=head1 AUTHOR
1245
=head1 AUTHOR
1246
1246
1247
Koha Development Team <http://koha-community.org/>
1247
Koha Development Team <https://koha-community.org/>
1248
1248
1249
=cut
1249
=cut
1250
1250
(-)a/C4/InstallAuth.pm (-1 / +1 lines)
Lines 15-21 package C4::InstallAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI::Session;
21
use CGI::Session;
(-)a/C4/Installer.pm (-2 / +2 lines)
Lines 15-21 package C4::Installer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 1193-1199 sub has_non_dynamic_row_format { Link Here
1193
C4::Installer is a refactoring of logic originally from installer/installer.pl, which was
1193
C4::Installer is a refactoring of logic originally from installer/installer.pl, which was
1194
originally written by Henri-Damien Laurant.
1194
originally written by Henri-Damien Laurant.
1195
1195
1196
Koha Development Team <http://koha-community.org/>
1196
Koha Development Team <https://koha-community.org/>
1197
1197
1198
Galen Charlton <galen.charlton@liblime.com>
1198
Galen Charlton <galen.charlton@liblime.com>
1199
1199
(-)a/C4/Installer/PerlModules.pm (-1 / +1 lines)
Lines 199-205 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
199
GNU General Public License for more details.
199
GNU General Public License for more details.
200
200
201
You should have received a copy of the GNU General Public License
201
You should have received a copy of the GNU General Public License
202
along with Koha; if not, see <http://www.gnu.org/licenses>.
202
along with Koha; if not, see <https://www.gnu.org/licenses>.
203
203
204
=head1 DISCLAIMER OF WARRANTY
204
=head1 DISCLAIMER OF WARRANTY
205
205
(-)a/C4/Installer/UpgradeBackup.pm (-2 / +2 lines)
Lines 15-21 package C4::Installer::UpgradeBackup; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Compare qw( compare );
21
use File::Compare qw( compare );
Lines 93-99 Code based on parts of ExtUtils::Install in order to Link Here
93
approximately track how it identifies files to
93
approximately track how it identifies files to
94
install.
94
install.
95
95
96
Koha Development Team <http://koha-community.org/>
96
Koha Development Team <https://koha-community.org/>
97
97
98
Galen Charlton <galen.charlton@liblime.com>
98
Galen Charlton <galen.charlton@liblime.com>
99
99
(-)a/C4/ItemCirculationAlertPreference.pm (-1 / +1 lines)
Lines 15-21 package C4::ItemCirculationAlertPreference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Items.pm (-1 / +1 lines)
Lines 16-22 package C4::Items; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/C4/Koha.pm (-1 / +1 lines)
Lines 17-23 package C4::Koha; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/C4/Labels/Label.pm (-1 / +1 lines)
Lines 857-863 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
857
GNU General Public License for more details.
857
GNU General Public License for more details.
858
858
859
You should have received a copy of the GNU General Public License
859
You should have received a copy of the GNU General Public License
860
along with Koha; if not, see <http://www.gnu.org/licenses>.
860
along with Koha; if not, see <https://www.gnu.org/licenses>.
861
861
862
=head1 DISCLAIMER OF WARRANTY
862
=head1 DISCLAIMER OF WARRANTY
863
863
(-)a/C4/Languages.pm (-1 / +1 lines)
Lines 16-22 package C4::Languages; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Letters.pm (-1 / +1 lines)
Lines 15-21 package C4::Letters; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Linker.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Linker/Default.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::Default; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/FirstMatch.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::FirstMatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/LastMatch.pm (-1 / +1 lines)
Lines 15-21 package C4::Linker::LastMatch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Log.pm (-2 / +2 lines)
Lines 18-24 package C4::Log; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
Lines 203-208 __END__ Link Here
203
203
204
=head1 AUTHOR
204
=head1 AUTHOR
205
205
206
Koha Development Team <http://koha-community.org/>
206
Koha Development Team <https://koha-community.org/>
207
207
208
=cut
208
=cut
(-)a/C4/MarcModificationTemplates.pm (-1 / +1 lines)
Lines 15-21 package C4::MarcModificationTemplates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Matcher.pm (-2 / +2 lines)
Lines 15-21 package C4::Matcher; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 980-986 __END__ Link Here
980
980
981
=head1 AUTHOR
981
=head1 AUTHOR
982
982
983
Koha Development Team <http://koha-community.org/>
983
Koha Development Team <https://koha-community.org/>
984
984
985
Galen Charlton <galen.charlton@liblime.com>
985
Galen Charlton <galen.charlton@liblime.com>
986
986
(-)a/C4/Members.pm (-1 / +1 lines)
Lines 17-23 package C4::Members; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Context;
23
use C4::Context;
(-)a/C4/Members/Messaging.pm (-2 / +2 lines)
Lines 15-21 package C4::Members::Messaging; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
Lines 337-343 L<C4::Letters> Link Here
337
337
338
=head1 AUTHOR
338
=head1 AUTHOR
339
339
340
Koha Development Team <http://koha-community.org/>
340
Koha Development Team <https://koha-community.org/>
341
341
342
Andrew Moore <andrew.moore@liblime.com>
342
Andrew Moore <andrew.moore@liblime.com>
343
343
(-)a/C4/Members/Statistics.pm (-1 / +1 lines)
Lines 14-20 package C4::Members::Statistics; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/C4/Message.pm (-1 / +1 lines)
Lines 16-22 package C4::Message; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/OAI/Sets.pm (-1 / +1 lines)
Lines 15-21 package C4::OAI::Sets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Output.pm (-2 / +2 lines)
Lines 19-25 package C4::Output; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
# NOTE: I'm pretty sure this module is deprecated in favor of
24
# NOTE: I'm pretty sure this module is deprecated in favor of
25
# templates.
25
# templates.
Lines 438-443 __END__ Link Here
438
438
439
=head1 AUTHOR
439
=head1 AUTHOR
440
440
441
Koha Development Team <http://koha-community.org/>
441
Koha Development Team <https://koha-community.org/>
442
442
443
=cut
443
=cut
(-)a/C4/Output/JSONStream.pm (-1 / +1 lines)
Lines 15-21 package C4::Output::JSONStream; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Overdues.pm (-2 / +2 lines)
Lines 16-22 package C4::Overdues; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Date::Calc                    qw( Today );
22
use Date::Calc                    qw( Today );
Lines 898-903 __END__ Link Here
898
898
899
=head1 AUTHOR
899
=head1 AUTHOR
900
900
901
Koha Development Team <http://koha-community.org/>
901
Koha Development Team <https://koha-community.org/>
902
902
903
=cut
903
=cut
(-)a/C4/Patroncards/Lib.pm (-1 / +1 lines)
Lines 15-21 package C4::Patroncards::Lib; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Patroncards/Patroncard.pm (-1 / +1 lines)
Lines 15-21 package C4::Patroncards::Patroncard; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Record.pm (-1 / +1 lines)
Lines 17-23 package C4::Record; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/C4/Reports.pm (-1 / +1 lines)
Lines 15-21 package C4::Reports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/C4/Reports/Guided.pm (-1 / +1 lines)
Lines 15-21 package C4::Reports::Guided; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Reserves.pm (-2 / +2 lines)
Lines 18-24 package C4::Reserves; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
Lines 2340-2346 sub GetMaxPatronHoldsForRecord { Link Here
2340
2340
2341
=head1 AUTHOR
2341
=head1 AUTHOR
2342
2342
2343
Koha Development Team <http://koha-community.org/>
2343
Koha Development Team <https://koha-community.org/>
2344
2344
2345
=cut
2345
=cut
2346
2346
(-)a/C4/Ris.pm (-1 / +1 lines)
Lines 55-61 package C4::Ris; Link Here
55
# GNU General Public License for more details.
55
# GNU General Public License for more details.
56
#
56
#
57
# You should have received a copy of the GNU General Public License
57
# You should have received a copy of the GNU General Public License
58
# along with Koha; if not, see <http://www.gnu.org/licenses>.
58
# along with Koha; if not, see <https://www.gnu.org/licenses>.
59
#
59
#
60
#
60
#
61
61
(-)a/C4/RotatingCollections.pm (-1 / +1 lines)
Lines 20-26 package C4::RotatingCollections; Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
26
(-)a/C4/SIP/ILS/Transaction/FeePayment.pm (-1 / +1 lines)
Lines 18-24 use strict; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Try::Tiny;
23
use Try::Tiny;
24
24
(-)a/C4/SMS.pm (-1 / +1 lines)
Lines 17-23 package C4::SMS; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/C4/Scheduler.pm (-1 / +1 lines)
Lines 15-21 package C4::Scheduler; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/C4/Scrubber.pm (-1 / +1 lines)
Lines 17-23 package C4::Scrubber; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Search.pm (-2 / +2 lines)
Lines 13-19 package C4::Search; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
Lines 2364-2369 __END__ Link Here
2364
2364
2365
=head1 AUTHOR
2365
=head1 AUTHOR
2366
2366
2367
Koha Development Team <http://koha-community.org/>
2367
Koha Development Team <https://koha-community.org/>
2368
2368
2369
=cut
2369
=cut
(-)a/C4/Search/History.pm (-1 / +1 lines)
Lines 341-344 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
341
GNU General Public License for more details.
341
GNU General Public License for more details.
342
342
343
You should have received a copy of the GNU General Public License
343
You should have received a copy of the GNU General Public License
344
along with Koha; if not, see <http://www.gnu.org/licenses>.
344
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/C4/Search/PazPar2.pm (-2 / +2 lines)
Lines 15-21 package C4::Search::PazPar2; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 209-215 sub termlist { Link Here
209
209
210
=head1 AUTHOR
210
=head1 AUTHOR
211
211
212
Koha Development Team <http://koha-community.org/>
212
Koha Development Team <https://koha-community.org/>
213
213
214
Galen Charlton <galen.charlton@liblime.com>
214
Galen Charlton <galen.charlton@liblime.com>
215
215
(-)a/C4/Serials.pm (-2 / +2 lines)
Lines 16-22 package C4::Serials; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
Lines 2827-2832 __END__ Link Here
2827
2827
2828
=head1 AUTHOR
2828
=head1 AUTHOR
2829
2829
2830
Koha Development Team <http://koha-community.org/>
2830
Koha Development Team <https://koha-community.org/>
2831
2831
2832
=cut
2832
=cut
(-)a/C4/Serials/Frequency.pm (-1 / +1 lines)
Lines 15-21 package C4::Serials::Frequency; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Serials/Numberpattern.pm (-1 / +1 lines)
Lines 15-21 package C4::Serials::Numberpattern; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Service.pm (-1 / +1 lines)
Lines 15-21 package C4::Service; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/ShelfBrowser.pm (-1 / +1 lines)
Lines 15-21 package C4::ShelfBrowser; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/SocialData.pm (-1 / +1 lines)
Lines 13-19 package C4::SocialData; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Stats.pm (-2 / +2 lines)
Lines 15-21 package C4::Stats; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 64-69 __END__ Link Here
64
64
65
=head1 AUTHOR
65
=head1 AUTHOR
66
66
67
Koha Development Team <http://koha-community.org/>
67
Koha Development Team <https://koha-community.org/>
68
68
69
=cut
69
=cut
(-)a/C4/Suggestions.pm (-2 / +2 lines)
Lines 16-22 package C4::Suggestions; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
Lines 455-461 __END__ Link Here
455
455
456
=head1 AUTHOR
456
=head1 AUTHOR
457
457
458
Koha Development Team <http://koha-community.org/>
458
Koha Development Team <https://koha-community.org/>
459
459
460
=cut
460
=cut
461
461
(-)a/C4/TTParser.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accessible via next_token and peep_token
18
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accessible via next_token and peep_token
19
package C4::TTParser;
19
package C4::TTParser;
(-)a/C4/Tags.pm (-1 / +1 lines)
Lines 16-22 package C4::Tags; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Templates.pm (-1 / +1 lines)
Lines 21-27 use List::MoreUtils qw( uniq ); Link Here
21
# GNU General Public License for more details.
21
# GNU General Public License for more details.
22
#
22
#
23
# You should have received a copy of the GNU General Public License
23
# You should have received a copy of the GNU General Public License
24
# along with Koha; if not, see <http://www.gnu.org/licenses>.
24
# along with Koha; if not, see <https://www.gnu.org/licenses>.
25
25
26
=head1 NAME 
26
=head1 NAME 
27
27
(-)a/C4/TmplToken.pm (-1 / +1 lines)
Lines 15-21 package C4::TmplToken; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/TmplTokenType.pm (-1 / +1 lines)
Lines 15-21 package C4::TmplTokenType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
require Exporter;
21
require Exporter;
(-)a/C4/UsageStats.pm (-1 / +1 lines)
Lines 15-21 package C4::UsageStats; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/C4/Utils/DataTables/VirtualShelves.pm (-1 / +1 lines)
Lines 198-201 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
198
GNU General Public License for more details.
198
GNU General Public License for more details.
199
199
200
You should have received a copy of the GNU General Public License
200
You should have received a copy of the GNU General Public License
201
along with Koha; if not, see <http://www.gnu.org/licenses>.
201
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/C4/XISBN.pm (-1 / +1 lines)
Lines 16-22 package C4::XISBN; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use XML::Simple;
22
use XML::Simple;
(-)a/C4/XSLT.pm (-2 / +2 lines)
Lines 19-25 package C4::XSLT; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
Lines 419-424 __END__ Link Here
419
419
420
Joshua Ferraro <jmf@liblime.com>
420
Joshua Ferraro <jmf@liblime.com>
421
421
422
Koha Development Team <http://koha-community.org/>
422
Koha Development Team <https://koha-community.org/>
423
423
424
=cut
424
=cut
(-)a/Koha.pm (-1 / +1 lines)
Lines 16-22 package Koha; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Account.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Credit.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::Credit; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/CreditType.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::CreditType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/CreditTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::CreditTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Credits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Credits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Debit.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::Debit; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/DebitType.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::DebitType; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/DebitTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Account::DebitTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Account/Debits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Debits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Line.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Line; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Lines.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Lines; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Offset.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Offset; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Account/Offsets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Account::Offsets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Basket.pm (-1 / +1 lines)
Lines 15-21 package Koha::Acquisition::Basket; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Acquisition/BasketGroup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::BasketGroup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/BasketGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::BasketGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Baskets.pm (-1 / +1 lines)
Lines 15-21 package Koha::Acquisition::Baskets; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Acquisition/Bookseller.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Alias.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Alias; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Aliases.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Aliases; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Interface.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Interface; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Encode qw(decode_utf8);
19
use Encode qw(decode_utf8);
(-)a/Koha/Acquisition/Bookseller/Interfaces.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Interfaces; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Issue.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Issue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Bookseller/Issues.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Bookseller::Issues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Booksellers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Booksellers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Budget.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Budget; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Budgets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Budgets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Currencies.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Currencies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Currency.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Currency; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Fund.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Fund; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Funds.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Funds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice/Adjustment.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice::Adjustment; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Invoice/Adjustments.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoice::Adjustments; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Koha::Acquisition::Invoice::Adjustment;
19
use Koha::Acquisition::Invoice::Adjustment;
(-)a/Koha/Acquisition/Invoices.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Invoices; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order/Claim.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order::Claim; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Order/Claims.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Order::Claims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Acquisition/Orders.pm (-1 / +1 lines)
Lines 13-19 package Koha::Acquisition::Orders; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ActionLog.pm (-1 / +1 lines)
Lines 15-21 package Koha::ActionLog; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ActionLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::ActionLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContent.pm (-1 / +1 lines)
Lines 15-21 package Koha::AdditionalContent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContents.pm (-1 / +1 lines)
Lines 15-21 package Koha::AdditionalContents; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AdditionalContentsLocalization.pm (-1 / +1 lines)
Lines 13-19 package Koha::AdditionalContentsLocalization; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AdditionalContentsLocalizations.pm (-1 / +1 lines)
Lines 13-19 package Koha::AdditionalContentsLocalizations; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AdditionalField.pm (-2 / +2 lines)
Lines 93-99 sub _type { 'AdditionalField' } Link Here
93
93
94
=head1 AUTHOR
94
=head1 AUTHOR
95
95
96
Koha Development Team <http://koha-community.org/>
96
Koha Development Team <https://koha-community.org/>
97
97
98
=head1 COPYRIGHT AND LICENSE
98
=head1 COPYRIGHT AND LICENSE
99
99
Lines 111-117 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
111
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
111
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
112
112
113
You should have received a copy of the GNU General Public License along
113
You should have received a copy of the GNU General Public License along
114
with Koha; if not, see <http://www.gnu.org/licenses>.
114
with Koha; if not, see <https://www.gnu.org/licenses>.
115
115
116
=head1 SEE ALSO
116
=head1 SEE ALSO
117
117
(-)a/Koha/AdditionalFieldValue.pm (-2 / +2 lines)
Lines 38-44 sub _type { 'AdditionalFieldValue' } Link Here
38
38
39
=head1 AUTHOR
39
=head1 AUTHOR
40
40
41
Koha Development Team <http://koha-community.org/>
41
Koha Development Team <https://koha-community.org/>
42
42
43
=head1 COPYRIGHT AND LICENSE
43
=head1 COPYRIGHT AND LICENSE
44
44
Lines 56-62 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
56
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
56
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
57
57
58
You should have received a copy of the GNU General Public License along
58
You should have received a copy of the GNU General Public License along
59
with Koha; if not, see <http://www.gnu.org/licenses>.
59
with Koha; if not, see <https://www.gnu.org/licenses>.
60
60
61
=head1 SEE ALSO
61
=head1 SEE ALSO
62
62
(-)a/Koha/AdditionalFieldValues.pm (-2 / +2 lines)
Lines 24-30 sub object_class { 'Koha::AdditionalFieldValue' } Link Here
24
24
25
=head1 AUTHOR
25
=head1 AUTHOR
26
26
27
Koha Development Team <http://koha-community.org/>
27
Koha Development Team <https://koha-community.org/>
28
28
29
=head1 COPYRIGHT AND LICENSE
29
=head1 COPYRIGHT AND LICENSE
30
30
Lines 42-48 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
43
43
44
You should have received a copy of the GNU General Public License along
44
You should have received a copy of the GNU General Public License along
45
with Koha; if not, see <http://www.gnu.org/licenses>.
45
with Koha; if not, see <https://www.gnu.org/licenses>.
46
46
47
=head1 SEE ALSO
47
=head1 SEE ALSO
48
48
(-)a/Koha/AdditionalFields.pm (-2 / +2 lines)
Lines 24-30 sub object_class { 'Koha::AdditionalField' } Link Here
24
24
25
=head1 AUTHOR
25
=head1 AUTHOR
26
26
27
Koha Development Team <http://koha-community.org/>
27
Koha Development Team <https://koha-community.org/>
28
28
29
=head1 COPYRIGHT AND LICENSE
29
=head1 COPYRIGHT AND LICENSE
30
30
Lines 42-48 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
42
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
43
43
44
You should have received a copy of the GNU General Public License along
44
You should have received a copy of the GNU General Public License along
45
with Koha; if not, see <http://www.gnu.org/licenses>.
45
with Koha; if not, see <https://www.gnu.org/licenses>.
46
46
47
=head1 SEE ALSO
47
=head1 SEE ALSO
48
48
(-)a/Koha/AdvancedEditorMacro.pm (-1 / +1 lines)
Lines 12-18 package Koha::AdvancedEditorMacro; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/AdvancedEditorMacros.pm (-1 / +1 lines)
Lines 12-18 package Koha::AdvancedEditorMacros; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/ApiKey.pm (-1 / +1 lines)
Lines 15-21 package Koha::ApiKey; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ApiKeys.pm (-1 / +1 lines)
Lines 15-21 package Koha::ApiKeys; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Intranet.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Intranet; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Opac.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Opac; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Plugin/CGIBinKoha.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::CGIBinKoha; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/App/Plugin/CSRF.pm (-1 / +1 lines)
Lines 13-19 package Koha::App::Plugin::CSRF; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/App/Plugin/Language.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::Language; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/App/Plugin/RESTV1.pm (-1 / +1 lines)
Lines 15-21 package Koha::App::Plugin::RESTV1; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequest.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequest; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequest/Status.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequest::Status; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ArticleRequests.pm (-1 / +1 lines)
Lines 15-21 package Koha::ArticleRequests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AudioAlert.pm (-1 / +1 lines)
Lines 15-21 package Koha::AudioAlert; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AudioAlerts.pm (-1 / +1 lines)
Lines 15-21 package Koha::AudioAlerts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Client.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Client; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Client/OAuth.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Client::OAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/Domain.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::Domain; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/Domains.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::Domains; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/OAuth.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::OAuth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Provider/OIDC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Provider::OIDC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Identity/Providers.pm (-1 / +1 lines)
Lines 15-21 package Koha::Auth::Identity::Providers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Auth/Permissions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Auth::Permissions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Auth/TwoFactorAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Auth::TwoFactorAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use GD::Barcode;
19
use GD::Barcode;
(-)a/Koha/AuthUtils.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthUtils; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Crypt::Eksblowfish::Bcrypt qw( bcrypt en_base64 );
21
use Crypt::Eksblowfish::Bcrypt qw( bcrypt en_base64 );
(-)a/Koha/AuthorisedValue.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthorisedValue; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/AuthorisedValueCategories.pm (-1 / +1 lines)
Lines 13-19 package Koha::AuthorisedValueCategories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AuthorisedValueCategory.pm (-1 / +1 lines)
Lines 13-19 package Koha::AuthorisedValueCategory; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/AuthorisedValues.pm (-1 / +1 lines)
Lines 15-21 package Koha::AuthorisedValues; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authorities.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authorities; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority/ControlledIndicators.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::ControlledIndicators; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Authority/MergeRequest.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::MergeRequest; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Authority/MergeRequests.pm (-1 / +1 lines)
Lines 15-21 package Koha::Authority::MergeRequests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use MARC::File::XML;
21
use MARC::File::XML;
(-)a/Koha/Authority/Subfield.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Subfield; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Subfields.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Subfields; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Tag.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Tag; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Tags.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Tags; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Authority/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Authority::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Encode qw();
19
use Encode qw();
(-)a/Koha/BackgroundJob/BatchCancelHold.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchCancelHold; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchDeleteItem.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchDeleteItem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/BackgroundJob/BatchUpdateAuthority.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateAuthority; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateBiblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateBiblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/BatchUpdateItem.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::BatchUpdateItem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::MoreUtils qw( uniq );
19
use List::MoreUtils qw( uniq );
(-)a/Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::CreateEHoldingsFromBiblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use JSON qw( decode_json encode_json );
19
use JSON qw( decode_json encode_json );
(-)a/Koha/BackgroundJob/ErmSushiHarvester.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::ErmSushiHarvester; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/ImportKBARTFile.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::ImportKBARTFile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use JSON         qw( decode_json encode_json );
19
use JSON         qw( decode_json encode_json );
(-)a/Koha/BackgroundJob/MARCImportCommitBatch.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::MARCImportCommitBatch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/MARCImportRevertBatch.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::MARCImportRevertBatch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/PseudonymizeStatistic.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::PseudonymizeStatistic; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJob/StageMARCForImport.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::StageMARCForImport; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Try::Tiny;
19
use Try::Tiny;
(-)a/Koha/BackgroundJob/UpdateElasticIndex.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJob::UpdateElasticIndex; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BackgroundJobs.pm (-1 / +1 lines)
Lines 13-19 package Koha::BackgroundJobs; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Biblio/ItemGroup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroup/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroup/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroup::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/ItemGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::ItemGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblio/Metadata/Extractor.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC/MARC21.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC::MARC21; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadata/Extractor/MARC/UNIMARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblio::Metadata::Extractor::MARC::UNIMARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Biblio/Metadatas.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblio::Metadatas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioFramework.pm (-1 / +1 lines)
Lines 13-19 package Koha::BiblioFramework; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioFrameworks.pm (-1 / +1 lines)
Lines 13-19 package Koha::BiblioFrameworks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/BiblioUtils.pm (-1 / +1 lines)
Lines 17-23 package Koha::BiblioUtils; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/Biblioitem.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblioitem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblioitems.pm (-1 / +1 lines)
Lines 13-19 package Koha::Biblioitems; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Biblios.pm (-1 / +1 lines)
Lines 15-21 package Koha::Biblios; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Booking.pm (-1 / +1 lines)
Lines 15-21 package Koha::Booking; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Bookings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Bookings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Cache.pm (-1 / +1 lines)
Lines 16-22 package Koha::Cache; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Cache/Memory/Lite.pm (-1 / +1 lines)
Lines 15-21 package Koha::Cache::Memory::Lite; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Cache/Object.pm (-1 / +1 lines)
Lines 15-21 package Koha::Cache::Object; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Caches.pm (-1 / +1 lines)
Lines 13-19 package Koha::Caches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Calendar.pm (-1 / +1 lines)
Lines 577-580 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
577
GNU General Public License for more details.
577
GNU General Public License for more details.
578
578
579
You should have received a copy of the GNU General Public License
579
You should have received a copy of the GNU General Public License
580
along with Koha; if not, see <http://www.gnu.org/licenses>.
580
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/Koha/Cash/Register.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Action.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Action; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Actions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Actions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Cashup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Cashup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Register/Cashups.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Register::Cashups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Cash/Registers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cash::Registers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Charges/Fees.pm (-1 / +1 lines)
Lines 15-21 package Koha::Charges::Fees; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Charges/Sales.pm (-1 / +1 lines)
Lines 15-21 package Koha::Charges::Sales; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkout.pm (-1 / +1 lines)
Lines 16-22 package Koha::Checkout; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Checkouts.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/Renewal.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::Renewal; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/Renewals.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::Renewals; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with oha; if not, see <http://www.gnu.org/licenses>.
18
# along with oha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/ReturnClaim.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::ReturnClaim; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Checkouts/ReturnClaims.pm (-1 / +1 lines)
Lines 15-21 package Koha::Checkouts::ReturnClaims; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CirculationRule.pm (-1 / +1 lines)
Lines 15-21 package Koha::CirculationRule; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CirculationRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::CirculationRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( croak );
21
use Carp qw( croak );
(-)a/Koha/Cities.pm (-1 / +1 lines)
Lines 13-19 package Koha::Cities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/City.pm (-1 / +1 lines)
Lines 13-19 package Koha::City; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSortRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSortRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSortRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSortRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSource.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSource; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSources.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSplitRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSplitRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ClassSplitRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::ClassSplitRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Club.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollment/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollment::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Enrollments.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Enrollments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold/PatronHold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold::PatronHold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Hold/PatronHolds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Hold::PatronHolds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/EnrollmentField.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::EnrollmentField; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/EnrollmentFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::EnrollmentFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/Field.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::Field; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Template/Fields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Template::Fields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Club/Templates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Club::Templates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Clubs.pm (-1 / +1 lines)
Lines 15-21 package Koha::Clubs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CodeList/Unimarc/MediumOfPerformance.pm (-1 / +1 lines)
Lines 13-19 package Koha::CodeList::Unimarc::MediumOfPerformance; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use utf8;
19
use utf8;
(-)a/Koha/Config.pm (-1 / +1 lines)
Lines 13-19 package Koha::Config; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Config/SysPref.pm (-1 / +1 lines)
Lines 15-21 package Koha::Config::SysPref; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Config/SysPrefs.pm (-1 / +1 lines)
Lines 15-21 package Koha::Config::SysPrefs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/CookieManager.pm (-1 / +1 lines)
Lines 15-21 package Koha::CookieManager; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI::Cookie;
21
use CGI::Cookie;
(-)a/Koha/CoverImage.pm (-1 / +1 lines)
Lines 13-19 package Koha::CoverImage; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CoverImages.pm (-1 / +1 lines)
Lines 13-19 package Koha::CoverImages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CsvProfile.pm (-1 / +1 lines)
Lines 13-19 package Koha::CsvProfile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CsvProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::CsvProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickup.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupIssue.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupIssue; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupIssues.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupIssues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupOpeningSlot.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupOpeningSlot; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupOpeningSlots.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupOpeningSlots; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupPolicies.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupPolicies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickupPolicy.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickupPolicy; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/CurbsidePickups.pm (-1 / +1 lines)
Lines 13-19 package Koha::CurbsidePickups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Database.pm (-1 / +1 lines)
Lines 16-22 package Koha::Database; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Database/Auditor.pm (-1 / +1 lines)
Lines 13-19 package Koha::Database::Auditor; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Database/Columns.pm (-1 / +1 lines)
Lines 13-19 package Koha::Database::Columns; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Koha::I18N qw( __ );
19
use Koha::I18N qw( __ );
(-)a/Koha/Database/Commenter.pm (-1 / +1 lines)
Lines 15-21 package Koha::Database::Commenter; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Slurp qw(read_file);
21
use File::Slurp qw(read_file);
(-)a/Koha/DateTime/Format/RFC3339.pm (-1 / +1 lines)
Lines 13-19 package Koha::DateTime::Format::RFC3339; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/DateTime/Format/SQL.pm (-1 / +1 lines)
Lines 13-19 package Koha::DateTime::Format::SQL; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/DateUtils.pm (-1 / +1 lines)
Lines 14-20 package Koha::DateUtils; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use DateTime;
20
use DateTime;
(-)a/Koha/Desk.pm (-1 / +1 lines)
Lines 14-20 package Koha::Desk; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Desks.pm (-1 / +1 lines)
Lines 14-20 package Koha::Desks; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/EDI.pm (-1 / +1 lines)
Lines 15-21 package Koha::EDI; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/ERM/Agreement.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/License.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::License; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Period.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Period; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Periods.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Periods; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreement/Relationships.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreement::Relationships; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use DateTime;
19
use DateTime;
(-)a/Koha/ERM/Document.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Document; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Documents.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Documents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package/Agreement.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package::Agreement; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Package/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Package::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Packages.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Packages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Resource.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Resource; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Resources.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Resources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Title.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Title; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EHoldings/Titles.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::EHoldings::Titles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/EUsage/CounterFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterLog.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterLog; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/CounterLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::CounterLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/DefaultUsageReport.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::DefaultUsageReport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/DefaultUsageReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::DefaultUsageReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/MonthlyUsage.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::MonthlyUsage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/MonthlyUsages.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::MonthlyUsages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/SushiCounter.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::SushiCounter; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDataProvider.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDataProvider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDataProviders.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDataProviders; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDatabase.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDatabase; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageDatabases.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageDatabases; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsagePlatform.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsagePlatform; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsagePlatforms.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsagePlatforms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageTitle.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageTitle; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/UsageTitles.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::UsageTitles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/YearlyUsage.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::YearlyUsage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/EUsage/YearlyUsages.pm (-1 / +1 lines)
Lines 15-21 package Koha::ERM::EUsage::YearlyUsages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ERM/License.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::License; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/UserRole.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::UserRole; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ERM/UserRoles.pm (-1 / +1 lines)
Lines 13-19 package Koha::ERM::UserRoles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/File.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/File/Error.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File::Error; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/File/Errors.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::File::Errors; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/Files.pm (-1 / +1 lines)
Lines 13-19 package Koha::Edifact::Files; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Edifact/Line.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Line; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Message.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Message; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Order.pm (-1 / +1 lines)
Lines 19-25 use utf8; Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Carp qw( carp );
24
use Carp qw( carp );
25
use DateTime;
25
use DateTime;
(-)a/Koha/Edifact/Segment.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Segment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/Koha/Edifact/Transport.pm (-1 / +1 lines)
Lines 15-21 package Koha::Edifact::Transport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Email.pm (-1 / +1 lines)
Lines 16-22 package Koha::Email; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Encryption.pm (-1 / +1 lines)
Lines 15-21 package Koha::Encryption; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Exception.pm (-1 / +1 lines)
Lines 15-21 package Koha::Exception; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Exceptions/Account.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Account; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Acquisition/Basket.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Acquisition::Basket; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/ArticleRequest.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::ArticleRequest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Auth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Auth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/BackgroundJob.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::BackgroundJob; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Checkin.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Checkin; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Checkouts/ReturnClaims.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Checkouts::ReturnClaims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/CirculationRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::CirculationRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/CurbsidePickup.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::CurbsidePickup; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/ERM/EUsage/CounterFile.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::ERM::EUsage::CounterFile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Elasticsearch.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Elasticsearch; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Hold.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Hold; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Ill.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Ill; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Item/Bundle.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Item::Bundle; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Item/Transfer.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Item::Transfer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Object.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Object; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/Category.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::Category; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/MessagePreference.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::MessagePreference; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/MessagePreference/Transport.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::MessagePreference::Transport; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Patron/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Patron::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Plugin.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Plugin; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Preservation.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Preservation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Suggestion.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Suggestion; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/SysPref.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::SysPref; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Token.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Token; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/TransferLimit.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::TransferLimit; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/Virtualshelf.pm (-1 / +1 lines)
Lines 13-19 package Koha::Exceptions::Virtualshelf; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Exceptions/XSLT.pm (-1 / +1 lines)
Lines 15-21 package Koha::Exceptions::XSLT; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Exception;
21
use Koha::Exception;
(-)a/Koha/Exporter/Record.pm (-1 / +1 lines)
Lines 295-298 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
295
GNU General Public License for more details.
295
GNU General Public License for more details.
296
296
297
You should have received a copy of the GNU General Public License
297
You should have received a copy of the GNU General Public License
298
along with Koha; if not, see <http://www.gnu.org/licenses>.
298
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/Koha/ExternalContent.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::ExternalContent;
18
package Koha::ExternalContent;
19
19
(-)a/Koha/ExternalContent/OverDrive.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::ExternalContent::OverDrive;
18
package Koha::ExternalContent::OverDrive;
19
19
(-)a/Koha/Filter/MARC/EmbedItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::EmbedItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/EmbedItemsAvailability.pm (-1 / +1 lines)
Lines 13-19 package Koha::Filter::MARC::EmbedItemsAvailability; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::EmbedSeeFromHeadings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/ExpandCodedFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::ExpandCodedFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/Null.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::Null; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/TrimFields.pm (-1 / +1 lines)
Lines 15-21 package Koha::Filter::MARC::TrimFields; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/ViewPolicy.pm (-3 / +3 lines)
Lines 15-21 package Koha::Filter::MARC::ViewPolicy; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
Lines 284-290 These should all be installed if the koha-common package is installed or Koha is Link Here
284
=head1 BUGS AND LIMITATIONS
284
=head1 BUGS AND LIMITATIONS
285
285
286
This is the initial version. Please feel free to report bugs
286
This is the initial version. Please feel free to report bugs
287
at http://bugs.koha-community.org/.
287
at https://bugs.koha-community.org/.
288
288
289
=head1 AUTHOR
289
=head1 AUTHOR
290
290
Lines 307-313 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
307
GNU General Public License for more details.
307
GNU General Public License for more details.
308
308
309
You should have received a copy of the GNU General Public License
309
You should have received a copy of the GNU General Public License
310
along with Koha; if not, see <http://www.gnu.org/licenses>.
310
along with Koha; if not, see <https://www.gnu.org/licenses>.
311
311
312
=cut
312
=cut
313
313
(-)a/Koha/FrameworkPlugin.pm (-1 / +1 lines)
Lines 16-22 package Koha::FrameworkPlugin; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Hold.pm (-1 / +1 lines)
Lines 16-22 package Koha::Hold; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Hold/CancellationRequest.pm (-1 / +1 lines)
Lines 13-19 package Koha::Hold::CancellationRequest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Hold/CancellationRequests.pm (-1 / +1 lines)
Lines 13-19 package Koha::Hold::CancellationRequests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Hold/HoldsQueueItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::Hold::HoldsQueueItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Hold/HoldsQueueItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::Hold::HoldsQueueItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/I18N.pm (-1 / +1 lines)
Lines 15-21 package Koha::I18N; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Backend.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Backend; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Backend/Standard.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Backend::Standard; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use DateTime;
21
use DateTime;
(-)a/Koha/ILL/Batch.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Batch/Status.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch::Status; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Batch/Statuses.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batch::Statuses; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Batches.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Batches; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Comment.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Comment; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Comments.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Comments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/ILL/Request.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Attribute.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Attribute; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Attributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Attributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Config.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Config; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Logger.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Logger; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON qw( from_json to_json );
21
use JSON qw( from_json to_json );
(-)a/Koha/ILL/Request/SupplierUpdate.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::SupplierUpdate; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/SupplierUpdateProcessor.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::SupplierUpdateProcessor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/Availability.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::Availability; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/ConfirmAuto.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::ConfirmAuto; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/HistoryCheck.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::HistoryCheck; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Request/Workflow/TypeDisclaimer.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Request::Workflow::TypeDisclaimer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ILL/Requests.pm (-1 / +1 lines)
Lines 15-21 package Koha::ILL::Requests; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Import/Record.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Auth.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Auth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Auths.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Auths; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Match.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Match; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Record/Matches.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Record::Matches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Import/Records.pm (-1 / +1 lines)
Lines 13-19 package Koha::Import::Records; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ImportBatch.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatch; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Try::Tiny;
22
use Try::Tiny;
(-)a/Koha/ImportBatchProfile.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatchProfile; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/ImportBatchProfiles.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatchProfiles; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/ImportBatches.pm (-1 / +1 lines)
Lines 16-22 package Koha::ImportBatches; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Indexer/Utils.pm (-1 / +1 lines)
Lines 14-20 package Koha::Indexer::Utils; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/Koha/Installer/Output.pm (-1 / +1 lines)
Lines 15-21 package Koha::Installer::Output; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 15-21 package Koha::Item; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Item/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use MARC::Record;
19
use MARC::Record;
(-)a/Koha/Item/Template.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Template; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Templates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Templates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Transfer.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Transfer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Item/Transfer/Limit.pm (-1 / +1 lines)
Lines 14-20 package Koha::Item::Transfer::Limit; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Item/Transfer/Limits.pm (-1 / +1 lines)
Lines 14-20 package Koha::Item::Transfer::Limits; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Item/Transfers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Item::Transfers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ItemType.pm (-1 / +1 lines)
Lines 13-19 package Koha::ItemType; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ItemTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::ItemTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Items.pm (-1 / +1 lines)
Lines 15-21 package Koha::Items; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Array::Utils    qw( array_minus );
21
use Array::Utils    qw( array_minus );
(-)a/Koha/KeyboardShortcut.pm (-1 / +1 lines)
Lines 13-19 package Koha::KeyboardShortcut; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/KeyboardShortcuts.pm (-1 / +1 lines)
Lines 13-19 package Koha::KeyboardShortcuts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Language.pm (-1 / +1 lines)
Lines 15-21 package Koha::Language; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Libraries.pm (-1 / +1 lines)
Lines 15-21 package Koha::Libraries; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Group.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library::Group; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Groups.pm (-1 / +1 lines)
Lines 15-21 package Koha::Library::Groups; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Library/Hour.pm (-1 / +1 lines)
Lines 14-20 package Koha::Library::Hour; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Library/Hours.pm (-1 / +1 lines)
Lines 14-20 package Koha::Library::Hours; Link Here
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Library/OverDriveInfo.pm (-1 / +1 lines)
Lines 13-19 package Koha::Library::OverDriveInfo; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Library/OverDriveInfos.pm (-1 / +1 lines)
Lines 13-19 package Koha::Library::OverDriveInfos; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Linktracker.pm (-1 / +1 lines)
Lines 15-21 package Koha::Linktracker; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/List/Patron.pm (-1 / +1 lines)
Lines 15-21 package Koha::List::Patron; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Localization.pm (-1 / +1 lines)
Lines 13-19 package Koha::Localization; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Localizations.pm (-1 / +1 lines)
Lines 13-19 package Koha::Localizations; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Logger.pm (-1 / +1 lines)
Lines 16-22 package Koha::Logger; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/MarcOrder.pm (-1 / +1 lines)
Lines 15-21 package Koha::MarcOrder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Try::Tiny qw( catch try );
21
use Try::Tiny qw( catch try );
(-)a/Koha/MarcOrderAccount.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOrderAccount; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOrderAccounts.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOrderAccounts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOverlayRule.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOverlayRule; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcOverlayRules.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcOverlayRules; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::Util qw(first any);
19
use List::Util qw(first any);
(-)a/Koha/MarcSubfieldStructure.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcSubfieldStructure; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MarcSubfieldStructures.pm (-1 / +1 lines)
Lines 13-19 package Koha::MarcSubfieldStructures; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/MetaSearcher.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetaSearcher; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/MetadataIterator.pm (-1 / +1 lines)
Lines 17-23 package Koha::MetadataIterator; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/MetadataRecord.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetadataRecord; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/MetadataRecord/Authority.pm (-1 / +1 lines)
Lines 15-21 package Koha::MetadataRecord::Authority; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Middleware/CSRF.pm (-1 / +1 lines)
Lines 13-19 package Koha::Middleware::CSRF; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Middleware/RealIP.pm (-1 / +1 lines)
Lines 15-21 package Koha::Middleware::RealIP; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Middleware/SetEnv.pm (-1 / +1 lines)
Lines 15-21 package Koha::Middleware::SetEnv; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Misc/Files.pm (-1 / +1 lines)
Lines 17-23 package Koha::Misc::Files; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Notice/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Messages.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Messages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Template.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Template; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Templates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Notice::Templates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Notice/Util.pm (-1 / +1 lines)
Lines 15-21 package Koha::Notice::Util; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Data::Dumper qw/Dumper/;
21
use Data::Dumper qw/Dumper/;
(-)a/Koha/Number/Price.pm (-1 / +1 lines)
Lines 15-21 package Koha::Number::Price; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/OAI/Client/Harvester.pm (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
package Koha::OAI::Client::Harvester;
18
package Koha::OAI::Client::Harvester;
19
19
(-)a/Koha/OAI/Server/DeletedRecord.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::DeletedRecord;
19
package Koha::OAI::Server::DeletedRecord;
20
20
(-)a/Koha/OAI/Server/Description.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::Description;
19
package Koha::OAI::Server::Description;
20
20
(-)a/Koha/OAI/Server/GetRecord.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::GetRecord;
19
package Koha::OAI::Server::GetRecord;
20
20
(-)a/Koha/OAI/Server/Identify.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::Identify;
20
package Koha::OAI::Server::Identify;
21
21
(-)a/Koha/OAI/Server/ListBase.pm (-1 / +1 lines)
Lines 15-21 package Koha::OAI::Server::ListBase; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/OAI/Server/ListIdentifiers.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListIdentifiers;
20
package Koha::OAI::Server::ListIdentifiers;
21
21
(-)a/Koha/OAI/Server/ListMetadataFormats.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListMetadataFormats;
20
package Koha::OAI::Server::ListMetadataFormats;
21
21
(-)a/Koha/OAI/Server/ListRecords.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ListRecords;
20
package Koha::OAI::Server::ListRecords;
21
21
(-)a/Koha/OAI/Server/ListSets.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::ListSets;
19
package Koha::OAI::Server::ListSets;
20
20
(-)a/Koha/OAI/Server/Record.pm (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
package Koha::OAI::Server::Record;
19
package Koha::OAI::Server::Record;
20
20
(-)a/Koha/OAI/Server/Repository.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::Repository;
20
package Koha::OAI::Server::Repository;
21
21
(-)a/Koha/OAI/Server/ResumptionToken.pm (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Koha::OAI::Server::ResumptionToken;
20
package Koha::OAI::Server::ResumptionToken;
21
21
(-)a/Koha/OAIServer.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAIServer; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAIServers.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAIServers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuthAccessToken.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuthAccessToken; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OAuthAccessTokens.pm (-1 / +1 lines)
Lines 13-19 package Koha::OAuthAccessTokens; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object.pm (-1 / +1 lines)
Lines 16-22 package Koha::Object; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Object/Limit/Library.pm (-1 / +1 lines)
Lines 13-19 package Koha::Object::Limit::Library; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Object::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Object/Mixin/AdditionalFields.pm (-2 / +2 lines)
Lines 308-314 sub strings_map { Link Here
308
308
309
=head1 AUTHOR
309
=head1 AUTHOR
310
310
311
Koha Development Team <http://koha-community.org/>
311
Koha Development Team <https://koha-community.org/>
312
312
313
=head1 COPYRIGHT AND LICENSE
313
=head1 COPYRIGHT AND LICENSE
314
314
Lines 326-332 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
326
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
326
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
327
327
328
You should have received a copy of the GNU General Public License along
328
You should have received a copy of the GNU General Public License along
329
with Koha; if not, see <http://www.gnu.org/licenses>.
329
with Koha; if not, see <https://www.gnu.org/licenses>.
330
330
331
=cut
331
=cut
332
332
(-)a/Koha/Objects.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Objects/Limit/Library.pm (-1 / +1 lines)
Lines 13-19 package Koha::Objects::Limit::Library; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Objects/Mixin/AdditionalFields.pm (-2 / +2 lines)
Lines 88-94 sub extended_attributes_tablename_query { Link Here
88
88
89
=head1 AUTHOR
89
=head1 AUTHOR
90
90
91
Koha Development Team <http://koha-community.org/>
91
Koha Development Team <https://koha-community.org/>
92
92
93
=head1 COPYRIGHT AND LICENSE
93
=head1 COPYRIGHT AND LICENSE
94
94
Lines 106-112 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR Link Here
106
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
106
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
107
107
108
You should have received a copy of the GNU General Public License along
108
You should have received a copy of the GNU General Public License along
109
with Koha; if not, see <http://www.gnu.org/licenses>.
109
with Koha; if not, see <https://www.gnu.org/licenses>.
110
110
111
=cut
111
=cut
112
112
(-)a/Koha/Objects/Mixin/ExtendedAttributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects::Mixin::ExtendedAttributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Scalar::Util qw( reftype );
21
use Scalar::Util qw( reftype );
(-)a/Koha/Objects/Record/Collections.pm (-1 / +1 lines)
Lines 15-21 package Koha::Objects::Record::Collections; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblio/Metadata.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio::Metadata; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblio/Metadatas.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblio::Metadatas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblioitem.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblioitem; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblioitems.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblioitems; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Checkout.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Checkout; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Hold.pm (-1 / +1 lines)
Lines 15-21 package Koha::Old::Hold; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Old::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Old/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Patron.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Patron; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Old/Patrons.pm (-1 / +1 lines)
Lines 13-19 package Koha::Old::Patrons; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/OverdueRule.pm (-1 / +1 lines)
Lines 15-21 package Koha::OverdueRule; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/OverdueRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::OverdueRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron.pm (-1 / +1 lines)
Lines 16-22 package Koha::Patron; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Patron/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attribute/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attribute/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attribute::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Category.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Category; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Consent.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Consent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Consents.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Consents; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Debarments.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Debarments; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Files.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Files; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/HouseboundProfile.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundProfile; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundRole.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundRole; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundRoles.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundRoles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundVisit.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundVisit; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/HouseboundVisits.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::HouseboundVisits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Image.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Image; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Images.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Images; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Message.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Message; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/MessagePreference.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Attribute.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Attribute; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Attributes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Attributes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Preference.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Preference; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Preferences.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Preferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Type.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Type; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transport/Types.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transport::Types; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreference/Transports.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreference::Transports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/MessagePreferences.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::MessagePreferences; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Messages.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Messages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Modification.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Modification; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Patron/Modifications.pm (-1 / +1 lines)
Lines 14-20 package Koha::Patron::Modifications; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/Koha/Patron/Password/Recovery.pm (-1 / +1 lines)
Lines 15-21 package Koha::Patron::Password::Recovery; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Patron/Relationship.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Relationship; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Relationships.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Relationships; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction/Type.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction::Type; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restriction/Types.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restriction::Types; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patron/Restrictions.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patron::Restrictions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Patrons.pm (-1 / +1 lines)
Lines 16-22 package Koha::Patrons; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Patrons/Import.pm (-1 / +1 lines)
Lines 13-19 package Koha::Patrons::Import; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Moo;
19
use Moo;
(-)a/Koha/Plugins.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Data.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Data; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Datas.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Datas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Handler.pm (-1 / +1 lines)
Lines 15-21 package Koha::Plugins::Handler; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Method.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Method; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Plugins/Methods.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Methods; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Plugins/Tab.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugins::Tab; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Policy/Holds.pm (-1 / +1 lines)
Lines 15-21 package Koha::Policy::Holds; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Policy/Patrons/Cardnumber.pm (-1 / +1 lines)
Lines 15-21 package Koha::Policy::Patrons::Cardnumber; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Preservation/Processing.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processing/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processing/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processing::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Processings.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Processings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item/Attribute.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item::Attribute; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Item/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Item::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Train/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Train::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Preservation/Trains.pm (-1 / +1 lines)
Lines 13-19 package Koha::Preservation::Trains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/ProblemReport.pm (-1 / +1 lines)
Lines 15-21 package Koha::ProblemReport; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/ProblemReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::ProblemReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/PseudonymizedTransaction.pm (-1 / +1 lines)
Lines 12-18 package Koha::PseudonymizedTransaction; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/PseudonymizedTransactions.pm (-1 / +1 lines)
Lines 12-18 package Koha::PseudonymizedTransactions; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/Quote.pm (-1 / +1 lines)
Lines 13-19 package Koha::Quote; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Quotes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Quotes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Auth/IdP.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::Plugin::Auth::IdP; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/Plugin/Auth/PublicRoutes.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::Plugin::Auth::PublicRoutes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/Plugin/Exceptions.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Exceptions; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Objects.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Objects; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Pagination.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Pagination; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/PluginRoutes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::PluginRoutes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Query.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Query; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/Plugin/Responses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::Plugin::Responses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Baskets.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Baskets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Funds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Funds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Orders.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Orders; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendor::Edifact::Files; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendor/Issues.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendor::Issues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Acquisitions/Vendors.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Acquisitions::Vendors; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AdvancedEditorMacro.pm (-1 / +1 lines)
Lines 12-18 package Koha::REST::V1::AdvancedEditorMacro; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/REST/V1/ArticleRequests.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ArticleRequests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::Auth; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/Auth/Identity/Provider/Domains.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Identity::Provider::Domains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth/Identity/Providers.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Identity::Providers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Auth/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Auth::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AuthorisedValueCategories.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::AuthorisedValueCategories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/AuthorisedValues.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::AuthorisedValues; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Authorities.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Authorities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/BackgroundJobs.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::BackgroundJobs; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios/ItemGroups.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios::ItemGroups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Biblios/ItemGroups/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Biblios::ItemGroups::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Bookings.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Bookings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/CashRegisters/Cashups.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::CashRegisters::Cashups; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Cities.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Cities; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Clubs/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Clubs::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Config/SMTP/Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Config::SMTP::Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/DeletedBiblios.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::DeletedBiblios; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/Agreements.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Agreements; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/Documents.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Documents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Packages/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Packages::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Resources/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Resources::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles/EBSCO.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles::EBSCO; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EHoldings/Titles/Local.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::EHoldings::Titles::Local; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ERM/EUsage/CounterFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CounterLogs.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterLogs; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CounterRegistry.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CounterRegistry; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/CustomReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::CustomReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/DefaultUsageReports.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::DefaultUsageReports; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/SushiServices.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::SushiServices; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageDataProviders.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageDataProviders; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageDatabases.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageDatabases; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsagePlatforms.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsagePlatforms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/EUsage/UsageTitles.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::ERM::EUsage::UsageTitles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ERM/Licenses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ERM::Licenses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ExtendedAttributeTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ExtendedAttributeTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# IMPORTANT NOTE
18
# IMPORTANT NOTE
19
#
19
#
(-)a/Koha/REST/V1/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Backends.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Backends; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Batch/Statuses.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Batch::Statuses; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Batches.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Batches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ILL/Requests.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ILL::Requests; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ImportBatchProfiles.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ImportBatchProfiles; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ImportRecordMatches.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ImportRecordMatches; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/ItemTypes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ItemTypes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Libraries.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Libraries; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Lists.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Lists; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/OAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::OAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/OAuth/Client.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::OAuth::Client; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Account.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Account; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Attributes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Attributes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Checkouts.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Checkouts; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Holds.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Holds; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Password.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Password; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Password/Expiration.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Password::Expiration; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Patrons/Recalls.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Patrons::Recalls; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/Processings.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::Processings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/Trains.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::Trains; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Preservation/WaitingList.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Preservation::WaitingList; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Quotes.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Quotes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/RecordSources.pm (-1 / +1 lines)
Lines 15-21 package Koha::REST::V1::RecordSources; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/REST/V1/ReturnClaims.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::ReturnClaims; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/SearchFilter.pm (-1 / +1 lines)
Lines 12-18 package Koha::REST::V1::SearchFilter; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/REST/V1/Static.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Static; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/StockRotation/Rotas.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::StockRotation::Rotas; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/StockRotation/Stage.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::StockRotation::Stage; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/Tickets.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::Tickets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/TransferLimits.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::TransferLimits; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/REST/V1/TwoFactorAuth.pm (-1 / +1 lines)
Lines 13-19 package Koha::REST::V1::TwoFactorAuth; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Rating.pm (-1 / +1 lines)
Lines 13-19 package Koha::Rating; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ratings.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ratings; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Recall.pm (-1 / +1 lines)
Lines 15-21 package Koha::Recall; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Recalls.pm (-1 / +1 lines)
Lines 15-21 package Koha::Recalls; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use DateTime;
21
use DateTime;
(-)a/Koha/RecordProcessor.pm (-1 / +1 lines)
Lines 15-21 package Koha::RecordProcessor; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/RecordProcessor/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::RecordProcessor::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/RecordSource.pm (-1 / +1 lines)
Lines 16-22 package Koha::RecordSource; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/RecordSources.pm (-1 / +1 lines)
Lines 16-22 package Koha::RecordSources; Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Report.pm (-1 / +1 lines)
Lines 13-19 package Koha::Report; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Reports.pm (-1 / +1 lines)
Lines 13-19 package Koha::Reports; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Result/Boolean.pm (-1 / +1 lines)
Lines 16-22 package Koha::Result::Boolean; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Review.pm (-1 / +1 lines)
Lines 13-19 package Koha::Review; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Reviews.pm (-1 / +1 lines)
Lines 13-19 package Koha::Reviews; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SMS/Provider.pm (-1 / +1 lines)
Lines 15-21 package Koha::SMS::Provider; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SMS/Providers.pm (-1 / +1 lines)
Lines 15-21 package Koha::SMS::Providers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SMTP/Server.pm (-1 / +1 lines)
Lines 13-19 package Koha::SMTP::Server; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SMTP/Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::SMTP::Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Schema/Loader/mysql.pm (-1 / +1 lines)
Lines 17-23 package Koha::Schema::Loader::mysql; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Script.pm (-1 / +1 lines)
Lines 16-22 package Koha::Script; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/SearchEngine.pm (-1 / +1 lines)
Lines 17-23 package Koha::SearchEngine; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use Readonly qw( Readonly );
23
use Readonly qw( Readonly );
(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use base qw(Class::Accessor);
20
use base qw(Class::Accessor);
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Browse.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Browse; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Carp qw( carp croak );
20
use Carp qw( carp croak );
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Elasticsearch/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Elasticsearch::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate search object for your
20
# This is a shim that gives you the appropriate search object for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate query builder for your
20
# This is a shim that gives you the appropriate query builder for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This is a shim that gives you the appropriate search object for your
20
# This is a shim that gives you the appropriate search object for your
21
# system preference.
21
# system preference.
(-)a/Koha/SearchEngine/Zebra/Indexer.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::Indexer; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Biblio qw( ModZebra );        # FIXME This is terrible, we should move the indexation code outside of C4::Biblio
21
use C4::Biblio qw( ModZebra );        # FIXME This is terrible, we should move the indexation code outside of C4::Biblio
(-)a/Koha/SearchEngine/Zebra/QueryBuilder.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::QueryBuilder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SearchEngine/Zebra/Search.pm (-1 / +1 lines)
Lines 15-21 package Koha::SearchEngine::Zebra::Search; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SearchField.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchField; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchFields.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchFields; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchFilter.pm (-1 / +1 lines)
Lines 12-18 package Koha::SearchFilter; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
use JSON qw( encode_json decode_json );
18
use JSON qw( encode_json decode_json );
(-)a/Koha/SearchFilters.pm (-1 / +1 lines)
Lines 12-18 package Koha::SearchFilters; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/Koha/SearchMarcMap.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchMarcMap; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/SearchMarcMaps.pm (-1 / +1 lines)
Lines 13-19 package Koha::SearchMarcMaps; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Serial.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serial/Item.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial::Item; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serial/Items.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serial::Items; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Serials.pm (-1 / +1 lines)
Lines 15-21 package Koha::Serials; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Session.pm (-1 / +1 lines)
Lines 13-19 package Koha::Session; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI::Session;
19
use CGI::Session;
(-)a/Koha/SharedContent.pm (-1 / +1 lines)
Lines 15-21 package Koha::SharedContent; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use JSON qw( from_json to_json );
21
use JSON qw( from_json to_json );
(-)a/Koha/SimpleMARC.pm (-1 / +1 lines)
Lines 13-19 package Koha::SimpleMARC; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Sitemapper.pm (-1 / +1 lines)
Lines 16-22 package Koha::Sitemapper; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use Moo;
22
use Moo;
(-)a/Koha/Sitemapper/Writer.pm (-1 / +1 lines)
Lines 16-22 package Koha::Sitemapper::Writer; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Moo;
21
use Moo;
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/Koha/Statistic.pm (-1 / +1 lines)
Lines 15-21 package Koha::Statistic; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Statistics.pm (-1 / +1 lines)
Lines 13-19 package Koha::Statistics; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/StockRotationItem.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationItem; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationItems.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationItems; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationRota.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationRota; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationRotas.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationRotas; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationStage.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationStage; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/StockRotationStages.pm (-1 / +1 lines)
Lines 15-21 package Koha::StockRotationStages; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/Frequencies.pm (-1 / +1 lines)
Lines 13-19 package Koha::Subscription::Frequencies; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Subscription/Frequency.pm (-1 / +1 lines)
Lines 13-19 package Koha::Subscription::Frequency; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Subscription/Histories.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Histories; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/History.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::History; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Subscription/Numberpattern.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Numberpattern; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/Subscription/Numberpatterns.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscription::Numberpatterns; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Database;
21
use Koha::Database;
(-)a/Koha/Subscription/Routinglist.pm (-1 / +1 lines)
Lines 14-20 package Koha::Subscription::Routinglist; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Subscription/Routinglists.pm (-1 / +1 lines)
Lines 14-20 package Koha::Subscription::Routinglists; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Subscriptions.pm (-1 / +1 lines)
Lines 15-21 package Koha::Subscriptions; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Suggestion.pm (-1 / +1 lines)
Lines 15-21 package Koha::Suggestion; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/SuggestionEngine.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::AuthorityFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/ExplodedTerms.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::ExplodedTerms; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/LibrisSpellcheck.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::LibrisSpellcheck; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use LWP::UserAgent;
21
use LWP::UserAgent;
(-)a/Koha/SuggestionEngine/Plugin/Null.pm (-1 / +1 lines)
Lines 15-21 package Koha::SuggestionEngine::Plugin::Null; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Suggestions.pm (-1 / +1 lines)
Lines 15-21 package Koha::Suggestions; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Tag.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tag; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Approval.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Approval; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Approvals.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Approvals; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Index.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Index; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tags/Indexes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tags::Indexes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/AdditionalContents.pm (-1 / +1 lines)
Lines 17-23 package Koha::Template::Plugin::AdditionalContents; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Template/Plugin/Asset.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Asset; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/AudioAlerts.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::AudioAlerts; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/AuthClient.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::AuthClient; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/AuthorisedValues.pm (-1 / +1 lines)
Lines 14-20 package Koha::Template::Plugin::AuthorisedValues; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Template/Plugin/Biblio.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Biblio; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Branches.pm (-1 / +1 lines)
Lines 16-22 package Koha::Template::Plugin::Branches; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Template/Plugin/Categories.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Categories; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/CirculationRules.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::CirculationRules; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ClassSources.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::ClassSources; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Context.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Context; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Desks.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Desks; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ExtendedAttributeTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::ExtendedAttributeTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Frameworks.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Frameworks; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/HtmlId.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::HtmlId; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/HtmlScrubber.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::HtmlScrubber; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use base 'Template::Plugin::Filter';
19
use base 'Template::Plugin::Filter';
(-)a/Koha/Template/Plugin/HtmlTags.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::HtmlTags; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/I18N.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::I18N; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ItemTypes.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::ItemTypes; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/JSConsents.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::JSConsents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/Koha.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Koha; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaDates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::KohaDates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaPlugins.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::KohaPlugins; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/KohaSpan.pm (-1 / +1 lines)
Lines 16-22 package Koha::Template::Plugin::KohaSpan; Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/Koha/Template/Plugin/KohaTimes.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::KohaTimes; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Template::Plugin::Filter;
19
use Template::Plugin::Filter;
(-)a/Koha/Template/Plugin/Languages.pm (-1 / +1 lines)
Lines 14-20 package Koha::Template::Plugin::Languages; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/Koha/Template/Plugin/NoticeTemplates.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::NoticeTemplates; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Notices.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Notices; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Price.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Price; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Registers.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::Registers; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/Remove_MARC_punctuation.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::Remove_MARC_punctuation; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Template/Plugin/SafeURL.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::SafeURL; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use URI;
19
use URI;
(-)a/Koha/Template/Plugin/TablesSettings.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::TablesSettings; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/To.pm (-1 / +1 lines)
Lines 15-21 package Koha::Template::Plugin::To; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/raw.pm (-1 / +1 lines)
Lines 13-19 package Koha::Template::Plugin::raw; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/TemplateUtils.pm (-1 / +1 lines)
Lines 15-21 package Koha::TemplateUtils; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Ticket.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ticket/Update.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket::Update; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Ticket/Updates.pm (-1 / +1 lines)
Lines 13-19 package Koha::Ticket::Updates; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Tickets.pm (-1 / +1 lines)
Lines 13-19 package Koha::Tickets; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Token.pm (-1 / +1 lines)
Lines 17-23 package Koha::Token; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/TrackedLink.pm (-1 / +1 lines)
Lines 13-19 package Koha::TrackedLink; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/TrackedLinks.pm (-1 / +1 lines)
Lines 13-19 package Koha::TrackedLinks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/UI/Form/Builder/Biblio.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Form::Builder::Biblio; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use feature qw(fc);
19
use feature qw(fc);
(-)a/Koha/UI/Form/Builder/Item.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Form::Builder::Item; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use feature    qw(fc);
19
use feature    qw(fc);
(-)a/Koha/UI/Table/Builder/Items.pm (-1 / +1 lines)
Lines 13-19 package Koha::UI::Table::Builder::Items; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use List::MoreUtils qw( uniq );
19
use List::MoreUtils qw( uniq );
(-)a/Koha/UploadedFile.pm (-1 / +1 lines)
Lines 15-21 package Koha::UploadedFile; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use File::Spec;
21
use File::Spec;
(-)a/Koha/UploadedFiles.pm (-1 / +1 lines)
Lines 15-21 package Koha::UploadedFiles; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Uploader.pm (-1 / +1 lines)
Lines 17-23 package Koha::Uploader; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/Koha/Util/FrameworkPlugin.pm (-1 / +1 lines)
Lines 17-23 package Koha::Util::FrameworkPlugin; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
#
21
#
22
22
23
use Modern::Perl;
23
use Modern::Perl;
(-)a/Koha/Util/MARC.pm (-1 / +1 lines)
Lines 15-21 package Koha::Util::MARC; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Util/Navigation.pm (-1 / +1 lines)
Lines 15-21 package Koha::Util::Navigation; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/Koha/Util/Normalize.pm (-2 / +2 lines)
Lines 15-21 package Koha::Util::Normalize; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 128-134 __END__ Link Here
128
128
129
=head1 AUTHOR
129
=head1 AUTHOR
130
130
131
Koha Development Team <http://koha-community.org/>
131
Koha Development Team <https://koha-community.org/>
132
132
133
Tomas Cohen Arazi <tomascohen@theke.io>
133
Tomas Cohen Arazi <tomascohen@theke.io>
134
134
(-)a/Koha/Util/OpenDocument.pm (-2 / +2 lines)
Lines 15-21 package Koha::Util::OpenDocument; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 86-92 __END__ Link Here
86
86
87
=head1 AUTHOR
87
=head1 AUTHOR
88
88
89
Koha Development Team <http://koha-community.org/>
89
Koha Development Team <https://koha-community.org/>
90
90
91
Fridolin Somers <fridolin.somers@biblibre.com>
91
Fridolin Somers <fridolin.somers@biblibre.com>
92
92
(-)a/Koha/Util/StockRotation.pm (-1 / +1 lines)
Lines 17-23 package Koha::Util::StockRotation; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Virtualshelf.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelf; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfcontent.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfcontent; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfcontents.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfcontents; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfshare.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfshare; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelfshares.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelfshares; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Virtualshelves.pm (-1 / +1 lines)
Lines 13-19 package Koha::Virtualshelves; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/XSLT/Base.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::Base; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/XSLT/HTTPS.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::HTTPS; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/XSLT/Security.pm (-1 / +1 lines)
Lines 15-21 package Koha::XSLT::Security; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Z3950Responder.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/GenericSession.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::GenericSession; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/RPN.pm (-1 / +1 lines)
Lines 17-23 package Net::Z3950::RPN::Term; Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/Koha/Z3950Responder/Session.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::Session; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Responder/ZebraSession.pm (-1 / +1 lines)
Lines 15-21 package Koha::Z3950Responder::ZebraSession; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Z3950Server.pm (-1 / +1 lines)
Lines 13-19 package Koha::Z3950Server; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/Z3950Servers.pm (-1 / +1 lines)
Lines 13-19 package Koha::Z3950Servers; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/Koha/pdfformat/layout1page.pm (-1 / +1 lines)
Lines 15-21 package Koha::pdfformat::layout1page; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
20
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
21
use vars qw(@ISA @EXPORT);
21
use vars qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout2pages.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout2pages; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use vars qw(@ISA @EXPORT);
24
use vars qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout2pagesde.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout2pagesde; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use Modern::Perl;
24
use Modern::Perl;
(-)a/Koha/pdfformat/layout3pages.pm (-1 / +1 lines)
Lines 18-24 package Koha::pdfformat::layout3pages; Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
use vars            qw(@ISA @EXPORT);
24
use vars            qw(@ISA @EXPORT);
(-)a/Koha/pdfformat/layout3pagesfr.pm (-1 / +1 lines)
Lines 17-23 package Koha::pdfformat::layout3pagesfr; Link Here
17
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License along
20
# with Koha; if not, see <http://www.gnu.org/licenses>.
20
# with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
22
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
23
(-)a/LICENSE (-4 / +4 lines)
Lines 1-7 Link Here
1
                    GNU GENERAL PUBLIC LICENSE
1
                    GNU GENERAL PUBLIC LICENSE
2
                       Version 3, 29 June 2007
2
                       Version 3, 29 June 2007
3
3
4
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4
 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
 Everyone is permitted to copy and distribute verbatim copies
5
 Everyone is permitted to copy and distribute verbatim copies
6
 of this license document, but changing it is not allowed.
6
 of this license document, but changing it is not allowed.
7
7
Lines 645-651 the "copyright" line and a pointer to where the full notice is found. Link Here
645
    GNU General Public License for more details.
645
    GNU General Public License for more details.
646
646
647
    You should have received a copy of the GNU General Public License
647
    You should have received a copy of the GNU General Public License
648
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
648
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
649
649
650
Also add information on how to contact you by electronic and paper mail.
650
Also add information on how to contact you by electronic and paper mail.
651
651
Lines 664-674 might be different; for a GUI interface, you would use an "about box". Link Here
664
  You should also get your employer (if you work as a programmer) or school,
664
  You should also get your employer (if you work as a programmer) or school,
665
if any, to sign a "copyright disclaimer" for the program, if necessary.
665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666
For more information on this, and how to apply and follow the GNU GPL, see
666
For more information on this, and how to apply and follow the GNU GPL, see
667
<http://www.gnu.org/licenses/>.
667
<https://www.gnu.org/licenses/>.
668
668
669
  The GNU General Public License does not permit incorporating your program
669
  The GNU General Public License does not permit incorporating your program
670
into proprietary programs.  If your program is a subroutine library, you
670
into proprietary programs.  If your program is a subroutine library, you
671
may consider it more useful to permit linking proprietary applications with
671
may consider it more useful to permit linking proprietary applications with
672
the library.  If this is what you want to do, use the GNU Lesser General
672
the library.  If this is what you want to do, use the GNU Lesser General
673
Public License instead of this License.  But first, please read
673
Public License instead of this License.  But first, please read
674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
(-)a/README.md (-2 / +2 lines)
Lines 5-17 Koha is distributed under the GNU GPL version 3 or later. Link Here
5
5
6
**Note:** Koha does not accept pull requests from git hosting sites.
6
**Note:** Koha does not accept pull requests from git hosting sites.
7
7
8
**Note:** This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.
8
**Note:** This project has its own bug tracker, to report a bug or submit a patch visit https://bugs.koha-community.org.
9
9
10
For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch
10
For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch
11
11
12
The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook
12
The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook
13
13
14
http://koha-community.org/
14
https://koha-community.org/
15
15
16
16
17
![Koha Logo](https://wiki.koha-community.org/w/images/KohaILS.png)
17
![Koha Logo](https://wiki.koha-community.org/w/images/KohaILS.png)
(-)a/about.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/acqui/acqui-home.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/addorder.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/addorderiso2709.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/acqui/ajax-getauthvaluedropbox.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/basket.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use C4::Auth   qw( get_template_and_user haspermission );
24
use C4::Auth   qw( get_template_and_user haspermission );
(-)a/acqui/basketgroup.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/basketheader.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/booksellers.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/cancelorder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/check_budget_total.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/acqui/check_uniqueness.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script search in items table if a value for a given field exists.
20
# This script search in items table if a value for a given field exists.
21
# It is used in check_additem (additem.js)
21
# It is used in check_additem (additem.js)
(-)a/acqui/duplicate_orders.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/acqui/edifactmsgs.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/acqui/edimsg.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/acqui/finishreceive.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI      qw ( -utf8 );
24
use CGI      qw ( -utf8 );
(-)a/acqui/histsearch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/invoice-files.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/invoice.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/invoices.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/lateorders-export.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/acqui/lateorders.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/moddeliverydate.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/modordernotes.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/neworderempty.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/newordersubscription.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI             qw ( -utf8 );
21
use CGI             qw ( -utf8 );
(-)a/acqui/newordersuggestion.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/ordered.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/orderreceive.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/parcel.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/parcels.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/showorder.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/acqui/spent.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/transferorder.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>
20
# along with Koha; if not, see <https://www.gnu.org/licenses>
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/acqui/uncertainprice.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/vendor_issues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/acqui/vendors.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth   qw( get_template_and_user haspermission );
21
use C4::Auth   qw( get_template_and_user haspermission );
(-)a/acqui/z3950_search.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw/-utf8/;
23
use CGI qw/-utf8/;
(-)a/admin/additional-fields.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/admin-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/adveditorshortcuts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/admin/aqbudgetperiods.pl (-2 / +2 lines)
Lines 16-27 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 admin/aqbudgetperiods.pl
21
=head1 admin/aqbudgetperiods.pl
22
22
23
script to administer the budget periods table
23
script to administer the budget periods table
24
 This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
24
 This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
25
25
26
 ALGO :
26
 ALGO :
27
 this script use an $op to know what to do.
27
 this script use an $op to know what to do.
(-)a/admin/aqbudgets.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/admin/aqcontract.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/admin/aqplan.pl (-2 / +2 lines)
Lines 14-24 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
#script to administer the aqbudgets0 table
19
#script to administer the aqbudgets0 table
20
#written 20/02/2002 by paul.poulain@free.fr
20
#written 20/02/2002 by paul.poulain@free.fr
21
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
21
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI         qw ( -utf8 );
24
use CGI         qw ( -utf8 );
(-)a/admin/audio_alerts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/auth_subfields_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Output qw( output_html_with_http_headers );
21
use C4::Output qw( output_html_with_http_headers );
(-)a/admin/auth_tag_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/authorised_values.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/authtypes.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/admin/background_jobs.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/admin/biblio_framework.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/branch_transfer_limits.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/branches.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/cash_registers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/categories.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/admin/check_budget_parent.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/check_parent_total.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/checkmarc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Output qw( output_html_with_http_headers );
21
use C4::Output qw( output_html_with_http_headers );
(-)a/admin/cities.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/classsources.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#
20
#
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/admin/clone-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script clones issuing rules from a library to another
20
# This script clones issuing rules from a library to another
21
# parameters :
21
# parameters :
(-)a/admin/credit_types.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/curbside_pickup.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/admin/currency.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI      qw ( -utf8 );
23
use CGI      qw ( -utf8 );
(-)a/admin/debit_types.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/desks.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/edi_accounts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/edi_ean_accounts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/identity_providers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/ill_batch_statuses.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/admin/import_export_authtype.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/import_export_framework.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/item_circulation_alerts.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/items_search_field.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/items_search_fields.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/admin/itemtypes.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 admin/itemtypes.pl
21
=head1 admin/itemtypes.pl
22
22
(-)a/admin/koha2marclinks.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/admin/library_groups.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/localization.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/marc-overlay-rules.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/marc_order_accounts.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/admin/marc_subfields_structure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Encode     qw( encode_utf8 );
21
use Encode     qw( encode_utf8 );
(-)a/admin/marctagstructure.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/matching-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/admin/oai_servers.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# This script is used to maintain the OAI servers table.
18
# This script is used to maintain the OAI servers table.
19
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
19
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
(-)a/admin/oai_set_mappings.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/oai_sets.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/overdrive.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/admin/patron-attr-types.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#
20
#
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/admin/preferences.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/record_sources.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/restrictions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/search_filters.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/searchengine/elasticsearch/mappings.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI;
19
use CGI;
(-)a/admin/share_content.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/smart-rules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/sms_providers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/smtp_servers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/sru_modmapping.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/admin/systempreferences.pl (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
# script to administer the systempref table
3
# script to administer the systempref table
4
# written 20/02/2002 by paul.poulain@free.fr
4
# written 20/02/2002 by paul.poulain@free.fr
5
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
5
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
6
6
7
# Copyright 2000-2002 Katipo Communications
7
# Copyright 2000-2002 Katipo Communications
8
#
8
#
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 systempreferences.pl
24
=head1 systempreferences.pl
25
25
(-)a/admin/transfer_limits.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/transport-cost-matrix.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/admin/usage_statistics.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/admin/z3950servers.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# This script is used to maintain the Z3950 servers table.
21
# This script is used to maintain the Z3950 servers table.
22
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
22
# Parameter $op is operation: list, new, edit, add_validated, delete_confirmed.
(-)a/api/v1/app.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/authorities/auth_finder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/authorities-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/authorities/blinddetail-biblio-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail-biblio-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/merge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI                 qw ( -utf8 );
21
use CGI                 qw ( -utf8 );
(-)a/authorities/ysearch.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2011 BibLibre
5
# Copyright 2011 BibLibre
6
# Parts copyright 2012 Athens County Public Libraries
6
# Parts copyright 2012 Athens County Public Libraries
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 ysearch.pl
23
=head1 ysearch.pl
24
24
(-)a/basket/basket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/basket/downloadcart.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/basket/sendbasket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/bookings/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/ISBDdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/catalogue/MARCdetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/catalogue/detail.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/catalogue/getitem-ajax.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI  qw ( -utf8 );
21
use CGI  qw ( -utf8 );
(-)a/catalogue/image.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/catalogue/imageviewer.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/issuehistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/catalogue/item-export.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/catalogue/itemsearch.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI;
20
use CGI;
(-)a/catalogue/labeledMARCdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/catalogue/moredetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Koha qw( GetAuthorisedValues );
22
use C4::Koha qw( GetAuthorisedValues );
(-)a/catalogue/search-history.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/catalogue/search.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/catalogue/showelastic.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/catalogue/showmarc.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/catalogue/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 stockrotation.pl
20
=head1 stockrotation.pl
21
21
(-)a/catalogue/updateitem.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
22
use C4::Auth qw( checkauth );
22
use C4::Auth qw( checkauth );
(-)a/cataloguing/addbiblio.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI;
22
use CGI;
(-)a/cataloguing/addbooks.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 cataloguing:addbooks.pl
20
=head1 cataloguing:addbooks.pl
21
21
(-)a/cataloguing/additem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/cataloging-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/cataloguing/concerns.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/editor.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/cataloguing/linkitem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/merge.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/cataloguing/moveitem.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/plugin_launcher.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/cataloguing/value_builder/EXAMPLE.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/barcode.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/value_builder/barcode_manual.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/value_builder/callnumber-KU.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/callnumber.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/cn_browser.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/dateaccessioned.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI      qw ( -utf8 );
24
use CGI      qw ( -utf8 );
(-)a/cataloguing/value_builder/marc21_field_005.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_006.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_007.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_008.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_008_authorities.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth qw( get_template_and_user );
23
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_008_classifications.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Auth qw( get_template_and_user );
19
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/marc21_field_245h.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_field_260b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/marc21_leader.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/marc21_leader_authorities.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_linking_section.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/cataloguing/value_builder/marc21_orgcode.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use C4::Context;
24
use C4::Context;
(-)a/cataloguing/value_builder/stocknumber.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Context;
23
use C4::Context;
(-)a/cataloguing/value_builder/stocknumberAV.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/stocknumberam123.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/unimarc_field_009_ppn.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use LWP::Simple qw();
23
use LWP::Simple qw();
(-)a/cataloguing/value_builder/unimarc_field_010.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_100.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_100_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_105.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_106.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_110.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_115a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_115b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_116.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_117.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_120.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_121a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_121b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_122.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_123a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_123defg.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_123i.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_123j.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124d.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124e.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124f.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_124g.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_125b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_126b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_127.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_128c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_130.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_135a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_140.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_141.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_146a.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146b.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146c.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146d.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146e.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146f.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146h.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_146i.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_181-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181b.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_181c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_182-2.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/cataloguing/value_builder/unimarc_field_182a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_182c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_183-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_183a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_210c.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/cataloguing/value_builder/unimarc_field_210c_bis.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/unimarc_field_225a_bis.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 SYNOPSIS
18
=head1 SYNOPSIS
19
19
(-)a/cataloguing/value_builder/unimarc_field_283-2.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_283a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_field_325h.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
21
21
(-)a/cataloguing/value_builder/unimarc_field_325j.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
20
######### ATTENTION c'est le contenu du fichier unimarc_field_181-2.tt %] #############
21
21
(-)a/cataloguing/value_builder/unimarc_field_4XX.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
21
(-)a/cataloguing/value_builder/unimarc_field_686a.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_leader.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/unimarc_leader_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/upload.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/cataloguing/ysearch.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2007 Tamil s.a.r.l.
5
# Copyright 2007 Tamil s.a.r.l.
6
#
6
#
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 ysearch.pl
22
=head1 ysearch.pl
23
23
(-)a/cataloguing/z3950_auth_search.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/cataloguing/z3950_search.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/changelanguage.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/circ/add_message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/article-request-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/article-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/bookcount.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/circ/branchoverdues.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use C4::Context;
20
use C4::Context;
(-)a/circ/branchtransfers.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI             qw ( -utf8 );
24
use CGI             qw ( -utf8 );
(-)a/circ/checkout-notes.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/circulation-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
# FIXME There are too many calls to Koha::Patrons->find in this script
25
# FIXME There are too many calls to Koha::Patrons->find in this script
26
26
(-)a/circ/curbside_pickups.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/circ/del_message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/hold-transfer-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/circ/on-site_checkouts.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/circ/overdue.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Context;
22
use C4::Context;
(-)a/circ/pendingbookings.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/pendingreserves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/renew.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/request-article.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/reserveratios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/returns.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
=head1 returns.pl
24
=head1 returns.pl
25
25
(-)a/circ/set-library.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/circ/transfer-slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/circ/transfers_to_send.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Display items which have been triggered for transfer, but not yet sent.
20
# Display items which have been triggered for transfer, but not yet sent.
21
# CAVEAT: Currently limited to transfers prompted by stockrotation only.
21
# CAVEAT: Currently limited to transfers prompted by stockrotation only.
(-)a/circ/transferstoreceive.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/circ/view_holdsqueue.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 view_holdsqueue
18
=head1 view_holdsqueue
19
19
(-)a/circ/waitingreserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/clubs/club-enrollments.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/clubs-add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/clubs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/patron-clubs-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/patron-enroll.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/clubs/templates-add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/course_reserves/add_items.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/batch_add_items.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/batch_rm_items.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/course_reserves/course-details.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course-reserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/mod_course.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/debian/docs/koha-common.xml (-1 / +1 lines)
Lines 240-246 Link Here
240
  
240
  
241
  <refsect1><title>Bugs</title>
241
  <refsect1><title>Bugs</title>
242
  <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>
242
  <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>
243
  <para>Bugs can be reported here: <uri>http://bugs.koha-community.org/bugzilla3/</uri></para>
243
  <para>Bugs can be reported here: <uri>https://bugs.koha-community.org/bugzilla3/</uri></para>
244
  </refsect1>
244
  </refsect1>
245
245
246
  <refsect1><title>About Koha</title>
246
  <refsect1><title>About Koha</title>
(-)a/debian/docs/koha-create-dirs.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-create.xml (-2 / +2 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
Lines 445-451 Link Here
445
445
446
  <refsect1><title>Bugs</title>
446
  <refsect1><title>Bugs</title>
447
  <para>The program is a bit fragile. If something goes wrong, it does not clean up after itself.</para>
447
  <para>The program is a bit fragile. If something goes wrong, it does not clean up after itself.</para>
448
  <para>Bugs can be reported here: <uri>http://bugs.koha-community.org/bugzilla3/</uri></para>
448
  <para>Bugs can be reported here: <uri>https://bugs.koha-community.org/bugzilla3/</uri></para>
449
  </refsect1>
449
  </refsect1>
450
  
450
  
451
  <refsect1><title>Example</title>
451
  <refsect1><title>Example</title>
(-)a/debian/docs/koha-disable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-dump-defaults.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-dump.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-elasticsearch.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-email-disable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-email-enable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-enable.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-foreach.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-indexer.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-list.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-mysql.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-mysqlcheck.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-passwd.xml (-1 / +1 lines)
Lines 9-15 Link Here
9
        </personname>
9
        </personname>
10
        <affiliation>
10
        <affiliation>
11
            <orgname>The Koha Community</orgname>
11
            <orgname>The Koha Community</orgname>
12
            <uri>http://koha-community.org</uri>
12
            <uri>https://koha-community.org</uri>
13
        </affiliation>
13
        </affiliation>
14
    </author>
14
    </author>
15
</info>
15
</info>
(-)a/debian/docs/koha-plack.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha community</orgname>
6
  <orgname>The Koha community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-rebuild-zebra.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-remove.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-reset-passwd.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-restore.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-run-backups.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-sitemap.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha community</orgname>
6
  <orgname>The Koha community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-translate.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-upgrade-schema.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-upgrade-to-3.4.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/debian/docs/koha-zebra.xml (-1 / +1 lines)
Lines 4-10 Link Here
4
<productname>Koha</productname> is the first free software library automation package.
4
<productname>Koha</productname> is the first free software library automation package.
5
<author>
5
<author>
6
  <orgname>The Koha Community</orgname>
6
  <orgname>The Koha Community</orgname>
7
  <uri>http://koha-community.org/</uri>
7
  <uri>https://koha-community.org/</uri>
8
</author>
8
</author>
9
</info>
9
</info>
10
10
(-)a/docs/CAS/CASProxy/examples/koha_webservice.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_callback.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_data.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/erm/erm.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/errors/400.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/401.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/402.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/403.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/404.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/errors/500.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/etc/zebradb/explain-authorities.xml (-1 / +1 lines)
Lines 46-52 Link Here
46
   
46
   
47
    <history>
47
    <history>
48
      Created for Koha 3
48
      Created for Koha 3
49
      http://koha-community.org
49
      https://koha-community.org
50
    </history>
50
    </history>
51
51
52
    <implementation  identifier="zebra" version="1.4">
52
    <implementation  identifier="zebra" version="1.4">
(-)a/etc/zebradb/explain-biblios.xml (-1 / +1 lines)
Lines 46-52 Link Here
46
   
46
   
47
    <history>
47
    <history>
48
      Created for Koha 3
48
      Created for Koha 3
49
      http://koha-community.org
49
      https://koha-community.org
50
    </history>
50
    </history>
51
51
52
    <implementation  identifier="zebra" version="1.4">
52
    <implementation  identifier="zebra" version="1.4">
(-)a/help.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/ill/ill-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/fix_unclosed_nonaccruing_fines_bug17135.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/labels_upgrade.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/patroncards_upgrade.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/installer/data/mysql/updatedatabase.pl (-4 / +4 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
#
21
#
22
22
23
# Bugs/ToDo:
23
# Bugs/ToDo:
Lines 5747-5753 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
5747
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('CatalogModuleRelink',0,'If OFF the linker will never replace the authids that are set in the cataloging module.',NULL,'YesNo');"
5747
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('CatalogModuleRelink',0,'If OFF the linker will never replace the authids that are set in the cataloging module.',NULL,'YesNo');"
5748
    );
5748
    );
5749
    print
5749
    print
5750
        "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see http://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement wiki page for configuration update needed)\n";
5750
        "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see https://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement wiki page for configuration update needed)\n";
5751
    SetVersion($DBversion);
5751
    SetVersion($DBversion);
5752
}
5752
}
5753
5753
Lines 6906-6912 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
6906
6906
6907
    # preferences changes
6907
    # preferences changes
6908
    $dbh->do(
6908
    $dbh->do(
6909
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionMarker','','Markers for age restriction indication, e.g. FSK|PEGI|Age|. See: http://wiki.koha-community.org/wiki/Age_restriction',NULL,'free')"
6909
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionMarker','','Markers for age restriction indication, e.g. FSK|PEGI|Age|. See: https://wiki.koha-community.org/wiki/Age_restriction',NULL,'free')"
6910
    );
6910
    );
6911
    $dbh->do(
6911
    $dbh->do(
6912
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionOverride',0,'Allow staff to check out an item with age restriction.',NULL,'YesNo')"
6912
        "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AgeRestrictionOverride',0,'Allow staff to check out an item with age restriction.',NULL,'YesNo')"
Lines 22392-22398 if ( CheckVersion($DBversion) ) { Link Here
22392
$DBversion = '18.12.00.056';
22392
$DBversion = '18.12.00.056';
22393
if ( CheckVersion($DBversion) ) {
22393
if ( CheckVersion($DBversion) ) {
22394
    $dbh->do(
22394
    $dbh->do(
22395
        "UPDATE systempreferences SET explanation = 'This syspref allows to define custom rules for hiding specific items at the OPAC. See http://wiki.koha-community.org/wiki/OpacHiddenItems for more information.' WHERE variable = 'OpacHiddenItems'"
22395
        "UPDATE systempreferences SET explanation = 'This syspref allows to define custom rules for hiding specific items at the OPAC. See https://wiki.koha-community.org/wiki/OpacHiddenItems for more information.' WHERE variable = 'OpacHiddenItems'"
22396
    );
22396
    );
22397
    SetVersion($DBversion);
22397
    SetVersion($DBversion);
22398
    print "Upgrade to $DBversion done (Bug 8701 - Update OpacHiddenItems system preference description)\n";
22398
    print "Upgrade to $DBversion done (Bug 8701 - Update OpacHiddenItems system preference description)\n";
(-)a/installer/install.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use diagnostics;
21
use diagnostics;
(-)a/installer/onboarding.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.insertatcaret.js (-1 / +1 lines)
Lines 7-13 Link Here
7
 * http://alexking.org/blog/2003/06/02/inserting-at-the-cursor-using-javascript
7
 * http://alexking.org/blog/2003/06/02/inserting-at-the-cursor-using-javascript
8
 * http://www.mail-archive.com/jquery-en@googlegroups.com/msg08708.html
8
 * http://www.mail-archive.com/jquery-en@googlegroups.com/msg08708.html
9
 * Licensed under the GPL license:
9
 * Licensed under the GPL license:
10
 * http://www.gnu.org/licenses/gpl.html
10
 * https://www.gnu.org/licenses/gpl.html
11
 */
11
 */
12
;(function($) {
12
;(function($) {
13
13
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define', 'marc-record' ], function( defaultFramework, MARC ) {
20
define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define', 'marc-record' ], function( defaultFramework, MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/macros.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'macros/rancor' ], function( RancorMacro ) {
20
define( [ 'macros/rancor' ], function( RancorMacro ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/macros/rancor.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-editor' ], function( MARCEditor ) {
20
define( [ 'marc-editor' ], function( MARCEditor ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], function( MARC, KohaBackend, Preferences, TextMARC, Widget ) {
20
define( [ 'marc-record', 'koha-backend', 'preferences', 'text-marc', 'widget' ], function( MARC, KohaBackend, Preferences, TextMARC, Widget ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-mode.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
// Expected format: 245 _ 1 ‡aPizza ‡c34ars
20
// Expected format: 245 _ 1 ‡aPizza ‡c34ars
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-record.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
/**
20
/**
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/preferences.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( function() {
20
define( function() {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/resources.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'module' ], function( module ) {
20
define( [ 'module' ], function( module ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) {
20
define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/text-marc.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'marc-record' ], function( MARC ) {
20
define( [ 'marc-record' ], function( MARC ) {
(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js (-1 / +1 lines)
Lines 14-20 Link Here
14
 * GNU General Public License for more details.
14
 * GNU General Public License for more details.
15
 *
15
 *
16
 * You should have received a copy of the GNU General Public License
16
 * You should have received a copy of the GNU General Public License
17
 * along with Koha; if not, see <http://www.gnu.org/licenses>.
17
 * along with Koha; if not, see <https://www.gnu.org/licenses>.
18
 */
18
 */
19
19
20
define( [ 'resources' ], function( Resources ) {
20
define( [ 'resources' ], function( Resources ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="006" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="006" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
7
    <Position pos="00"><name>Form of material</name><description></description>
7
    <Position pos="00"><name>Form of material</name><description></description>
8
      <Value code="a"><description>Language material</description></Value>
8
      <Value code="a"><description>Language material</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="007" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="007" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="MPS"><name>Maps</name><description></description>
6
  <Material id="MPS"><name>Maps</name><description></description>
7
    <Position pos="00"><name>Category of material</name><description></description>
7
    <Position pos="00"><name>Category of material</name><description></description>
8
      <Value code="a"><description>Map</description></Value>
8
      <Value code="a"><description>Map</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<!DOCTYPE stylesheet>
3
<!DOCTYPE stylesheet>
4
4
5
<Tagfield tag="008" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="008" xmlns="https://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
6
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
7
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
7
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
8
    <Position pos="06"><name>Type of date/Publication status</name><description>One-character alphabetic code that indicates the type of dates given in 008/07-10 (Date 1) and 008/11-14 (Date 2). For continuing resources, the code in 008/06 also indicates the publication status.</description>
8
    <Position pos="06"><name>Type of date/Publication status</name><description>One-character alphabetic code that indicates the type of dates given in 008/07-10 (Date 1) and 008/11-14 (Date 2). For continuing resources, the code in 008/06 also indicates the publication status.</description>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
    [% INCLUDE 'messages.inc' %]
59
    [% INCLUDE 'messages.inc' %]
60
60
61
    <div id="login">
61
    <div id="login">
62
        <h1><a href="http://koha-community.org">Koha</a></h1>
62
        <h1><a href="https://koha-community.org">Koha</a></h1>
63
63
64
        [% SET StaffLoginInstructions = AdditionalContents.get( location => "StaffLoginInstructions", lang => lang ) %]
64
        [% SET StaffLoginInstructions = AdditionalContents.get( location => "StaffLoginInstructions", lang => lang ) %]
65
65
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
                                <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
114
                                <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
115
                            [% END %]
115
                            [% END %]
116
116
117
                            <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a></li>
117
                            <li><a href="https://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a></li>
118
                        </ul>
118
                        </ul>
119
                    </div>
119
                    </div>
120
                    [% IF ( Koha.Preference('Mana') == 2 ) %]
120
                    [% IF ( Koha.Preference('Mana') == 2 ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-1 / +1 lines)
Lines 85-91 Link Here
85
                            <!-- prettier-ignore-end -->
85
                            <!-- prettier-ignore-end -->
86
                    [% ELSE %]
86
                    [% ELSE %]
87
                        <div class="warning"
87
                        <div class="warning"
88
                            >The browser table is empty. this feature is not fully set-up. See the <a href="http://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure
88
                            >The browser table is empty. this feature is not fully set-up. See the <a href="https://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure
89
                            it.</div
89
                            it.</div
90
                        >
90
                        >
91
                    [% END # / IF have_hierarchy %]
91
                    [% END # / IF have_hierarchy %]
(-)a/labels/barcode-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/labels/label-create-csv.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 118-124 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
118
GNU General Public License for more details.
118
GNU General Public License for more details.
119
119
120
You should have received a copy of the GNU General Public License
120
You should have received a copy of the GNU General Public License
121
along with Koha; if not, see <http://www.gnu.org/licenses>.
121
along with Koha; if not, see <https://www.gnu.org/licenses>.
122
122
123
=head1 DISCLAIMER OF WARRANTY
123
=head1 DISCLAIMER OF WARRANTY
124
124
(-)a/labels/label-create-pdf.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 275-281 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
275
GNU General Public License for more details.
275
GNU General Public License for more details.
276
276
277
You should have received a copy of the GNU General Public License
277
You should have received a copy of the GNU General Public License
278
along with Koha; if not, see <http://www.gnu.org/licenses>.
278
along with Koha; if not, see <https://www.gnu.org/licenses>.
279
279
280
=head1 DISCLAIMER OF WARRANTY
280
=head1 DISCLAIMER OF WARRANTY
281
281
(-)a/labels/label-create-xml.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 132-138 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
132
GNU General Public License for more details.
132
GNU General Public License for more details.
133
133
134
You should have received a copy of the GNU General Public License
134
You should have received a copy of the GNU General Public License
135
along with Koha; if not, see <http://www.gnu.org/licenses>.
135
along with Koha; if not, see <https://www.gnu.org/licenses>.
136
136
137
=head1 DISCLAIMER OF WARRANTY
137
=head1 DISCLAIMER OF WARRANTY
138
138
(-)a/labels/label-edit-batch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-layout.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-profile.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-edit-range.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/label-edit-template.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-home.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-item-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/label-manage.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/labels/label-print.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/labels/spinelabel-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/labels/spinelabel-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/mainpage.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI        qw ( -utf8 );
23
use CGI        qw ( -utf8 );
(-)a/members/accountline-details.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/alert-subscriptions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/apikeys.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/boraccount.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use URI::Escape qw( uri_unescape );
24
use URI::Escape qw( uri_unescape );
(-)a/members/cancel-charge.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/default_messageprefs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/members/deletemem.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/members/discharge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/members/discharges.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/files.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/holdshistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/housebound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 housebound.pl
20
=head1 housebound.pl
21
21
(-)a/members/ill-requests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/mancredit.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/members/maninvoice.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use Try::Tiny   qw( catch try );
26
use Try::Tiny   qw( catch try );
(-)a/members/member.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use C4::Auth           qw( get_template_and_user );
25
use C4::Auth           qw( get_template_and_user );
(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# pragma
21
# pragma
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/members/members-home.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/members-update-do.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/members-update.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/merge-patrons.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/members/mod_debarment.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/moremember.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 moremember.pl
22
=head1 moremember.pl
23
23
(-)a/members/notices.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use C4::Auth   qw( get_template_and_user );
23
use C4::Auth   qw( get_template_and_user );
(-)a/members/patronimage.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/members/pay.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 pay.pl
22
=head1 pay.pl
23
23
(-)a/members/paycollect.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use URI::Escape qw( uri_escape uri_unescape );
21
use URI::Escape qw( uri_escape uri_unescape );
(-)a/members/print_overdues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/printfeercpt.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/members/printinvoice.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/members/printnotice.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/printslip.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 moremember.pl
21
=head1 moremember.pl
22
22
(-)a/members/purchase-suggestions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/members/readingrec.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/members/recallshistory.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
15
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/members/routing-lists.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/members/setstatus.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use Try::Tiny;
26
use Try::Tiny;
(-)a/members/statistics.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 members/statistics.pl
19
=head1 members/statistics.pl
20
20
(-)a/members/summary-print.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/two_factor_auth.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/members/update-child.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 updatechild.pl
20
=head1 updatechild.pl
21
21
(-)a/misc/add_date_fields_to_marc_records.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/admin/set_password.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/batchdeletebiblios.pl (-1 / +1 lines)
Lines 85-91 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
85
GNU General Public License for more details.
85
GNU General Public License for more details.
86
86
87
You should have received a copy of the GNU General Public License
87
You should have received a copy of the GNU General Public License
88
along with Koha; if not, see <http://www.gnu.org/licenses>.
88
along with Koha; if not, see <https://www.gnu.org/licenses>.
89
89
90
=head1 DISCLAIMER OF WARRANTY
90
=head1 DISCLAIMER OF WARRANTY
91
91
(-)a/misc/bin/connexion_import_daemon.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/advance_notices.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/archive_purchase_suggestions.pl (-1 / +1 lines)
Lines 185-190 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
185
GNU General Public License for more details.
185
GNU General Public License for more details.
186
186
187
You should have received a copy of the GNU General Public License
187
You should have received a copy of the GNU General Public License
188
along with Koha; if not, see <http://www.gnu.org/licenses>.
188
along with Koha; if not, see <https://www.gnu.org/licenses>.
189
189
190
=cut
190
=cut
(-)a/misc/cronjobs/automatic_checkin.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Koha::Checkouts;
21
use Koha::Checkouts;
(-)a/misc/cronjobs/automatic_item_modification_by_age.pl (-1 / +1 lines)
Lines 108-113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
108
GNU General Public License for more details.
108
GNU General Public License for more details.
109
109
110
You should have received a copy of the GNU General Public License
110
You should have received a copy of the GNU General Public License
111
along with Koha; if not, see <http://www.gnu.org/licenses>.
111
along with Koha; if not, see <https://www.gnu.org/licenses>.
112
112
113
=cut
113
=cut
(-)a/misc/cronjobs/automatic_renewals.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/batch_anonymise.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/cart_to_shelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/check-url-quick.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Pod::Usage   qw( pod2usage );
21
use Pod::Usage   qw( pod2usage );
(-)a/misc/cronjobs/cleanup_database.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/cloud-kw.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/cronjobs/create_koc_db.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/debar_patrons_with_fines.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/delete_items.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/delete_patrons.pl (-1 / +1 lines)
Lines 260-265 This file is part of Koha. Link Here
260
# GNU General Public License for more details.
260
# GNU General Public License for more details.
261
#
261
#
262
# You should have received a copy of the GNU General Public License
262
# You should have received a copy of the GNU General Public License
263
# along with Koha; if not, see <http://www.gnu.org/licenses>.
263
# along with Koha; if not, see <https://www.gnu.org/licenses>.
264
264
265
=cut
265
=cut
(-)a/misc/cronjobs/delete_records_via_leader.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
#-----------------------------------
20
#-----------------------------------
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/misc/cronjobs/edi_cron.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/cronjobs/erm_run_harvester.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/fines.pl (-1 / +1 lines)
Lines 24-30 Link Here
24
# GNU General Public License for more details.
24
# GNU General Public License for more details.
25
#
25
#
26
# You should have received a copy of the GNU General Public License
26
# You should have received a copy of the GNU General Public License
27
# along with Koha; if not, see <http://www.gnu.org/licenses>.
27
# along with Koha; if not, see <https://www.gnu.org/licenses>.
28
28
29
use strict;
29
use strict;
30
use warnings;
30
use warnings;
(-)a/misc/cronjobs/gather_print_notices.pl (-1 / +1 lines)
Lines 438-443 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
438
GNU General Public License for more details.
438
GNU General Public License for more details.
439
439
440
You should have received a copy of the GNU General Public License
440
You should have received a copy of the GNU General Public License
441
along with Koha; if not, see <http://www.gnu.org/licenses>.
441
along with Koha; if not, see <https://www.gnu.org/licenses>.
442
442
443
=cut
443
=cut
(-)a/misc/cronjobs/harvest_oai.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/cronjobs/holds/auto_unsuspend_holds.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/holds/cancel_expired_holds.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/holds/cancel_unfilled_holds.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/misc/cronjobs/holds/holds_reminder.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/import_webservice_batch.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/longoverdue.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
Lines 142-148 WARNING: Flippant use of this script could set all or most of the items in your Link Here
142
          patrons for them!
142
          patrons for them!
143
143
144
WARNING:  This script is known to be faulty.  It is NOT recommended to use multiple --lost options.
144
WARNING:  This script is known to be faulty.  It is NOT recommended to use multiple --lost options.
145
          See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2883
145
          See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2883
146
146
147
=cut
147
=cut
148
148
(-)a/misc/cronjobs/marc_ordering_process.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/membership_expiry.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/misc/cronjobs/notice_unprocessed_suggestions.pl (-1 / +1 lines)
Lines 138-143 This file is part of Koha. Link Here
138
# GNU General Public License for more details.
138
# GNU General Public License for more details.
139
#
139
#
140
# You should have received a copy of the GNU General Public License
140
# You should have received a copy of the GNU General Public License
141
# along with Koha; if not, see <http://www.gnu.org/licenses>.
141
# along with Koha; if not, see <https://www.gnu.org/licenses>.
142
142
143
=cut
143
=cut
(-)a/misc/cronjobs/overdue_notices.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/cronjobs/patron_emailer.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/misc/cronjobs/plugins_nightly.pl (-1 / +1 lines)
Lines 79-84 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
79
GNU General Public License for more details.
79
GNU General Public License for more details.
80
80
81
You should have received a copy of the GNU General Public License
81
You should have received a copy of the GNU General Public License
82
along with Koha; if not, see <http://www.gnu.org/licenses>.
82
along with Koha; if not, see <https://www.gnu.org/licenses>.
83
83
84
=cut
84
=cut
(-)a/misc/cronjobs/process_message_queue.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/purge_suggestions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/recalls/expire_recalls.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/recalls/overdue_recalls.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/reconcile_balances.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/restrict_patrons_with_failed_notices.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 165-170 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
165
GNU General Public License for more details.
165
GNU General Public License for more details.
166
166
167
You should have received a copy of the GNU General Public License
167
You should have received a copy of the GNU General Public License
168
along with Koha; if not, see <http://www.gnu.org/licenses>.
168
along with Koha; if not, see <https://www.gnu.org/licenses>.
169
169
170
=cut
170
=cut
(-)a/misc/cronjobs/rss/rss.pl (-1 / +1 lines)
Lines 23-29 Link Here
23
# GNU General Public License for more details.
23
# GNU General Public License for more details.
24
#
24
#
25
# You should have received a copy of the GNU General Public License
25
# You should have received a copy of the GNU General Public License
26
# along with Koha; if not, see <http://www.gnu.org/licenses>.
26
# along with Koha; if not, see <https://www.gnu.org/licenses>.
27
27
28
use Modern::Perl;
28
use Modern::Perl;
29
29
(-)a/misc/cronjobs/runreport.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/cronjobs/serialsUpdate.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/sftp_file.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
(-)a/misc/cronjobs/share_usage_with_koha_community.pl (-1 / +1 lines)
Lines 122-127 This file is part of Koha. Link Here
122
# GNU General Public License for more details.
122
# GNU General Public License for more details.
123
#
123
#
124
# You should have received a copy of the GNU General Public License
124
# You should have received a copy of the GNU General Public License
125
# along with Koha; if not, see <http://www.gnu.org/licenses>.
125
# along with Koha; if not, see <https://www.gnu.org/licenses>.
126
126
127
=cut
127
=cut
(-)a/misc/cronjobs/sitemap.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
package Main;
20
package Main;
21
21
(-)a/misc/cronjobs/staticfines.pl (-1 / +1 lines)
Lines 23-29 Link Here
23
# GNU General Public License for more details.
23
# GNU General Public License for more details.
24
#
24
#
25
# You should have received a copy of the GNU General Public License
25
# You should have received a copy of the GNU General Public License
26
# along with Koha; if not, see <http://www.gnu.org/licenses>.
26
# along with Koha; if not, see <https://www.gnu.org/licenses>.
27
27
28
use Modern::Perl;
28
use Modern::Perl;
29
29
(-)a/misc/cronjobs/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/update_patrons_category.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/cronjobs/update_totalissues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/writeoff_debts.pl (-1 / +1 lines)
Lines 254-260 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
254
GNU General Public License for more details.
254
GNU General Public License for more details.
255
255
256
You should have received a copy of the GNU General Public License
256
You should have received a copy of the GNU General Public License
257
along with Koha; if not, see <http://www.gnu.org/licenses>.
257
along with Koha; if not, see <https://www.gnu.org/licenses>.
258
258
259
=head1 DISCLAIMER OF WARRANTY
259
=head1 DISCLAIMER OF WARRANTY
260
260
(-)a/misc/devel/add_missing_filters.pl (-1 / +1 lines)
Lines 89-92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
89
GNU General Public License for more details.
89
GNU General Public License for more details.
90
90
91
You should have received a copy of the GNU General Public License
91
You should have received a copy of the GNU General Public License
92
along with Koha; if not, see <http://www.gnu.org/licenses>.
92
along with Koha; if not, see <https://www.gnu.org/licenses>.
(-)a/misc/devel/auto_rebase.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/devel/coverage.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/misc/devel/create_superlibrarian.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/devel/create_test_data.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/misc/devel/get_prepared_letter.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License along
17
# with Koha; if not, see <http://www.gnu.org/licenses>.
17
# with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/misc/devel/install_plugins.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
(-)a/misc/devel/koha_perl_deps.pl (-1 / +1 lines)
Lines 181-187 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
181
GNU General Public License for more details.
181
GNU General Public License for more details.
182
182
183
You should have received a copy of the GNU General Public License
183
You should have received a copy of the GNU General Public License
184
along with Koha; if not, see <http://www.gnu.org/licenses>.
184
along with Koha; if not, see <https://www.gnu.org/licenses>.
185
185
186
=head1 DISCLAIMER OF WARRANTY
186
=head1 DISCLAIMER OF WARRANTY
187
187
(-)a/misc/devel/update_dbix_class_files.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use DBIx::Class::Schema::Loader qw/ make_schema_at /;
22
use DBIx::Class::Schema::Loader qw/ make_schema_at /;
(-)a/misc/export_borrowers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Script to export borrowers
20
# Script to export borrowers
21
21
(-)a/misc/export_records.pl (-2 / +2 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use MARC::File::XML;
20
use MARC::File::XML;
Lines 508-513 This file is part of Koha. Link Here
508
# GNU General Public License for more details.
508
# GNU General Public License for more details.
509
#
509
#
510
# You should have received a copy of the GNU General Public License
510
# You should have received a copy of the GNU General Public License
511
# along with Koha; if not, see <http://www.gnu.org/licenses>.
511
# along with Koha; if not, see <https://www.gnu.org/licenses>.
512
512
513
=cut
513
=cut
(-)a/misc/import_patrons.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/link_bibs_to_authorities.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/load_yaml.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/acq_cancel_obsolete_orders.pl (-1 / +1 lines)
Lines 67-73 acq_cancel_obsolete_orders.pl - Script for cancelling obsolete orders Link Here
67
# GNU General Public License for more details.
67
# GNU General Public License for more details.
68
#
68
#
69
# You should have received a copy of the GNU General Public License
69
# You should have received a copy of the GNU General Public License
70
# along with Koha; if not, see <http://www.gnu.org/licenses>.
70
# along with Koha; if not, see <https://www.gnu.org/licenses>.
71
71
72
use Modern::Perl;
72
use Modern::Perl;
73
use Getopt::Long qw( GetOptions );
73
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/auth_show_hidden_data.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script walks through your authority marc records and tells you
20
# This script walks through your authority marc records and tells you
21
# which hidden fields in the framework still contain data.
21
# which hidden fields in the framework still contain data.
(-)a/misc/maintenance/borrowers-force-messaging-defaults.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/check_syspref_cache.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Getopt::Long qw( GetOptions );
19
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/cmp_sysprefs.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script imports/exports systempreferences to file.
20
# This script imports/exports systempreferences to file.
21
# Two interesting features are:
21
# Two interesting features are:
(-)a/misc/maintenance/compare_es_to_db.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/maintenance/fix_accountlines_date.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_invalid_dates.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/maintenance/fix_mysql_constraints.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/fix_tags_weight.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/generate_MARC21Languages.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/misc/maintenance/pseudonymize_statistics.pl (-2 / +2 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Getopt::Long qw( GetOptions );
19
use Getopt::Long qw( GetOptions );
Lines 133-138 This file is part of Koha. Link Here
133
# GNU General Public License for more details.
133
# GNU General Public License for more details.
134
#
134
#
135
# You should have received a copy of the GNU General Public License
135
# You should have received a copy of the GNU General Public License
136
# along with Koha; if not, see <http://www.gnu.org/licenses>.
136
# along with Koha; if not, see <https://www.gnu.org/licenses>.
137
137
138
=cut
138
=cut
(-)a/misc/maintenance/remove_items_from_biblioitems.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/maintenance/sanitize_records.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 234-239 This file is part of Koha. Link Here
234
# GNU General Public License for more details.
234
# GNU General Public License for more details.
235
#
235
#
236
# You should have received a copy of the GNU General Public License
236
# You should have received a copy of the GNU General Public License
237
# along with Koha; if not, see <http://www.gnu.org/licenses>.
237
# along with Koha; if not, see <https://www.gnu.org/licenses>.
238
238
239
=cut
239
=cut
(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/misc/maintenance/sync_db_comments.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use Getopt::Long qw( GetOptions );
23
use Getopt::Long qw( GetOptions );
(-)a/misc/maintenance/touch_all_biblios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/touch_all_items.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/update_authorities.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/maintenance/update_localuse_from_statistics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/migration_tools/build_oai_sets.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/misc/migration_tools/checkNonIndexedBiblios.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Small script that checks if each biblio in the DB is properly indexed
20
# Small script that checks if each biblio in the DB is properly indexed
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
(-)a/misc/migration_tools/ifla/update.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/migration_tools/import_lexile.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/migration_tools/koha-svc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/migration_tools/rebuild_zebra.pl (-2 / +2 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
Lines 252-258 my $dbh; Link Here
252
# We have chosen to exit immediately by default if we cannot obtain the lock
252
# We have chosen to exit immediately by default if we cannot obtain the lock
253
# to prevent the potential for a infinite backlog from cron invocations, but an
253
# to prevent the potential for a infinite backlog from cron invocations, but an
254
# option (wait-for-lock) is provided to let the program wait for the lock.
254
# option (wait-for-lock) is provided to let the program wait for the lock.
255
# See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 for details.
255
# See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 for details.
256
if ($daemon_mode) {
256
if ($daemon_mode) {
257
    while (1) {
257
    while (1) {
258
258
(-)a/misc/migration_tools/remove_unused_authorities.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/misc/migration_tools/switch_marc21_series_info.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/mod_zebraqueue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
# script to add records to the zebraqueue from the commandline.
19
# script to add records to the zebraqueue from the commandline.
20
20
(-)a/misc/process_ill_updates.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
(-)a/misc/recreateIssueStatistics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# Re-create statistics from issues and old_issues tables
20
# Re-create statistics from issues and old_issues tables
21
21
(-)a/misc/release_notes/release_notes_17_05_00.html (-1 / +1 lines)
Lines 1083-1089 have already been fixed in maintainance releases)</p> Link Here
1083
1083
1084
<blockquote>
1084
<blockquote>
1085
  <p>This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
1085
  <p>This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
1086
  https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4</p>
1086
  http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4</p>
1087
</blockquote>
1087
</blockquote>
1088
1088
1089
<ul>
1089
<ul>
(-)a/misc/release_notes/release_notes_17_05_00.md (-1 / +1 lines)
Lines 849-855 ATTENTION: all reports that use ExtractValue to retrieve MARC tags from biblioit Link Here
849
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
849
- [[17216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17216) Add a new table to store authorized value categories
850
850
851
> This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
851
> This patch set adds a new table authorised_value_categories to store authori(s|z)ed value categories into a separate table. The problematic is explained on bug 15799 comment 4:
852
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
852
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15799#c4
853
853
854
854
855
- [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
855
- [[17447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447) Remove unused vars from batchRebuildItemsTables.pl
(-)a/misc/release_notes/release_notes_18_05_00.html (-2 / +2 lines)
Lines 53-59 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
53
53
54
<p>Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.</p>
54
<p>Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.</p>
55
55
56
<p>See the <a href="https://wiki.koha-community.org/wiki/DBMS_configuration">dedicated wiki page</a> for more information.</p>
56
<p>See the <a href="http://wiki.koha-community.org/wiki/DBMS_configuration">dedicated wiki page</a> for more information.</p>
57
57
58
<h3 id="changeofthedatabasetablescharset">Change of the database tables charset</h3>
58
<h3 id="changeofthedatabasetablescharset">Change of the database tables charset</h3>
59
59
Lines 94-100 You should first create a superlibrarian patron and use it for logging in.</p> Link Here
94
<blockquote>
94
<blockquote>
95
  <p>Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously! <br />
95
  <p>Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously! <br />
96
  Each instance's timezone can be set in its' koha-conf.xml <br />
96
  Each instance's timezone can be set in its' koha-conf.xml <br />
97
  See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.</p>
97
  See http://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.</p>
98
</blockquote>
98
</blockquote>
99
99
100
<h3 id="authentication">Authentication</h3>
100
<h3 id="authentication">Authentication</h3>
(-)a/misc/release_notes/release_notes_18_05_00.md (-2 / +2 lines)
Lines 46-52 A new entry upload_path must be created in your koha-conf.xml file in order to d Link Here
46
46
47
Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.
47
Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.
48
48
49
See the [dedicated wiki page](https://wiki.koha-community.org/wiki/DBMS_configuration) for more information.
49
See the [dedicated wiki page](http://wiki.koha-community.org/wiki/DBMS_configuration) for more information.
50
50
51
### Change of the database tables charset
51
### Change of the database tables charset
52
52
Lines 79-85 It is recommended that the upgrade routine is launched using the command line be Link Here
79
79
80
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!  
80
> Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously!  
81
Each instance's timezone can be set in its' koha-conf.xml  
81
Each instance's timezone can be set in its' koha-conf.xml  
82
See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
82
See http://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.
83
83
84
84
85
85
(-)a/misc/release_notes/release_notes_20_11_00.html (-3 / +3 lines)
Lines 1119-1125 deployment: </p> Link Here
1119
  <li>Do not > Don't</li>
1119
  <li>Do not > Don't</li>
1120
  <li>staff client => staff interface</li>
1120
  <li>staff client => staff interface</li>
1121
  <li><p>pref and syspref => system preference</p></li>
1121
  <li><p>pref and syspref => system preference</p></li>
1122
  <li><p>https://wiki.koha-community.org/wiki/Terminology</p></li>
1122
  <li><p>http://wiki.koha-community.org/wiki/Terminology</p></li>
1123
  </ul>
1123
  </ul>
1124
</blockquote></li>
1124
</blockquote></li>
1125
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709">[25709]</a> Rename systempreference from NotesBlacklist to NotesToHide</p>
1125
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709">[25709]</a> Rename systempreference from NotesBlacklist to NotesToHide</p>
Lines 1127-1133 deployment: </p> Link Here
1127
<blockquote>
1127
<blockquote>
1128
  <p>This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.</p>
1128
  <p>This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.</p>
1129
  
1129
  
1130
  <p>https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:<em>Inclusive</em>Language</p>
1130
  <p>http://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:<em>Inclusive</em>Language</p>
1131
</blockquote></li>
1131
</blockquote></li>
1132
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945">[25945]</a> Description of AuthoritySeparator is misleading</li>
1132
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945">[25945]</a> Description of AuthoritySeparator is misleading</li>
1133
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595">[26595]</a> Add SMTP server column to libraries table</li>
1133
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595">[26595]</a> Add SMTP server column to libraries table</li>
Lines 2391-2397 Tests should not output warnings, especially when they are expected. We still ha Link Here
2391
</ul>
2391
</ul>
2392
2392
2393
<blockquote>
2393
<blockquote>
2394
  <p>These hooks will be called when rendering the search results and detail page in the OPAC, respectively. The implemented methods on the plugin, need to return a hashref with key:value pairs. No nested structures are expected. Those variables will be injected into the XSLT pipeline so people tweaking their XSLTs can take advantage of them. As an example, take a look at the following link: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107477</p>
2394
  <p>These hooks will be called when rendering the search results and detail page in the OPAC, respectively. The implemented methods on the plugin, need to return a hashref with key:value pairs. No nested structures are expected. Those variables will be injected into the XSLT pipeline so people tweaking their XSLTs can take advantage of them. As an example, take a look at the following link: http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107477</p>
2395
</blockquote>
2395
</blockquote>
2396
2396
2397
<h3 id="featuresdeprecation">Features deprecation</h3>
2397
<h3 id="featuresdeprecation">Features deprecation</h3>
(-)a/misc/release_notes/release_notes_20_11_00.md (-3 / +3 lines)
Lines 822-833 Additional notes: Link Here
822
  >- staff client => staff interface
822
  >- staff client => staff interface
823
  >- pref and syspref => system preference
823
  >- pref and syspref => system preference
824
  >
824
  >
825
  >* https://wiki.koha-community.org/wiki/Terminology
825
  >* http://wiki.koha-community.org/wiki/Terminology
826
- [[25709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709) Rename systempreference from NotesBlacklist to NotesToHide
826
- [[25709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25709) Rename systempreference from NotesBlacklist to NotesToHide
827
827
828
  >This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.
828
  >This patchset updates a syspref name to be clearer about what it does and to follow community guidelines on using inclusive language.
829
  >
829
  >
830
  >https://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language
830
  >http://wiki.koha-community.org/wiki/Coding_Guidelines#TERM3:_Inclusive_Language
831
- [[25945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945) Description of AuthoritySeparator is misleading
831
- [[25945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25945) Description of AuthoritySeparator is misleading
832
- [[26595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595) Add SMTP server column to libraries table
832
- [[26595]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26595) Add SMTP server column to libraries table
833
833
Lines 1833-1839 An accessibility audit on the OPAC took place during the cycle which resulted in Link Here
1833
1833
1834
- `opac_results_xslt_variables` and `opac_detail_xslt_variables`
1834
- `opac_results_xslt_variables` and `opac_detail_xslt_variables`
1835
1835
1836
> These hooks will be called when rendering the search results and detail page in the OPAC, respectively. The implemented methods on the plugin, need to return a hashref with key:value pairs. No nested structures are expected. Those variables will be injected into the XSLT pipeline so people tweaking their XSLTs can take advantage of them. As an example, take a look at the following link: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107477
1836
> These hooks will be called when rendering the search results and detail page in the OPAC, respectively. The implemented methods on the plugin, need to return a hashref with key:value pairs. No nested structures are expected. Those variables will be injected into the XSLT pipeline so people tweaking their XSLTs can take advantage of them. As an example, take a look at the following link: http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107477
1837
1837
1838
### Features deprecation
1838
### Features deprecation
1839
1839
(-)a/misc/release_notes/release_notes_21_05_00.html (-14 / +14 lines)
Lines 32-38 website for the Koha project is:</p> Link Here
32
32
33
<h3 id="systemrequirements">System requirements</h3>
33
<h3 id="systemrequirements">System requirements</h3>
34
34
35
<p>You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
35
<p>You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
36
36
37
<h2 id="significantchanges">Significant changes</h2>
37
<h2 id="significantchanges">Significant changes</h2>
38
38
Lines 856-862 website for the Koha project is:</p> Link Here
856
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932">[27932]</a> Add GET /biblios/:biblio_id/pickup_locations</p>
856
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932">[27932]</a> Add GET /biblios/:biblio_id/pickup_locations</p>
857
857
858
<blockquote>
858
<blockquote>
859
  <p>See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC</p>
859
  <p>See the related wiki page http://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC</p>
860
</blockquote></li>
860
</blockquote></li>
861
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002">[28002]</a> Add optional extended_attributes param to POST /patrons</p>
861
<li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002">[28002]</a> Add optional extended_attributes param to POST /patrons</p>
862
862
Lines 2583-2599 documentation is</p> Link Here
2583
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2583
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2584
2584
2585
<ul>
2585
<ul>
2586
<li><a href="https://koha-community.org/manual/21.05/ar/html/">Arabic</a> (34.3%)</li>
2586
<li><a href="http://koha-community.org/manual/21.05/ar/html/">Arabic</a> (34.3%)</li>
2587
<li><a href="https://koha-community.org/manual/21.05/zh_TW/html/">Chinese (Taiwan)</a> (58.5%)</li>
2587
<li><a href="http://koha-community.org/manual/21.05/zh_TW/html/">Chinese (Taiwan)</a> (58.5%)</li>
2588
<li><a href="https://koha-community.org/manual/21.05/cs/html/">Czech</a> (27.6%)</li>
2588
<li><a href="http://koha-community.org/manual/21.05/cs/html/">Czech</a> (27.6%)</li>
2589
<li><a href="https://koha-community.org/manual/21.05/en/html/">English (USA)</a></li>
2589
<li><a href="http://koha-community.org/manual/21.05/en/html/">English (USA)</a></li>
2590
<li><a href="https://koha-community.org/manual/21.05/fr/html/">French</a> (45.8%)</li>
2590
<li><a href="http://koha-community.org/manual/21.05/fr/html/">French</a> (45.8%)</li>
2591
<li><a href="https://koha-community.org/manual/21.05/fr_CA/html/">French (Canada)</a> (25.2%)</li>
2591
<li><a href="http://koha-community.org/manual/21.05/fr_CA/html/">French (Canada)</a> (25.2%)</li>
2592
<li><a href="https://koha-community.org/manual/21.05/de/html/">German</a> (65%)</li>
2592
<li><a href="http://koha-community.org/manual/21.05/de/html/">German</a> (65%)</li>
2593
<li><a href="https://koha-community.org/manual/21.05/hi/html/">Hindi</a> (94.7%)</li>
2593
<li><a href="http://koha-community.org/manual/21.05/hi/html/">Hindi</a> (94.7%)</li>
2594
<li><a href="https://koha-community.org/manual/21.05/it/html/">Italian</a> (47.8%)</li>
2594
<li><a href="http://koha-community.org/manual/21.05/it/html/">Italian</a> (47.8%)</li>
2595
<li><a href="https://koha-community.org/manual/21.05/es/html/">Spanish</a> (34.8%)</li>
2595
<li><a href="http://koha-community.org/manual/21.05/es/html/">Spanish</a> (34.8%)</li>
2596
<li><a href="https://koha-community.org/manual/21.05/tr/html/">Turkish</a> (40.3%)</li>
2596
<li><a href="http://koha-community.org/manual/21.05/tr/html/">Turkish</a> (40.3%)</li>
2597
</ul>
2597
</ul>
2598
2598
2599
<p>The Git repository for the Koha manual can be found at</p>
2599
<p>The Git repository for the Koha manual can be found at</p>
Lines 2985-2991 koha-devel@lists.koha-community.org.</p> Link Here
2985
2985
2986
<p>I am excited to continue as release manager for one more development cycle. We, as a community, are comforting our capacity to work together and are continuously becoming more efficient. A lot of stimulating and interesting challenges are waiting for us.</p>
2986
<p>I am excited to continue as release manager for one more development cycle. We, as a community, are comforting our capacity to work together and are continuously becoming more efficient. A lot of stimulating and interesting challenges are waiting for us.</p>
2987
2987
2988
<p><a href="https://wiki.koha-community.org/wiki/Getting_involved">Join us</a> if it's done yet!</p>
2988
<p><a href="http://wiki.koha-community.org/wiki/Getting_involved">Join us</a> if it's done yet!</p>
2989
2989
2990
<p>Enjoy this new version of Koha!</p>
2990
<p>Enjoy this new version of Koha!</p>
2991
2991
(-)a/misc/release_notes/release_notes_21_05_00.md (-14 / +14 lines)
Lines 25-31 A <b>Technical highlights</b> section is included at the bottom of these notes f Link Here
25
25
26
### System requirements
26
### System requirements
27
27
28
You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations
28
You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations
29
29
30
## Significant changes
30
## Significant changes
31
31
Lines 602-608 Paypal support has been dropped from Koha core and moved to a plugin [[23215]](h Link Here
602
- [[27898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898) Make PUT /holds/:hold_id handle x-koha-override for pickup locations
602
- [[27898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27898) Make PUT /holds/:hold_id handle x-koha-override for pickup locations
603
- [[27932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932) Add GET /biblios/:biblio_id/pickup_locations
603
- [[27932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27932) Add GET /biblios/:biblio_id/pickup_locations
604
604
605
  >See the related wiki page https://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC
605
  >See the related wiki page http://wiki.koha-community.org/wiki/Biblios_pickup_locations_endpoint_RFC
606
- [[28002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002) Add optional extended_attributes param to POST /patrons
606
- [[28002]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002) Add optional extended_attributes param to POST /patrons
607
607
608
  >This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
608
  >This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
Lines 1894-1910 documentation is Link Here
1894
As of the date of these release notes, the Koha manual is available in the following languages:
1894
As of the date of these release notes, the Koha manual is available in the following languages:
1895
1895
1896
1896
1897
- [Arabic](https://koha-community.org/manual/21.05/ar/html/) (34.3%)
1897
- [Arabic](http://koha-community.org/manual/21.05/ar/html/) (34.3%)
1898
- [Chinese (Taiwan)](https://koha-community.org/manual/21.05/zh_TW/html/) (58.5%)
1898
- [Chinese (Taiwan)](http://koha-community.org/manual/21.05/zh_TW/html/) (58.5%)
1899
- [Czech](https://koha-community.org/manual/21.05/cs/html/) (27.6%)
1899
- [Czech](http://koha-community.org/manual/21.05/cs/html/) (27.6%)
1900
- [English (USA)](https://koha-community.org/manual/21.05/en/html/)
1900
- [English (USA)](http://koha-community.org/manual/21.05/en/html/)
1901
- [French](https://koha-community.org/manual/21.05/fr/html/) (45.8%)
1901
- [French](http://koha-community.org/manual/21.05/fr/html/) (45.8%)
1902
- [French (Canada)](https://koha-community.org/manual/21.05/fr_CA/html/) (25.2%)
1902
- [French (Canada)](http://koha-community.org/manual/21.05/fr_CA/html/) (25.2%)
1903
- [German](https://koha-community.org/manual/21.05/de/html/) (65%)
1903
- [German](http://koha-community.org/manual/21.05/de/html/) (65%)
1904
- [Hindi](https://koha-community.org/manual/21.05/hi/html/) (94.7%)
1904
- [Hindi](http://koha-community.org/manual/21.05/hi/html/) (94.7%)
1905
- [Italian](https://koha-community.org/manual/21.05/it/html/) (47.8%)
1905
- [Italian](http://koha-community.org/manual/21.05/it/html/) (47.8%)
1906
- [Spanish](https://koha-community.org/manual/21.05/es/html/) (34.8%)
1906
- [Spanish](http://koha-community.org/manual/21.05/es/html/) (34.8%)
1907
- [Turkish](https://koha-community.org/manual/21.05/tr/html/) (40.3%)
1907
- [Turkish](http://koha-community.org/manual/21.05/tr/html/) (40.3%)
1908
1908
1909
The Git repository for the Koha manual can be found at
1909
The Git repository for the Koha manual can be found at
1910
1910
Lines 2259-2265 I would like to thank especially the whole development team and all those who co Link Here
2259
2259
2260
I am excited to continue as release manager for one more development cycle. We, as a community, are comforting our capacity to work together and are continuously becoming more efficient. A lot of stimulating and interesting challenges are waiting for us.
2260
I am excited to continue as release manager for one more development cycle. We, as a community, are comforting our capacity to work together and are continuously becoming more efficient. A lot of stimulating and interesting challenges are waiting for us.
2261
2261
2262
[Join us](https://wiki.koha-community.org/wiki/Getting_involved) if it's done yet!
2262
[Join us](http://wiki.koha-community.org/wiki/Getting_involved) if it's done yet!
2263
2263
2264
Enjoy this new version of Koha!
2264
Enjoy this new version of Koha!
2265
2265
(-)a/misc/release_notes/release_notes_21_11_00.html (-36 / +36 lines)
Lines 30-36 website for the Koha project is:</p> Link Here
30
30
31
<h3 id="systemrequirements">System requirements</h3>
31
<h3 id="systemrequirements">System requirements</h3>
32
32
33
<p>You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
33
<p>You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
34
34
35
<h2 id="newfeatures">New features</h2>
35
<h2 id="newfeatures">New features</h2>
36
36
Lines 1961-1971 have already been fixed in maintainance releases)</p> Link Here
1961
1961
1962
<p>A new lib directory has been added for Perl modules.</p>
1962
<p>A new lib directory has been added for Perl modules.</p>
1963
1963
1964
<p>This might requires some changes in your webserver configuration if you don't install Koha via the Debian packages. More details about these changes can be found on <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519">bug 28519</a>.</p>
1964
<p>This might requires some changes in your webserver configuration if you don't install Koha via the Debian packages. More details about these changes can be found on <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519">bug 28519</a>.</p>
1965
1965
1966
<h3 id="taskqueue">Task queue</h3>
1966
<h3 id="taskqueue">Task queue</h3>
1967
1967
1968
<p>A fresh new task was added: batch cancel holds <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678">[23678]</a></p>
1968
<p>A fresh new task was added: batch cancel holds <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678">[23678]</a></p>
1969
1969
1970
<p>The ongoing process of migrating forking scripts into proper jobs in the task queue has continued during this cycle.</p>
1970
<p>The ongoing process of migrating forking scripts into proper jobs in the task queue has continued during this cycle.</p>
1971
1971
Lines 1977-1999 have already been fixed in maintainance releases)</p> Link Here
1977
<li>batch delete records (biblios and authorities).</li>
1977
<li>batch delete records (biblios and authorities).</li>
1978
</ul>
1978
</ul>
1979
1979
1980
<p>There has been an important change to the way we build the item form in the cataloguing module. The idea is to make the form and item list reusable from different other modules (acquisition, serials, etc.) <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526">[27526]</a> <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445">[28445]</a></p>
1980
<p>There has been an important change to the way we build the item form in the cataloguing module. The idea is to make the form and item list reusable from different other modules (acquisition, serials, etc.) <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526">[27526]</a> <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445">[28445]</a></p>
1981
1981
1982
<p>To prevent the background job worker to have the whole Koha modules in RAM we replaced the 'use' statements with 'require' <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413">[28413]</a>.</p>
1982
<p>To prevent the background job worker to have the whole Koha modules in RAM we replaced the 'use' statements with 'require' <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413">[28413]</a>.</p>
1983
1983
1984
<h3 id="upgrade">Upgrade</h3>
1984
<h3 id="upgrade">Upgrade</h3>
1985
1985
1986
<p>The update database process has been refactored so each DBRev is run inside a database transaction. This makes the process more robust.</p>
1986
<p>The update database process has been refactored so each DBRev is run inside a database transaction. This makes the process more robust.</p>
1987
1987
1988
<p>Also, a different format for atomic update has been adopted. It brings more flexibility for the output and make the code more centralized, robust and reusable <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078">[25078]</a>.</p>
1988
<p>Also, a different format for atomic update has been adopted. It brings more flexibility for the output and make the code more centralized, robust and reusable <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078">[25078]</a>.</p>
1989
1989
1990
<h3 id="translation">Translation</h3>
1990
<h3 id="translation">Translation</h3>
1991
1991
1992
<p>Two new languages have been removed from the installer files: fr-CA <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101">[27101]</a> and nb-NO <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622">[27622]</a>. Only fr-FR is remaining, the hardest given that it has the UNIMARC frameworks defined.</p>
1992
<p>Two new languages have been removed from the installer files: fr-CA <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101">[27101]</a> and nb-NO <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622">[27622]</a>. Only fr-FR is remaining, the hardest given that it has the UNIMARC frameworks defined.</p>
1993
1993
1994
<h3 id="testsuite">Test suite</h3>
1994
<h3 id="testsuite">Test suite</h3>
1995
1995
1996
<p>We added two selenium scripts to test the installer and onboarding steps [<a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185">19185</a> and <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821">19821</a>].
1996
<p>We added two selenium scripts to test the installer and onboarding steps [<a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185">19185</a> and <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821">19821</a>].
1997
The way Jenkins runs the whole test suite can be found at <a href="https://gitlab.com/koha-community/koha-testing-docker/-/blob/master/files/run.sh">here</a>.</p>
1997
The way Jenkins runs the whole test suite can be found at <a href="https://gitlab.com/koha-community/koha-testing-docker/-/blob/master/files/run.sh">here</a>.</p>
1998
1998
1999
<p>The job 'Koha_Master' is the only one running the whole test suite (ie. with the 'selenium' and 'www' tests). First it recreates the database, runs 00-onboarding.t, recreates the database, runs 01-installer.pl, the other selenium scripts and finally the other test files in random order. You will see your tests failing on this job if you are relying on data injected by the misc4dev scripts used to build koha-testing-docker database.</p>
1999
<p>The job 'Koha_Master' is the only one running the whole test suite (ie. with the 'selenium' and 'www' tests). First it recreates the database, runs 00-onboarding.t, recreates the database, runs 01-installer.pl, the other selenium scripts and finally the other test files in random order. You will see your tests failing on this job if you are relying on data injected by the misc4dev scripts used to build koha-testing-docker database.</p>
Lines 2003-2011 The way Jenkins runs the whole test suite can be found at <a href="https://gitla Link Here
2003
<p>3 new plugin hooks have been added:</p>
2003
<p>3 new plugin hooks have been added:</p>
2004
2004
2005
<ul>
2005
<ul>
2006
<li>Transform item barcodes <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351">[26351]</a></li>
2006
<li>Transform item barcodes <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351">[26351]</a></li>
2007
<li>Transform patron barcodes <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352">[26352]</a></li>
2007
<li>Transform patron barcodes <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352">[26352]</a></li>
2008
<li>Act upon authority create, modify and delete actions <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173">[27173]</a></li>
2008
<li>Act upon authority create, modify and delete actions <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173">[27173]</a></li>
2009
</ul>
2009
</ul>
2010
2010
2011
<h3 id="restapi">REST API</h3>
2011
<h3 id="restapi">REST API</h3>
Lines 2013-2026 The way Jenkins runs the whole test suite can be found at <a href="https://gitla Link Here
2013
<p>New routes:</p>
2013
<p>New routes:</p>
2014
2014
2015
<ul>
2015
<ul>
2016
<li>GET /biblios/:biblio_id/checkouts <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290">[29290]</a></li>
2016
<li>GET /biblios/:biblio_id/checkouts <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290">[29290]</a></li>
2017
<li>GET /public/libraries <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948">[28948]</a></li>
2017
<li>GET /public/libraries <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948">[28948]</a></li>
2018
<li>GET /public/biblios/:biblio_id/items <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358">[27358]</a></li>
2018
<li>GET /public/biblios/:biblio_id/items <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358">[27358]</a></li>
2019
<li>GET /suggestions <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2019
<li>GET /suggestions <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2020
<li>POST /suggestions <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2020
<li>POST /suggestions <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2021
<li>GET /suggestions/:suggestion_id <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2021
<li>GET /suggestions/:suggestion_id <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2022
<li>PUT /suggestions/:suggestion_id <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2022
<li>PUT /suggestions/:suggestion_id <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2023
<li>DELETE /suggestions/:suggestion_id <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2023
<li>DELETE /suggestions/:suggestion_id <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314">[17314]</a></li>
2024
</ul>
2024
</ul>
2025
2025
2026
<h4 id="beingabletospecifywhichattributestodisplayatobjectlevel">Being able to specify which attributes to display at object level</h4>
2026
<h4 id="beingabletospecifywhichattributestodisplayatobjectlevel">Being able to specify which attributes to display at object level</h4>
Lines 2042-2066 The way Jenkins runs the whole test suite can be found at <a href="https://gitla Link Here
2042
2042
2043
<p>Prior to now our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting. With this release we add proper handling to <code>dt_from_string</code> such that if an rfc3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.</p>
2043
<p>Prior to now our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting. With this release we add proper handling to <code>dt_from_string</code> such that if an rfc3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.</p>
2044
2044
2045
<p>Some better handling of exception cases is still in the works. Specially for cases our validation library version is not catching correctly <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322">[29322]</a>.</p>
2045
<p>Some better handling of exception cases is still in the works. Specially for cases our validation library version is not catching correctly <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322">[29322]</a>.</p>
2046
2046
2047
<h3 id="ui">UI</h3>
2047
<h3 id="ui">UI</h3>
2048
2048
2049
<p>jQueryUI's timepicker has been replaced with Flatpickr <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239">[29239]</a> in the staff interface.</p>
2049
<p>jQueryUI's timepicker has been replaced with Flatpickr <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239">[29239]</a> in the staff interface.</p>
2050
2050
2051
<h3 id="debug">Debug</h3>
2051
<h3 id="debug">Debug</h3>
2052
2052
2053
<p>There were some historical ways of playing with a debug mode in Koha. They have been replaced in favor of <code>Koha::Logger-&gt;debug</code></p>
2053
<p>There were some historical ways of playing with a debug mode in Koha. They have been replaced in favor of <code>Koha::Logger-&gt;debug</code></p>
2054
2054
2055
<ul>
2055
<ul>
2056
<li>Replace C4::Debug with Koha::Logger->debug <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572">[28572]</a></li>
2056
<li>Replace C4::Debug with Koha::Logger->debug <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572">[28572]</a></li>
2057
<li>debug passed to get_template_and_user but not used <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591">[28591]</a></li>
2057
<li>debug passed to get_template_and_user but not used <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591">[28591]</a></li>
2058
<li>Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606">[28606]</a></li>
2058
<li>Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606">[28606]</a></li>
2059
</ul>
2059
</ul>
2060
2060
2061
<h3 id="others">Others</h3>
2061
<h3 id="others">Others</h3>
2062
2062
2063
<p>We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit <a href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600">[17600]</a>.
2063
<p>We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600">[17600]</a>.
2064
It basically means that the following is now incorrect:</p>
2064
It basically means that the following is now incorrect:</p>
2065
2065
2066
<p><code>
2066
<p><code>
Lines 2094-2110 documentation is</p> Link Here
2094
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2094
<p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
2095
2095
2096
<ul>
2096
<ul>
2097
<li><a href="https://koha-community.org/manual/21.11/ar/html/">Arabic</a> (43.3%)</li>
2097
<li><a href="http://koha-community.org/manual/21.11/ar/html/">Arabic</a> (43.3%)</li>
2098
<li><a href="https://koha-community.org/manual/21.11/zh_TW/html/">Chinese (Taiwan)</a> (100%)</li>
2098
<li><a href="http://koha-community.org/manual/21.11/zh_TW/html/">Chinese (Taiwan)</a> (100%)</li>
2099
<li><a href="https://koha-community.org/manual/21.11/cs/html/">Czech</a> (33.1%)</li>
2099
<li><a href="http://koha-community.org/manual/21.11/cs/html/">Czech</a> (33.1%)</li>
2100
<li><a href="https://koha-community.org/manual/21.11/en/html/">English (USA)</a></li>
2100
<li><a href="http://koha-community.org/manual/21.11/en/html/">English (USA)</a></li>
2101
<li><a href="https://koha-community.org/manual/21.11/fr/html/">French</a> (70.6%)</li>
2101
<li><a href="http://koha-community.org/manual/21.11/fr/html/">French</a> (70.6%)</li>
2102
<li><a href="https://koha-community.org/manual/21.11/fr_CA/html/">French (Canada)</a> (31.2%)</li>
2102
<li><a href="http://koha-community.org/manual/21.11/fr_CA/html/">French (Canada)</a> (31.2%)</li>
2103
<li><a href="https://koha-community.org/manual/21.11/de/html/">German</a> (72.4%)</li>
2103
<li><a href="http://koha-community.org/manual/21.11/de/html/">German</a> (72.4%)</li>
2104
<li><a href="https://koha-community.org/manual/21.11/hi/html/">Hindi</a> (100%)</li>
2104
<li><a href="http://koha-community.org/manual/21.11/hi/html/">Hindi</a> (100%)</li>
2105
<li><a href="https://koha-community.org/manual/21.11/it/html/">Italian</a> (78.9%)</li>
2105
<li><a href="http://koha-community.org/manual/21.11/it/html/">Italian</a> (78.9%)</li>
2106
<li><a href="https://koha-community.org/manual/21.11/es/html/">Spanish</a> (58.5%)</li>
2106
<li><a href="http://koha-community.org/manual/21.11/es/html/">Spanish</a> (58.5%)</li>
2107
<li><a href="https://koha-community.org/manual/21.11/tr/html/">Turkish</a> (70.2%)</li>
2107
<li><a href="http://koha-community.org/manual/21.11/tr/html/">Turkish</a> (70.2%)</li>
2108
</ul>
2108
</ul>
2109
2109
2110
<p>The Git repository for the Koha manual can be found at</p>
2110
<p>The Git repository for the Koha manual can be found at</p>
(-)a/misc/release_notes/release_notes_21_11_00.md (-36 / +36 lines)
Lines 23-29 It includes 4 new features, 196 enhancements, 388 bugfixes. Link Here
23
23
24
### System requirements
24
### System requirements
25
25
26
You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations
26
You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations
27
27
28
28
29
29
Lines 1433-1443 Some significant technical changes were made behind the scenes in this release a Link Here
1433
1433
1434
A new lib directory has been added for Perl modules.
1434
A new lib directory has been added for Perl modules.
1435
1435
1436
This might requires some changes in your webserver configuration if you don't install Koha via the Debian packages. More details about these changes can be found on [bug 28519](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519).
1436
This might requires some changes in your webserver configuration if you don't install Koha via the Debian packages. More details about these changes can be found on [bug 28519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28519).
1437
1437
1438
### Task queue
1438
### Task queue
1439
1439
1440
A fresh new task was added: batch cancel holds [[23678]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678)
1440
A fresh new task was added: batch cancel holds [[23678]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23678)
1441
1441
1442
The ongoing process of migrating forking scripts into proper jobs in the task queue has continued during this cycle.
1442
The ongoing process of migrating forking scripts into proper jobs in the task queue has continued during this cycle.
1443
1443
Lines 1447-1469 Three tools have been moved to use the task queue this time: Link Here
1447
- batch update items
1447
- batch update items
1448
- batch delete records (biblios and authorities).
1448
- batch delete records (biblios and authorities).
1449
1449
1450
There has been an important change to the way we build the item form in the cataloguing module. The idea is to make the form and item list reusable from different other modules (acquisition, serials, etc.) [[27526]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526) [[28445]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445)
1450
There has been an important change to the way we build the item form in the cataloguing module. The idea is to make the form and item list reusable from different other modules (acquisition, serials, etc.) [[27526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526) [[28445]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445)
1451
1451
1452
To prevent the background job worker to have the whole Koha modules in RAM we replaced the 'use' statements with 'require' [[28413]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413).
1452
To prevent the background job worker to have the whole Koha modules in RAM we replaced the 'use' statements with 'require' [[28413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413).
1453
1453
1454
### Upgrade
1454
### Upgrade
1455
1455
1456
The update database process has been refactored so each DBRev is run inside a database transaction. This makes the process more robust.
1456
The update database process has been refactored so each DBRev is run inside a database transaction. This makes the process more robust.
1457
1457
1458
Also, a different format for atomic update has been adopted. It brings more flexibility for the output and make the code more centralized, robust and reusable [[25078]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078).
1458
Also, a different format for atomic update has been adopted. It brings more flexibility for the output and make the code more centralized, robust and reusable [[25078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078).
1459
1459
1460
### Translation
1460
### Translation
1461
1461
1462
Two new languages have been removed from the installer files: fr-CA [[27101]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101) and nb-NO [[27622]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622). Only fr-FR is remaining, the hardest given that it has the UNIMARC frameworks defined.
1462
Two new languages have been removed from the installer files: fr-CA [[27101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27101) and nb-NO [[27622]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27622). Only fr-FR is remaining, the hardest given that it has the UNIMARC frameworks defined.
1463
1463
1464
### Test suite
1464
### Test suite
1465
1465
1466
We added two selenium scripts to test the installer and onboarding steps [[19185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185) and [19821](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821)].
1466
We added two selenium scripts to test the installer and onboarding steps [[19185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185) and [19821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821)].
1467
The way Jenkins runs the whole test suite can be found at [here](https://gitlab.com/koha-community/koha-testing-docker/-/blob/master/files/run.sh).
1467
The way Jenkins runs the whole test suite can be found at [here](https://gitlab.com/koha-community/koha-testing-docker/-/blob/master/files/run.sh).
1468
1468
1469
The job 'Koha_Master' is the only one running the whole test suite (ie. with the 'selenium' and 'www' tests). First it recreates the database, runs 00-onboarding.t, recreates the database, runs 01-installer.pl, the other selenium scripts and finally the other test files in random order. You will see your tests failing on this job if you are relying on data injected by the misc4dev scripts used to build koha-testing-docker database.
1469
The job 'Koha_Master' is the only one running the whole test suite (ie. with the 'selenium' and 'www' tests). First it recreates the database, runs 00-onboarding.t, recreates the database, runs 01-installer.pl, the other selenium scripts and finally the other test files in random order. You will see your tests failing on this job if you are relying on data injected by the misc4dev scripts used to build koha-testing-docker database.
Lines 1472-1493 The job 'Koha_Master' is the only one running the whole test suite (ie. with the Link Here
1472
1472
1473
3 new plugin hooks have been added:
1473
3 new plugin hooks have been added:
1474
1474
1475
- Transform item barcodes [[26351]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351)
1475
- Transform item barcodes [[26351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26351)
1476
- Transform patron barcodes [[26352]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352)
1476
- Transform patron barcodes [[26352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26352)
1477
- Act upon authority create, modify and delete actions [[27173]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173)
1477
- Act upon authority create, modify and delete actions [[27173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27173)
1478
1478
1479
### REST API
1479
### REST API
1480
1480
1481
New routes:
1481
New routes:
1482
1482
1483
- GET /biblios/:biblio_id/checkouts [[29290]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290)
1483
- GET /biblios/:biblio_id/checkouts [[29290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29290)
1484
- GET /public/libraries [[28948]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948)
1484
- GET /public/libraries [[28948]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948)
1485
- GET /public/biblios/:biblio_id/items [[27358]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358)
1485
- GET /public/biblios/:biblio_id/items [[27358]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27358)
1486
- GET /suggestions [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1486
- GET /suggestions [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1487
- POST /suggestions [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1487
- POST /suggestions [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1488
- GET /suggestions/:suggestion_id [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1488
- GET /suggestions/:suggestion_id [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1489
- PUT /suggestions/:suggestion_id [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1489
- PUT /suggestions/:suggestion_id [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1490
- DELETE /suggestions/:suggestion_id [[17314]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1490
- DELETE /suggestions/:suggestion_id [[17314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314)
1491
1491
1492
#### Being able to specify which attributes to display at object level
1492
#### Being able to specify which attributes to display at object level
1493
1493
Lines 1506-1528 On the previous cycle the base file for the spec was migrated to YAML to ease th Link Here
1506
1506
1507
Prior to now our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting. With this release we add proper handling to `dt_from_string` such that if an rfc3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.
1507
Prior to now our date handling library ignored offset data passed with rfc3339 dates. This could lead to problems if an API client converted to UTC or was in a different timezone to the Koha instance time setting. With this release we add proper handling to `dt_from_string` such that if an rfc3339 date is input, we parse out the offset and then adjust the time to match the instance timezone for storage.
1508
1508
1509
Some better handling of exception cases is still in the works. Specially for cases our validation library version is not catching correctly [[29322]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322).
1509
Some better handling of exception cases is still in the works. Specially for cases our validation library version is not catching correctly [[29322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29322).
1510
1510
1511
### UI
1511
### UI
1512
1512
1513
jQueryUI's timepicker has been replaced with Flatpickr [[29239]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239) in the staff interface.
1513
jQueryUI's timepicker has been replaced with Flatpickr [[29239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239) in the staff interface.
1514
1514
1515
### Debug
1515
### Debug
1516
1516
1517
There were some historical ways of playing with a debug mode in Koha. They have been replaced in favor of `Koha::Logger->debug`
1517
There were some historical ways of playing with a debug mode in Koha. They have been replaced in favor of `Koha::Logger->debug`
1518
1518
1519
- Replace C4::Debug with Koha::Logger->debug [[28572]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572)
1519
- Replace C4::Debug with Koha::Logger->debug [[28572]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28572)
1520
- debug passed to get_template_and_user but not used [[28591]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591)
1520
- debug passed to get_template_and_user but not used [[28591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28591)
1521
- Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug [[28606]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606)
1521
- Replace $ENV{DEBUG} and $DEBUG with Koha::Logger->debug [[28606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28606)
1522
1522
1523
### Others
1523
### Others
1524
1524
1525
We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit [[17600]](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600).
1525
We favored the use of EXPORT_OK over EXPORT, to prevent name clashes and make the import explicit [[17600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600).
1526
It basically means that the following is now incorrect:
1526
It basically means that the following is now incorrect:
1527
1527
1528
```
1528
```
Lines 1554-1570 documentation is Link Here
1554
As of the date of these release notes, the Koha manual is available in the following languages:
1554
As of the date of these release notes, the Koha manual is available in the following languages:
1555
1555
1556
1556
1557
- [Arabic](https://koha-community.org/manual/21.11/ar/html/) (43.3%)
1557
- [Arabic](http://koha-community.org/manual/21.11/ar/html/) (43.3%)
1558
- [Chinese (Taiwan)](https://koha-community.org/manual/21.11/zh_TW/html/) (100%)
1558
- [Chinese (Taiwan)](http://koha-community.org/manual/21.11/zh_TW/html/) (100%)
1559
- [Czech](https://koha-community.org/manual/21.11/cs/html/) (33.1%)
1559
- [Czech](http://koha-community.org/manual/21.11/cs/html/) (33.1%)
1560
- [English (USA)](https://koha-community.org/manual/21.11/en/html/)
1560
- [English (USA)](http://koha-community.org/manual/21.11/en/html/)
1561
- [French](https://koha-community.org/manual/21.11/fr/html/) (70.6%)
1561
- [French](http://koha-community.org/manual/21.11/fr/html/) (70.6%)
1562
- [French (Canada)](https://koha-community.org/manual/21.11/fr_CA/html/) (31.2%)
1562
- [French (Canada)](http://koha-community.org/manual/21.11/fr_CA/html/) (31.2%)
1563
- [German](https://koha-community.org/manual/21.11/de/html/) (72.4%)
1563
- [German](http://koha-community.org/manual/21.11/de/html/) (72.4%)
1564
- [Hindi](https://koha-community.org/manual/21.11/hi/html/) (100%)
1564
- [Hindi](http://koha-community.org/manual/21.11/hi/html/) (100%)
1565
- [Italian](https://koha-community.org/manual/21.11/it/html/) (78.9%)
1565
- [Italian](http://koha-community.org/manual/21.11/it/html/) (78.9%)
1566
- [Spanish](https://koha-community.org/manual/21.11/es/html/) (58.5%)
1566
- [Spanish](http://koha-community.org/manual/21.11/es/html/) (58.5%)
1567
- [Turkish](https://koha-community.org/manual/21.11/tr/html/) (70.2%)
1567
- [Turkish](http://koha-community.org/manual/21.11/tr/html/) (70.2%)
1568
1568
1569
The Git repository for the Koha manual can be found at
1569
The Git repository for the Koha manual can be found at
1570
1570
(-)a/misc/release_notes/release_notes_22_05_00.html (-2 / +2 lines)
Lines 30-36 website for the Koha project is:</p> Link Here
30
30
31
<h3 id="systemrequirements">System requirements</h3>
31
<h3 id="systemrequirements">System requirements</h3>
32
32
33
<p>You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
33
<p>You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations</p>
34
34
35
<h2 id="newfeatures">New features</h2>
35
<h2 id="newfeatures">New features</h2>
36
36
Lines 70-76 website for the Koha project is:</p> Link Here
70
  <p>After an item is recalled it cannot be renewed. When the item is returned the recall can be confirmed or cancelled. </p>
70
  <p>After an item is recalled it cannot be renewed. When the item is returned the recall can be confirmed or cancelled. </p>
71
  
71
  
72
  <p>Recalls are marked as overdue by the overdue_recalls.pl cronjob or expired by the expired_recalls.pl cronjob.
72
  <p>Recalls are marked as overdue by the overdue_recalls.pl cronjob or expired by the expired_recalls.pl cronjob.
73
  See https://wiki.koha-community.org/wiki/Catalyst_IT_Recalls</p>
73
  See http://wiki.koha-community.org/wiki/Catalyst_IT_Recalls</p>
74
</blockquote></li>
74
</blockquote></li>
75
</ul>
75
</ul>
76
76
(-)a/misc/release_notes/release_notes_22_05_00.md (-2 / +2 lines)
Lines 23-29 It includes 6 new features, 239 enhancements, 360 bugfixes. Link Here
23
23
24
### System requirements
24
### System requirements
25
25
26
You can learn about the system components (like OS and database) needed for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations
26
You can learn about the system components (like OS and database) needed for running Koha here: http://wiki.koha-community.org/wiki/System_requirements_and_recommendations
27
27
28
28
29
29
Lines 59-65 You can learn about the system components (like OS and database) needed for runn Link Here
59
  >After an item is recalled it cannot be renewed. When the item is returned the recall can be confirmed or cancelled. 
59
  >After an item is recalled it cannot be renewed. When the item is returned the recall can be confirmed or cancelled. 
60
  >
60
  >
61
  >Recalls are marked as overdue by the overdue_recalls.pl cronjob or expired by the expired_recalls.pl cronjob.
61
  >Recalls are marked as overdue by the overdue_recalls.pl cronjob or expired by the expired_recalls.pl cronjob.
62
  >See https://wiki.koha-community.org/wiki/Catalyst_IT_Recalls
62
  >See http://wiki.koha-community.org/wiki/Catalyst_IT_Recalls
63
63
64
### Patrons
64
### Patrons
65
65
(-)a/misc/release_notes/release_notes_22_11_00.html (-2 / +2 lines)
Lines 42-48 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
42
42
43
<h3 id="systemrequirements">System requirements</h3>
43
<h3 id="systemrequirements">System requirements</h3>
44
44
45
<p>You can learn about the system components (like OS and database) needed for running Koha <a href="https://wiki.koha-community.org/wiki/System_requirements_and_recommendations">here</a>.</p>
45
<p>You can learn about the system components (like OS and database) needed for running Koha <a href="http://wiki.koha-community.org/wiki/System_requirements_and_recommendations">here</a>.</p>
46
46
47
<h2 id="newfeatures">New features</h2>
47
<h2 id="newfeatures">New features</h2>
48
48
Lines 317-323 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
317
317
318
<blockquote>
318
<blockquote>
319
  <p>This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
319
  <p>This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
320
  Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals</p>
320
  Documentation: http://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals</p>
321
</blockquote></li>
321
</blockquote></li>
322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921">[30921]</a> Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor</li>
322
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921">[30921]</a> Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor</li>
323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950">[30950]</a> timepicker.inc is no longer used and should be removed</li>
323
<li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950">[30950]</a> timepicker.inc is no longer used and should be removed</li>
(-)a/misc/release_notes/release_notes_22_11_00.md (-2 / +2 lines)
Lines 35-41 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Bi Link Here
35
35
36
### System requirements
36
### System requirements
37
37
38
You can learn about the system components (like OS and database) needed for running Koha [here](https://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
38
You can learn about the system components (like OS and database) needed for running Koha [here](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
39
39
40
40
41
## New features
41
## New features
Lines 238-244 You can learn about the system components (like OS and database) needed for runn Link Here
238
- [[30901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901) Add template method to be able to look up renewal data in Koha slips and notices
238
- [[30901]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901) Add template method to be able to look up renewal data in Koha slips and notices
239
239
240
  >This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
240
  >This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
241
  >Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals
241
  >Documentation: http://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals
242
- [[30921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921) Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor
242
- [[30921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921) Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor
243
- [[30950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950) timepicker.inc is no longer used and should be removed
243
- [[30950]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950) timepicker.inc is no longer used and should be removed
244
- [[30982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982) Use the REST API for background job list view
244
- [[30982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982) Use the REST API for background job list view
(-)a/misc/release_notes/release_notes_23_05_00.md (-1 / +1 lines)
Lines 23-29 It includes 26 new features, 145 enhancements, 701 bugfixes. Link Here
23
23
24
## System requirements
24
## System requirements
25
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).
26
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
27
28
## New features & Enhancements
28
## New features & Enhancements
29
29
(-)a/misc/release_notes/release_notes_23_11_00.md (-8 / +8 lines)
Lines 23-29 It includes 10 new features, 330 enhancements, 573 bugfixes. Link Here
23
23
24
**System requirements**
24
**System requirements**
25
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).
26
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
27
28
## New features & Enhancements
28
## New features & Enhancements
29
29
Lines 1326-1332 have already been fixed in maintenance releases Link Here
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)
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)
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
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)
1329
  >change the 'Add & duplicate' button to 'Add and duplicate'. (As per the terminology guidelines http://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)
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)
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)
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)
Lines 1811-1822 documentation is Link Here
1811
- [Koha Documentation](http://koha-community.org/documentation/)
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:
1812
As of the date of these release notes, the Koha manual is available in the following languages:
1813
1813
1814
- [Chinese (Traditional)](https://koha-community.org/manual/23.11//html/) (53%)
1814
- [Chinese (Traditional)](http://koha-community.org/manual/23.11//html/) (53%)
1815
- [English](https://koha-community.org/manual/23.11//html/) (100%)
1815
- [English](http://koha-community.org/manual/23.11//html/) (100%)
1816
- [English (USA)](https://koha-community.org/manual/23.11/en/html/)
1816
- [English (USA)](http://koha-community.org/manual/23.11/en/html/)
1817
- [French](https://koha-community.org/manual/23.11/fr/html/) (41%)
1817
- [French](http://koha-community.org/manual/23.11/fr/html/) (41%)
1818
- [German](https://koha-community.org/manual/23.11/de/html/) (43%)
1818
- [German](http://koha-community.org/manual/23.11/de/html/) (43%)
1819
- [Hindi](https://koha-community.org/manual/23.11/hi/html/) (71%)
1819
- [Hindi](http://koha-community.org/manual/23.11/hi/html/) (71%)
1820
1820
1821
The Git repository for the Koha manual can be found at
1821
The Git repository for the Koha manual can be found at
1822
1822
(-)a/misc/release_notes/release_notes_24_05_00.md (-6 / +6 lines)
Lines 23-29 It includes 9 new features, 239 enhancements, 529 bugfixes. Link Here
23
23
24
**System requirements**
24
**System requirements**
25
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).
26
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
27
28
## New features & Enhancements
28
## New features & Enhancements
29
29
Lines 1545-1555 documentation is Link Here
1545
- [Koha Documentation](http://koha-community.org/documentation/)
1545
- [Koha Documentation](http://koha-community.org/documentation/)
1546
As of the date of these release notes, the Koha manual is available in the following languages:
1546
As of the date of these release notes, the Koha manual is available in the following languages:
1547
1547
1548
- [Chinese (Traditional)](https://koha-community.org/manual/24.05/zh_Hant/html/) (72%)
1548
- [Chinese (Traditional)](http://koha-community.org/manual/24.05/zh_Hant/html/) (72%)
1549
- [English](https://koha-community.org/manual/24.05/en/html/) (100%)
1549
- [English](http://koha-community.org/manual/24.05/en/html/) (100%)
1550
- [French](https://koha-community.org/manual/24.05/fr/html/) (44%)
1550
- [French](http://koha-community.org/manual/24.05/fr/html/) (44%)
1551
- [German](https://koha-community.org/manual/24.05/de/html/) (40%)
1551
- [German](http://koha-community.org/manual/24.05/de/html/) (40%)
1552
- [Hindi](https://koha-community.org/manual/24.05/hi/html/) (80%)
1552
- [Hindi](http://koha-community.org/manual/24.05/hi/html/) (80%)
1553
1553
1554
The Git repository for the Koha manual can be found at
1554
The Git repository for the Koha manual can be found at
1555
1555
(-)a/misc/release_notes/release_notes_24_11_00.md (-857 / +857 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](https://koha-community.org)
9
- [Koha Community](http://koha-community.org)
10
10
11
Koha 24.11.00 can be downloaded from:
11
Koha 24.11.00 can be downloaded from:
12
12
13
- [Download](https://download.koha-community.org/koha-24.11-latest.tar.gz)
13
- [Download](http://download.koha-community.org/koha-24.11-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 24.11.00 is a major release, that comes with many new features.
20
Koha 24.11.00 is a major release, that comes with many new features.
Lines 23-29 It includes 10 new features, 184 enhancements, 647 bugfixes. Link Here
23
23
24
**System requirements**
24
**System requirements**
25
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).
26
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
27
28
## New features & Enhancements
28
## New features & Enhancements
29
29
Lines 31-37 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
#### New features
32
#### New features
33
33
34
- [34355](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34355) Automated MARC record ordering process
34
- [34355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34355) Automated MARC record ordering process
35
  >Adds a parallel process to EDI ordering for MARC-file based ordering systems.
35
  >Adds a parallel process to EDI ordering for MARC-file based ordering systems.
36
  >
36
  >
37
37
Lines 39-67 You can learn about the system components (like OS and database) needed for runn Link Here
39
39
40
#### Enhancements
40
#### Enhancements
41
41
42
- [8855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8855) Link from receipt to invoice
42
- [8855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8855) Link from receipt to invoice
43
  >This enhancement links the invoice number on the receiving orders page to the invoice page.
43
  >This enhancement links the invoice number on the receiving orders page to the invoice page.
44
- [33363](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33363) More specific permissions for purchase suggestions
44
- [33363](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33363) More specific permissions for purchase suggestions
45
  >This enhancement adds new staff permissions for suggestions. The new permissions are suggestions_create and suggestions_delete. Staff that currently have suggestions_manage will have the new statuses after the update.
45
  >This enhancement adds new staff permissions for suggestions. The new permissions are suggestions_create and suggestions_delete. Staff that currently have suggestions_manage will have the new statuses after the update.
46
46
47
  **Sponsored by** *Cuyahoga County Public Library*
47
  **Sponsored by** *Cuyahoga County Public Library*
48
- [34805](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34805) Add order search form to acquisitions module start page
48
- [34805](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34805) Add order search form to acquisitions module start page
49
  >This adds the advanced search form for searching orders to the start page of the acquisitions module.
49
  >This adds the advanced search form for searching orders to the start page of the acquisitions module.
50
50
51
  **Sponsored by** *Athens County Public Libraries*
51
  **Sponsored by** *Athens County Public Libraries*
52
- [36767](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36767) Add a hint to the EDI account form that the SFTP/FTP port will fallback to port 22 if not defined
52
- [36767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36767) Add a hint to the EDI account form that the SFTP/FTP port will fallback to port 22 if not defined
53
  >This fixes an error when creating an EDI account if you don't enter the upload and download ports. The port numbers should have defaulted to port 22, but didn't - this generated an error when saving. It also adds a hint for the input fields to say that the port will default to 22 if not set.
53
  >This fixes an error when creating an EDI account if you don't enter the upload and download ports. The port numbers should have defaulted to port 22, but didn't - this generated an error when saving. It also adds a hint for the input fields to say that the port will default to 22 if not set.
54
- [37081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37081) Add order confusing when ordering from a staged file
54
- [37081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37081) Add order confusing when ordering from a staged file
55
  >Fixes confusing terminology when staging or adding a new file to a basket in the acquisitions module.
55
  >Fixes confusing terminology when staging or adding a new file to a basket in the acquisitions module.
56
- [37109](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109) Don't provide old claims fields when duplicating acquisitions orders
56
- [37109](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109) Don't provide old claims fields when duplicating acquisitions orders
57
  >This patch stops the unused fields claims_count, claimed_date, received_on and placed_on from being initialised while duplicating an order. The fields no longer exist in the aqorders table and no longer need to be set or passed on.
57
  >This patch stops the unused fields claims_count, claimed_date, received_on and placed_on from being initialised while duplicating an order. The fields no longer exist in the aqorders table and no longer need to be set or passed on.
58
58
59
  **Sponsored by** *Catalyst*
59
  **Sponsored by** *Catalyst*
60
- [37511](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37511) Add option to place the currency symbol before or after the amount
60
- [37511](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37511) Add option to place the currency symbol before or after the amount
61
  >Adds the option in currencies to define whether the currency symbol should appear before or after the amount in displays.
61
  >Adds the option in currencies to define whether the currency symbol should appear before or after the amount in displays.
62
62
63
  **Sponsored by** *Ignatianum University in Cracow*
63
  **Sponsored by** *Ignatianum University in Cracow*
64
- [38204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38204) Add `GET /acquisitions/baskets`
64
- [38204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38204) Add `GET /acquisitions/baskets`
65
  >This enhancement adds a new API endpoint to list baskets for acquisitions.
65
  >This enhancement adds a new API endpoint to list baskets for acquisitions.
66
  >
66
  >
67
67
Lines 71-102 You can learn about the system components (like OS and database) needed for runn Link Here
71
71
72
#### Enhancements
72
#### Enhancements
73
73
74
- [17729](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729) Replace IsItemOnHoldAndFound with $item->holds->filter_by_found->count
74
- [17729](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729) Replace IsItemOnHoldAndFound with $item->holds->filter_by_found->count
75
- [24471](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24471) Rename ILL method handle_commit_maybe
75
- [24471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24471) Rename ILL method handle_commit_maybe
76
- [30856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30856) Remove CanReserveBeCanceledFromOpac
76
- [30856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30856) Remove CanReserveBeCanceledFromOpac
77
- [33641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33641) We should record return library in old checkouts (oldissues)
77
- [33641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33641) We should record return library in old checkouts (oldissues)
78
- [35026](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35026) Refactor addorderiso2709.pl to use object methods
78
- [35026](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35026) Refactor addorderiso2709.pl to use object methods
79
- [36694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36694) Remove HC Sticky library in favor of CSS
79
- [36694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36694) Remove HC Sticky library in favor of CSS
80
  >This enhancement removes the hc-sticky.js assets from Koha which were used to make certain HTML elements "sticky". The functionality is now accomplished using only CSS.
80
  >This enhancement removes the hc-sticky.js assets from Koha which were used to make certain HTML elements "sticky". The functionality is now accomplished using only CSS.
81
- [37380](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380) Move GetMarcControlnumber to Koha namespace
81
- [37380](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380) Move GetMarcControlnumber to Koha namespace
82
- [37480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37480) Make C4::Serials::addroutingmember use Koha::Objects
82
- [37480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37480) Make C4::Serials::addroutingmember use Koha::Objects
83
- [37844](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37844) Remove C4::Members::DeleteUnverifiedOpacRegistrations
83
- [37844](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37844) Remove C4::Members::DeleteUnverifiedOpacRegistrations
84
- [37845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37845) Remove C4::Members::DeleteExpiredOpacRegistrations
84
- [37845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37845) Remove C4::Members::DeleteExpiredOpacRegistrations
85
- [37868](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37868) Remove C4::Reserves::ToggleSuspend
85
- [37868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37868) Remove C4::Reserves::ToggleSuspend
86
- [38279](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38279) C4::ImportBatch::EmbedItemsInImportBiblio is not used
86
- [38279](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38279) C4::ImportBatch::EmbedItemsInImportBiblio is not used
87
87
88
### Authentication
88
### Authentication
89
89
90
#### Enhancements
90
#### Enhancements
91
91
92
- [36026](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36026) Add TLS MySQL connection without mutual authentication
92
- [36026](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36026) Add TLS MySQL connection without mutual authentication
93
  >Database connections with TLS require client private keys
93
  >Database connections with TLS require client private keys
94
  >and certificates for authentication but MariaDB also supports
94
  >and certificates for authentication but MariaDB also supports
95
  >authentication by user and password.
95
  >authentication by user and password.
96
  >This enhancement allows omitting the TLS options for certificate based client authentication.
96
  >This enhancement allows omitting the TLS options for certificate based client authentication.
97
97
98
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
98
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
99
- [37691](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37691) Password expiration reset not clear enough
99
- [37691](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37691) Password expiration reset not clear enough
100
  >This enhancement alters the style of the error message shown to a staff member who tries to log in to the staff client with an expired password. This change makes the message more visible and rewords the link text to read "Reset your password."
100
  >This enhancement alters the style of the error message shown to a staff member who tries to log in to the staff client with an expired password. This change makes the message more visible and rewords the link text to read "Reset your password."
101
101
102
  **Sponsored by** *Athens County Public Libraries*
102
  **Sponsored by** *Athens County Public Libraries*
Lines 105-127 You can learn about the system components (like OS and database) needed for runn Link Here
105
105
106
#### New features
106
#### New features
107
107
108
- [35659](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659) OAI harvester
108
- [35659](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659) OAI harvester
109
  >This change adds the ability for library staff to define OAI repositories in Koha, which are harvested for metadata using a cronjob configured by the system administrator. An email report of the harvest can be shared via using an email address defined in the system preference OAI-PMH:HarvestEmailReport
109
  >This change adds the ability for library staff to define OAI repositories in Koha, which are harvested for metadata using a cronjob configured by the system administrator. An email report of the harvest can be shared via using an email address defined in the system preference OAI-PMH:HarvestEmailReport
110
110
111
  **Sponsored by** *Association KohaLa* and *KohaLa*
111
  **Sponsored by** *Association KohaLa* and *KohaLa*
112
112
113
#### Enhancements
113
#### Enhancements
114
114
115
- [29560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29560) Add option to create MARC links when adding items to bundles
115
- [29560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29560) Add option to create MARC links when adding items to bundles
116
  >This enhancement to the bundle functionality adds the option to create 773 MARC field links between the bundle host and its constituent parts.
116
  >This enhancement to the bundle functionality adds the option to create 773 MARC field links between the bundle host and its constituent parts.
117
  >
117
  >
118
118
119
  **Sponsored by** *PTFS Europe*
119
  **Sponsored by** *PTFS Europe*
120
- [36054](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36054) Don't mark MARC21 005 as mandatory in frameworks now that AddBiblio and ModBibilio will set it no matter what
120
- [36054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36054) Don't mark MARC21 005 as mandatory in frameworks now that AddBiblio and ModBibilio will set it no matter what
121
  >This change makes the 005 tag in MARC bibliographic frameworks no longer mandatory, because every time a bibliographic record is added or modified, Koha will set the content of 005 to the current time. Existing installations are not affected by this change, but should feel free to make the same change to their installed frameworks.
121
  >This change makes the 005 tag in MARC bibliographic frameworks no longer mandatory, because every time a bibliographic record is added or modified, Koha will set the content of 005 to the current time. Existing installations are not affected by this change, but should feel free to make the same change to their installed frameworks.
122
- [36496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36496) Inventory results table needs an export option
122
- [36496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36496) Inventory results table needs an export option
123
  >This enhancement adds the CSV export options to the inventory results screen. Previously the CSV export had to be selected before running inventory.
123
  >This enhancement adds the CSV export options to the inventory results screen. Previously the CSV export had to be selected before running inventory.
124
- [36498](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36498) Allow ability to set display order when adding an item group from item editor
124
- [36498](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36498) Allow ability to set display order when adding an item group from item editor
125
  >This enhancement to item groups allows you to set the order for item groups created when adding a new item. To do this: 
125
  >This enhancement to item groups allows you to set the order for item groups created when adding a new item. To do this: 
126
  >1. Scroll down to the 'Add to item group section' at the bottom of the add item form.
126
  >1. Scroll down to the 'Add to item group section' at the bottom of the add item form.
127
  >2. For the options field, select 'Create new item group'.
127
  >2. For the options field, select 'Create new item group'.
Lines 129-135 You can learn about the system components (like OS and database) needed for runn Link Here
129
  >4. Add a number to the new 'Display order' field to set the order.
129
  >4. Add a number to the new 'Display order' field to set the order.
130
  >Previously, the order of the groups could only be changed from the item groups tab on the record details page.
130
  >Previously, the order of the groups could only be changed from the item groups tab on the record details page.
131
  >(To use the item groups feature, enable the EnableItemGroups system preference.)
131
  >(To use the item groups feature, enable the EnableItemGroups system preference.)
132
- [36515](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36515) Amend MARC modification templates so control fields can be copied to subfields
132
- [36515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36515) Amend MARC modification templates so control fields can be copied to subfields
133
  >With this enhancement it's now possible to copy the content of MARC control fields to MARC subfields. Example: copy 001 to 035$a.
133
  >With this enhancement it's now possible to copy the content of MARC control fields to MARC subfields. Example: copy 001 to 035$a.
134
134
135
  **Sponsored by** *Education Services Australia SCIS*
135
  **Sponsored by** *Education Services Australia SCIS*
Lines 138-172 You can learn about the system components (like OS and database) needed for runn Link Here
138
138
139
#### New features
139
#### New features
140
140
141
- [33736](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33736) Add bookings to collect circulation report
141
- [33736](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33736) Add bookings to collect circulation report
142
  >The enhancement adds a new 'Bookings to collect' report into the Circulation module. It parallels the 'Holds to pull' report allowing staff to easily report against upcoming bookings and collect them from the shelves ready for collection by the patron who has the item booked.
142
  >The enhancement adds a new 'Bookings to collect' report into the Circulation module. It parallels the 'Holds to pull' report allowing staff to easily report against upcoming bookings and collect them from the shelves ready for collection by the patron who has the item booked.
143
143
144
  **Sponsored by** *PTFS Europe*
144
  **Sponsored by** *PTFS Europe*
145
145
146
#### Enhancements
146
#### Enhancements
147
147
148
- [14180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180) Make "Always show checkouts immediately" a global setting
148
- [14180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180) Make "Always show checkouts immediately" a global setting
149
  >This enhancement adds the ability for libraries to have checkouts always show immediately. To turn on this new feature, set the new system preference 'AlwaysLoadCheckoutsTable' to 'do. If you find that checkouts are slow do load, you can add a delay to the table so the rest of the page can load and checkouts can proceed using the new system preference 'LoadCheckoutsTableDelay'.
149
  >This enhancement adds the ability for libraries to have checkouts always show immediately. To turn on this new feature, set the new system preference 'AlwaysLoadCheckoutsTable' to 'do. If you find that checkouts are slow do load, you can add a delay to the table so the rest of the page can load and checkouts can proceed using the new system preference 'LoadCheckoutsTableDelay'.
150
  >
150
  >
151
151
152
  **Sponsored by** *ByWater Solutions*
152
  **Sponsored by** *ByWater Solutions*
153
- [14787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14787) Allow confirm/continue option to circulation warnings at checkout
153
- [14787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14787) Allow confirm/continue option to circulation warnings at checkout
154
  >This patch adds functionality that will remember whether an action has been confirmed for a particular patron for the session. While carrying out an action on that patron, if the same checkout confirmation message keeps appearing the user can now select to remember their confirmation while they are still working on that patron. When the user moves onto a new patron the confirmations then reset and accumulate again for the new patron.
154
  >This patch adds functionality that will remember whether an action has been confirmed for a particular patron for the session. While carrying out an action on that patron, if the same checkout confirmation message keeps appearing the user can now select to remember their confirmation while they are still working on that patron. When the user moves onto a new patron the confirmations then reset and accumulate again for the new patron.
155
  >
155
  >
156
156
157
  **Sponsored by** *ByWater Solutions*, *Colorado Library Consortium (CLIC)*, *Panhandle Public Library Cooperative* and *Arcadia Public Library*
157
  **Sponsored by** *ByWater Solutions*, *Colorado Library Consortium (CLIC)*, *Panhandle Public Library Cooperative* and *Arcadia Public Library*
158
- [23781](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23781) Recalls notices and messaging preferences
158
- [23781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23781) Recalls notices and messaging preferences
159
  >This enhancement for recalls adds two new patron messaging preferences and associated circulation notices when UseRecalls is enabled:
159
  >This enhancement for recalls adds two new patron messaging preferences and associated circulation notices when UseRecalls is enabled:
160
  >- Recall awaiting pickup (new notice - PICKUP_RECALLED_ITEM)
160
  >- Recall awaiting pickup (new notice - PICKUP_RECALLED_ITEM)
161
  >- Return recalled item (new notice - RETURN_RECALLED_ITEM)
161
  >- Return recalled item (new notice - RETURN_RECALLED_ITEM)
162
162
163
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
163
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
164
- [27919](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27919) Split claims return from LOST
164
- [27919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27919) Split claims return from LOST
165
  >This changes the behavior of the 'claims returned' feature to no longer depend on a specific lost status of the item. If the item was set to a lost status before being marked as 'claims returned' the existing status will be kept. It's also possible to update items to a different lost status after claiming it returned.
165
  >This changes the behavior of the 'claims returned' feature to no longer depend on a specific lost status of the item. If the item was set to a lost status before being marked as 'claims returned' the existing status will be kept. It's also possible to update items to a different lost status after claiming it returned.
166
  >
166
  >
167
167
168
  **Sponsored by** *ByWater Solutions* and *PTFS Europe* and *Cuyahoga County Public Library*
168
  **Sponsored by** *ByWater Solutions* and *PTFS Europe* and *Cuyahoga County Public Library*
169
- [28924](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28924) Allow checkout fine limit to be determined by patron category
169
- [28924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28924) Allow checkout fine limit to be determined by patron category
170
  >This allows to set charge limits for checkouts by patron category. If the patron category level option is not used, the global system preferences will be used instead. 
170
  >This allows to set charge limits for checkouts by patron category. If the patron category level option is not used, the global system preferences will be used instead. 
171
  >
171
  >
172
  >The new options available are:
172
  >The new options available are:
Lines 176-245 You can learn about the system components (like OS and database) needed for runn Link Here
176
  >- Guarantors with guarantees checkout charge limit (`NoIssuesChargeGuarantorsWithGuarantees`)
176
  >- Guarantors with guarantees checkout charge limit (`NoIssuesChargeGuarantorsWithGuarantees`)
177
177
178
  **Sponsored by** *Cuyahoga County Public Library*
178
  **Sponsored by** *Cuyahoga County Public Library*
179
- [33292](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33292) Claim return doesn't refund lost item charge when MarkLostItemsAsReturned includes "When marking an item as a return claim" and "Refund lost item fee" is on
179
- [33292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33292) Claim return doesn't refund lost item charge when MarkLostItemsAsReturned includes "When marking an item as a return claim" and "Refund lost item fee" is on
180
  >This allows to refund the lost charge when a return claim is resolved. For this a new checkbox labelled 'Refund previous lost fee' is added to the return claim modal.
180
  >This allows to refund the lost charge when a return claim is resolved. For this a new checkbox labelled 'Refund previous lost fee' is added to the return claim modal.
181
  >
181
  >
182
182
183
  **Sponsored by** *ByWater Solutions* and *Cuyahoga County Public Library*
183
  **Sponsored by** *ByWater Solutions* and *Cuyahoga County Public Library*
184
- [34440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440) Add warm-up and cool-down periods to bookings
184
- [34440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440) Add warm-up and cool-down periods to bookings
185
  >This enhancement to the recently added bookings functionality allows libraries to define a lead-in and trail-out period to be prepended and appended to bookings.
185
  >This enhancement to the recently added bookings functionality allows libraries to define a lead-in and trail-out period to be prepended and appended to bookings.
186
  >
186
  >
187
  >These periods prevent checkouts or bookings from taking place too close to each other and allow for things like transfers and maintenance to be carried out.
187
  >These periods prevent checkouts or bookings from taking place too close to each other and allow for things like transfers and maintenance to be carried out.
188
188
189
  **Sponsored by** *Cuyahoga County Public Library*
189
  **Sponsored by** *Cuyahoga County Public Library*
190
- [35906](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35906) Add bookable option on itemtypes
190
- [35906](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35906) Add bookable option on itemtypes
191
  >This allows to configure on item type level if an item is bookable or not. The item type level setting can be overwritten on item level.
191
  >This allows to configure on item type level if an item is bookable or not. The item type level setting can be overwritten on item level.
192
- [35931](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35931) Pre-select items with due date today in the renew column on details page and on checkout page
192
- [35931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35931) Pre-select items with due date today in the renew column on details page and on checkout page
193
  >This enhancement selects items that are due today on the patron checkout and details screens, allowing librarians to renew items due today without additional clicks. This mirrors the behavior for overdue items on the same pages.
193
  >This enhancement selects items that are due today on the patron checkout and details screens, allowing librarians to renew items due today without additional clicks. This mirrors the behavior for overdue items on the same pages.
194
- [36476](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36476) Add holds priority column to patron summary print
194
- [36476](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36476) Add holds priority column to patron summary print
195
  >Adds a holds priority column to the "Pending holds" table when printing the patron's account summary.
195
  >Adds a holds priority column to the "Pending holds" table when printing the patron's account summary.
196
- [36547](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36547) Add 'Checked out on' column to overdues table
196
- [36547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36547) Add 'Checked out on' column to overdues table
197
  >This enhancement adds a "Checked out on" column to the report found at Circulation -> Overdues.
197
  >This enhancement adds a "Checked out on" column to the report found at Circulation -> Overdues.
198
- [36915](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36915) Send email notification when a booking is cancelled
198
- [36915](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36915) Send email notification when a booking is cancelled
199
  >This enhancement sends a notice to a patron when a booking is cancelled using the new BOOKING_CANCELLATION notice.
199
  >This enhancement sends a notice to a patron when a booking is cancelled using the new BOOKING_CANCELLATION notice.
200
  >
200
  >
201
201
202
  **Sponsored by** *BibLibre*
202
  **Sponsored by** *BibLibre*
203
- [37023](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37023) Filling a hold should update the timestamp
203
- [37023](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37023) Filling a hold should update the timestamp
204
  >With this change the timestamp of the hold is updated when it is filled and moved to the `old_reserves` database table.
204
  >With this change the timestamp of the hold is updated when it is filled and moved to the `old_reserves` database table.
205
205
206
  **Sponsored by** *Koha-Suomi Oy*
206
  **Sponsored by** *Koha-Suomi Oy*
207
- [37126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37126) Provide link to patron account when checking out to statistical patron ends checkout
207
- [37126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37126) Provide link to patron account when checking out to statistical patron ends checkout
208
  >This enhancement links the patron details in the message displayed when checking out an item to a statistical patron, where that item is already checked out to another patron. Previously, the patron details in the message did not link to the patron. This now makes it easier for staff to check the patron's details, for example, to check for any incorrect charges.
208
  >This enhancement links the patron details in the message displayed when checking out an item to a statistical patron, where that item is already checked out to another patron. Previously, the patron details in the message did not link to the patron. This now makes it easier for staff to check the patron's details, for example, to check for any incorrect charges.
209
- [37204](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37204) Add a booking has changed notice to update a patron should a booking be updated
209
- [37204](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37204) Add a booking has changed notice to update a patron should a booking be updated
210
  >This enhancement introduces a notice to inform patrons of changes to their bookings, such as updates to the pickup library, start date, or end date, ensuring clear communication regarding any modifications.
210
  >This enhancement introduces a notice to inform patrons of changes to their bookings, such as updates to the pickup library, start date, or end date, ensuring clear communication regarding any modifications.
211
211
212
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
212
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
213
- [37354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37354) Bookings should respect circulation rules for max loan periods
213
- [37354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37354) Bookings should respect circulation rules for max loan periods
214
  >This enhancement builds on the bookings functionality added in the last cycle. We now prevent a booking from exceeding the maximum period laid out by the circulation rules for that item.
214
  >This enhancement builds on the bookings functionality added in the last cycle. We now prevent a booking from exceeding the maximum period laid out by the circulation rules for that item.
215
  >
215
  >
216
  >We highlight the loan period and renewal periods in the bookings calendar upon selection of the booking start date and disallow bookings that exceed the loan period + renewal period * max renewals rules.
216
  >We highlight the loan period and renewal periods in the bookings calendar upon selection of the booking start date and disallow bookings that exceed the loan period + renewal period * max renewals rules.
217
  >
217
  >
218
218
219
  **Sponsored by** *PTFS Europe*
219
  **Sponsored by** *PTFS Europe*
220
- [37592](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37592) Add a record of creation and modification to bookings
220
- [37592](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37592) Add a record of creation and modification to bookings
221
  >This enhancement adds `created_at` and `updated_at` fields to the bookings table, providing institutions with the ability to track the creation and modification timestamps of bookings.
221
  >This enhancement adds `created_at` and `updated_at` fields to the bookings table, providing institutions with the ability to track the creation and modification timestamps of bookings.
222
  >
222
  >
223
223
224
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
224
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
225
- [37601](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37601) Add status field to bookings table
225
- [37601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37601) Add status field to bookings table
226
  >This enhancement adds a status column to the bookings table to track the state of a booking, including 'new', 'cancelled', and 'completed' statuses. Future statuses will be handled dynamically for improved API response handling and search functionality.
226
  >This enhancement adds a status column to the bookings table to track the state of a booking, including 'new', 'cancelled', and 'completed' statuses. Future statuses will be handled dynamically for improved API response handling and search functionality.
227
  >
227
  >
228
228
229
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
229
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
230
- [37803](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37803) Add patron notification when a new booking has been created successfully
230
- [37803](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37803) Add patron notification when a new booking has been created successfully
231
  >This enhancement adds a patron notification for successful booking creation, aligning it with existing notices for booking modifications and deletions.
231
  >This enhancement adds a patron notification for successful booking creation, aligning it with existing notices for booking modifications and deletions.
232
232
233
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
233
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
234
- [38175](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38175) Improve bookings behavior with new status field
234
- [38175](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38175) Improve bookings behavior with new status field
235
  >We opted to move away from deleting bookings on collection/cancellation and instead use a status field to signify booking state.
235
  >We opted to move away from deleting bookings on collection/cancellation and instead use a status field to signify booking state.
236
  >
236
  >
237
  >This allows for future reporting against fulfilled bookings.
237
  >This allows for future reporting against fulfilled bookings.
238
- [38193](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38193) Add cancellation_reason field to bookings table
238
- [38193](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38193) Add cancellation_reason field to bookings table
239
  >This enhancement adds a `cancellation_reason` field to the bookings table, allowing users to specify a reason for cancellations using either free text or an authorized value, and integrates this information into the cancellation process and notices.
239
  >This enhancement adds a `cancellation_reason` field to the bookings table, allowing users to specify a reason for cancellations using either free text or an authorized value, and integrates this information into the cancellation process and notices.
240
240
241
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
241
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
242
- [38222](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38222) Let staff pick a cancellation reason when canceling a booking
242
- [38222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38222) Let staff pick a cancellation reason when canceling a booking
243
  >This enhancement introduces a combobox component for booking cancellations, allowing users to select from authorized values or enter free text, ensuring consistent input handling and improved user experience across booking management modules.
243
  >This enhancement introduces a combobox component for booking cancellations, allowing users to select from authorized values or enter free text, ensuring consistent input handling and improved user experience across booking management modules.
244
244
245
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
245
  **Sponsored by** *Büchereizentrale Schleswig-Holstein*
Lines 248-256 You can learn about the system components (like OS and database) needed for runn Link Here
248
248
249
#### Enhancements
249
#### Enhancements
250
250
251
- [9596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9596) Allow longoverdue.pl to be configured per library on the command line
251
- [9596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9596) Allow longoverdue.pl to be configured per library on the command line
252
  >This patch adds --library and --skip-library options to the misc/cronjob/longoverdue.pl script. This enables setting the rules differently for each library when running the script on the command line and as a cron job.
252
  >This patch adds --library and --skip-library options to the misc/cronjob/longoverdue.pl script. This enables setting the rules differently for each library when running the script on the command line and as a cron job.
253
- [29507](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29507) Speed up auto renew cronjob via parallel processing
253
- [29507](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29507) Speed up auto renew cronjob via parallel processing
254
  >This enhancement enables using parallel processing to speed up the running of the automatic renewals cron job (misc/cronjobs/automatic_renewals.pl). This cron job can take hours to run for libraries with thousands of items to renew. 
254
  >This enhancement enables using parallel processing to speed up the running of the automatic renewals cron job (misc/cronjobs/automatic_renewals.pl). This cron job can take hours to run for libraries with thousands of items to renew. 
255
  >
255
  >
256
  >To use this enhancement, add this setting to the instance's koha-conf.xml - adjusting the value depending on the system resources available:
256
  >To use this enhancement, add this setting to the instance's koha-conf.xml - adjusting the value depending on the system resources available:
Lines 258-264 You can learn about the system components (like OS and database) needed for runn Link Here
258
  >  <auto_renew_cronjob>
258
  >  <auto_renew_cronjob>
259
  >    <parallel_loops_count>1</parallel_loops_count>
259
  >    <parallel_loops_count>1</parallel_loops_count>
260
  >  </auto_renew_cronjob>
260
  >  </auto_renew_cronjob>
261
- [36766](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766) Add command-line utility to SFTP a file to a remote server
261
- [36766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766) Add command-line utility to SFTP a file to a remote server
262
  >This enhancement adds a new command line utility misc/cronjobs/sftp_file.pl that allows libraries to securely transfer MARC data to an SFTP server. 
262
  >This enhancement adds a new command line utility misc/cronjobs/sftp_file.pl that allows libraries to securely transfer MARC data to an SFTP server. 
263
  >
263
  >
264
  >Example usage: misc/cronjobs/sftp_file.pl --host sftp --user koha --pass koha --upload_dir upload --file /tmp/test.mrc
264
  >Example usage: misc/cronjobs/sftp_file.pl --host sftp --user koha --pass koha --upload_dir upload --file /tmp/test.mrc
Lines 278-308 You can learn about the system components (like OS and database) needed for runn Link Here
278
  >3. Use a new sftp_file cronjob to transfer the MARC file to the remote SFTP server.
278
  >3. Use a new sftp_file cronjob to transfer the MARC file to the remote SFTP server.
279
279
280
  **Sponsored by** *Catalyst* and *Horowhenua Libraries, Toi Ohomai Institute of Technology, Plant and Food Research Limited, Waitaki District Council, South Taranaki District Council New Zealand*
280
  **Sponsored by** *Catalyst* and *Horowhenua Libraries, Toi Ohomai Institute of Technology, Plant and Food Research Limited, Waitaki District Council, South Taranaki District Council New Zealand*
281
- [36770](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36770) Add a reportID parameter to export_records.pl
281
- [36770](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36770) Add a reportID parameter to export_records.pl
282
  >This enhancement enables the export_records.pl script use a report output to export biblio or authority records, using the new 
282
  >This enhancement enables the export_records.pl script use a report output to export biblio or authority records, using the new 
283
  >--report_id=1 flag.
283
  >--report_id=1 flag.
284
284
285
  **Sponsored by** *Horowhenua Libraries, Toi Ohomai Institute of Technology, Plant and Food Research Limited, Waitaki District Council, South Taranaki District Council New Zealand*
285
  **Sponsored by** *Horowhenua Libraries, Toi Ohomai Institute of Technology, Plant and Food Research Limited, Waitaki District Council, South Taranaki District Council New Zealand*
286
- [37181](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37181) Add --confirm option switch to pseudonymize_statistics.pl
286
- [37181](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37181) Add --confirm option switch to pseudonymize_statistics.pl
287
  >This adds a `--confirm` option to the `pseudoymize_statistics.pl` command line script. Without this option there will be no changes made when the script is run, avoiding any accidental changes.
287
  >This adds a `--confirm` option to the `pseudoymize_statistics.pl` command line script. Without this option there will be no changes made when the script is run, avoiding any accidental changes.
288
- [37613](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37613) Follow-up to bug 9596 to change the option and documentation to match Terminology Guidelines
288
- [37613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37613) Follow-up to bug 9596 to change the option and documentation to match Terminology Guidelines
289
- [37657](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37657) Improve speed of koha-preferences CLI tool (by using minimal dbh)
289
- [37657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37657) Improve speed of koha-preferences CLI tool (by using minimal dbh)
290
  >This change refactors the koha-preferences CLI tool to use different internal database libraries in order to gain a speed performance improvement.
290
  >This change refactors the koha-preferences CLI tool to use different internal database libraries in order to gain a speed performance improvement.
291
- [37682](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37682) Improve speed of koha-preferences CLI tool (by lazy-loading modules)
291
- [37682](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37682) Improve speed of koha-preferences CLI tool (by lazy-loading modules)
292
  >By lazy-loading modules needed for some functions of the koha-preferences CLI tool, other functions which do not need those modules now run much faster.
292
  >By lazy-loading modules needed for some functions of the koha-preferences CLI tool, other functions which do not need those modules now run much faster.
293
293
294
### Course reserves
294
### Course reserves
295
295
296
#### Enhancements
296
#### Enhancements
297
297
298
- [35978](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35978) Extend breadcrumbs course reserves with sections
298
- [35978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35978) Extend breadcrumbs course reserves with sections
299
  >This enhancement adds the course section field into the breadcrumb for course reserves. This makes it easier to distinguish where you are.
299
  >This enhancement adds the course section field into the breadcrumb for course reserves. This makes it easier to distinguish where you are.
300
300
301
### Database
301
### Database
302
302
303
#### Enhancements
303
#### Enhancements
304
304
305
- [31143](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143) We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database
305
- [31143](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31143) We should attempt to fix/identify all cases where '0000-00-00' may still remain in the database
306
  >This enhancement:
306
  >This enhancement:
307
  >
307
  >
308
  >1. Updates the misc/maintenance/search_for_data_inconsistencies.pl script so that it identifies any date fields that have 0000-00-00 values.
308
  >1. Updates the misc/maintenance/search_for_data_inconsistencies.pl script so that it identifies any date fields that have 0000-00-00 values.
Lines 320-401 You can learn about the system components (like OS and database) needed for runn Link Here
320
320
321
#### New features
321
#### New features
322
322
323
- [35287](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35287) Add additional fields support to ERM licenses
323
- [35287](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35287) Add additional fields support to ERM licenses
324
  >This enhancement adds "Additional fields" support to ERM licenses.
324
  >This enhancement adds "Additional fields" support to ERM licenses.
325
325
326
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
326
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
327
327
328
#### Enhancements
328
#### Enhancements
329
329
330
- [37274](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37274) Standardize the toolbar in Vue components
330
- [37274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37274) Standardize the toolbar in Vue components
331
- [37576](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37576) Add additional fields support to ERM agreements
331
- [37576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37576) Add additional fields support to ERM agreements
332
  >This adds the option to add additional fields to ERM agreements. The fields can be either free text or linked to an authorized value for a pull down list. They be set to repeatable and made searchable.
332
  >This adds the option to add additional fields to ERM agreements. The fields can be either free text or linked to an authorized value for a pull down list. They be set to repeatable and made searchable.
333
- [37577](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37577) Add additional fields support to ERM packages
333
- [37577](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37577) Add additional fields support to ERM packages
334
  >This adds the option to add additional fields to ERM packages. The fields can be either free text or linked to an authorized value for a pull down list. They be set to repeatable and made searchable.
334
  >This adds the option to add additional fields to ERM packages. The fields can be either free text or linked to an authorized value for a pull down list. They be set to repeatable and made searchable.
335
- [37856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37856) Some SUSHI providers require the platform parameter
335
- [37856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37856) Some SUSHI providers require the platform parameter
336
  >This enhancement adds a new "platform" field to ERM's usage data providers, allowing the harvest of SUSHI usage data from providers that require this parameter.
336
  >This enhancement adds a new "platform" field to ERM's usage data providers, allowing the harvest of SUSHI usage data from providers that require this parameter.
337
337
338
### Fines and fees
338
### Fines and fees
339
339
340
#### Enhancements
340
#### Enhancements
341
341
342
- [34325](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34325) On the manual invoice and credit forms rename "Barcode" to "Item barcode" for clarity
342
- [34325](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34325) On the manual invoice and credit forms rename "Barcode" to "Item barcode" for clarity
343
  >This enhancement changes the form labels and error message for the manual invoice and credit forms for patrons (in the accounting section). This is to clarify that this field is for an item barcode, and not a patron card number barcode.
343
  >This enhancement changes the form labels and error message for the manual invoice and credit forms for patrons (in the accounting section). This is to clarify that this field is for an item barcode, and not a patron card number barcode.
344
344
345
### Hold requests
345
### Hold requests
346
346
347
#### Enhancements
347
#### Enhancements
348
348
349
- [28833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28833) Speed up holds queue builder via parallel processing
349
- [28833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28833) Speed up holds queue builder via parallel processing
350
  >This enhancement adds the ability to increase the amount of parallel calculations used to create the Holds Queue. The amount of calculations or "loops" done in parallel is set in the new system preference 'HoldsQueueParallelLoopsCount'. This enhancement will allow faster holds queue building for libraries with a very large amount of holds. Note that increasing the value in the system preference also causes Koha to use more resources when building the holds queue.
350
  >This enhancement adds the ability to increase the amount of parallel calculations used to create the Holds Queue. The amount of calculations or "loops" done in parallel is set in the new system preference 'HoldsQueueParallelLoopsCount'. This enhancement will allow faster holds queue building for libraries with a very large amount of holds. Note that increasing the value in the system preference also causes Koha to use more resources when building the holds queue.
351
- [29079](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079) Make bibliographic information in holds queue customizable
351
- [29079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079) Make bibliographic information in holds queue customizable
352
  >This enhancement adds two new columns to the holds queue table - Author and Publication details. It removes this information from the title column. Libraries can use table settings to hide this information, for example, if you only want to show the title in the holds queue.
352
  >This enhancement adds two new columns to the holds queue table - Author and Publication details. It removes this information from the title column. Libraries can use table settings to hide this information, for example, if you only want to show the title in the holds queue.
353
- [30411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30411) Add separate shelving location column to holds queue
353
- [30411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30411) Add separate shelving location column to holds queue
354
  >Adds shelving location as its own column in the holds queue. This makes it easier to sort the holds queue by shelving location.
354
  >Adds shelving location as its own column in the holds queue. This makes it easier to sort the holds queue by shelving location.
355
- [36064](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36064) Add information about holds with cancellation requests to staff start page
355
- [36064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36064) Add information about holds with cancellation requests to staff start page
356
  >This enhancement adds a "Holds with cancellation requests: X" link to the staff interface home page. This makes it more visible to librarians that patrons have made cancellation requests, and action them (where patrons have the ability to cancel holds).
356
  >This enhancement adds a "Holds with cancellation requests: X" link to the staff interface home page. This makes it more visible to librarians that patrons have made cancellation requests, and action them (where patrons have the ability to cancel holds).
357
- [36595](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36595) Add patron email to the holds queue table
357
- [36595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36595) Add patron email to the holds queue table
358
  >This enhancement adds a patron's email address (when it exists) to the patron column for the holds queue table (Circulation > Holds and bookings > Holds queue). (This requires setting the HidePatronName system preference to 'Show'.)
358
  >This enhancement adds a patron's email address (when it exists) to the patron column for the holds queue table (Circulation > Holds and bookings > Holds queue). (This requires setting the HidePatronName system preference to 'Show'.)
359
359
360
### I18N/L10N
360
### I18N/L10N
361
361
362
#### Enhancements
362
#### Enhancements
363
363
364
- [37781](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37781) Add translation context for "On" (when used alone)
364
- [37781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37781) Add translation context for "On" (when used alone)
365
  >This enhancement adds translation context to the word "On" when it is used alone. In the item search page, it means "on a specific date", and on the SMTP server administration page, it means "on" as in "not off". The translation context separates the two strings so that they can be translated individually.
365
  >This enhancement adds translation context to the word "On" when it is used alone. In the item search page, it means "on a specific date", and on the SMTP server administration page, it means "on" as in "not off". The translation context separates the two strings so that they can be translated individually.
366
366
367
### ILL
367
### ILL
368
368
369
#### New features
369
#### New features
370
370
371
- [35570](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35570) Add a generic master form in ILL
371
- [35570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35570) Add a generic master form in ILL
372
  >This incorporates the ILL backend previously known as "FreeForm" (https://github.com/PTFS-Europe/koha-ill-freeform) into core Koha, now labeled as "Standard".
372
  >This incorporates the ILL backend previously known as "FreeForm" (https://github.com/PTFS-Europe/koha-ill-freeform) into core Koha, now labeled as "Standard".
373
  >This allows the ILL module to be used as soon as the ILLModule system preference is enabled, without the need to install additional third-party backends, although the option to do so still exists.
373
  >This allows the ILL module to be used as soon as the ILLModule system preference is enabled, without the need to install additional third-party backends, although the option to do so still exists.
374
  >Upon upgrading, all prior "FreeForm" ILL requests, attributes, and comments will be transferred to the new "Standard" backend.
374
  >Upon upgrading, all prior "FreeForm" ILL requests, attributes, and comments will be transferred to the new "Standard" backend.
375
375
376
#### Enhancements
376
#### Enhancements
377
377
378
- [36118](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36118) ILL request log does not display patron information
378
- [36118](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36118) ILL request log does not display patron information
379
  >With the IllLog system preference enabled, the actions logged for each ILL request lacked details about which patron user performed the action. This enhancement addresses this.
379
  >With the IllLog system preference enabled, the actions logged for each ILL request lacked details about which patron user performed the action. This enhancement addresses this.
380
380
381
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
381
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
382
- [36221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221) Improve styling of Standard backend create OPAC form
382
- [36221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221) Improve styling of Standard backend create OPAC form
383
  >This makes various improvements to the ILL request form in the OPAC to make it more consistent with the other forms in Koha. This includes fixes to the styling of required fields, terminology and translations.
383
  >This makes various improvements to the ILL request form in the OPAC to make it more consistent with the other forms in Koha. This includes fixes to the styling of required fields, terminology and translations.
384
384
385
### Installation and upgrade (command-line installer)
385
### Installation and upgrade (command-line installer)
386
386
387
#### Enhancements
387
#### Enhancements
388
388
389
- [34088](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088) Schema upgrade should short circuit faster if no upgrade needs to be done
389
- [34088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088) Schema upgrade should short circuit faster if no upgrade needs to be done
390
  >This change makes koha-schema-upgrade use an optimized check if a database upgrade is needed before attempting the usual slower upgrade process. This makes Koha upgrades, which don't need database updates, much faster.
390
  >This change makes koha-schema-upgrade use an optimized check if a database upgrade is needed before attempting the usual slower upgrade process. This makes Koha upgrades, which don't need database updates, much faster.
391
391
392
### Lists
392
### Lists
393
393
394
#### Enhancements
394
#### Enhancements
395
395
396
- [30955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30955) Send a notice to new owner when transferring shared list
396
- [30955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30955) Send a notice to new owner when transferring shared list
397
  >This enhancement adds a new notice, TRANSFER_OWNERSHIP, under a new module, Lists. When a list is transferred to a new owner, this notice is triggered, containing a short paragraph detailing the list name.
397
  >This enhancement adds a new notice, TRANSFER_OWNERSHIP, under a new module, Lists. When a list is transferred to a new owner, this notice is triggered, containing a short paragraph detailing the list name.
398
- [37177](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37177) "item" should be "record" in list page
398
- [37177](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37177) "item" should be "record" in list page
399
  >This patch corrects some areas in the lists and carts so that the term 'record' is used instead of 'item' when referring to a bibliographic record.
399
  >This patch corrects some areas in the lists and carts so that the term 'record' is used instead of 'item' when referring to a bibliographic record.
400
400
401
  **Sponsored by** *Athens County Public Libraries*
401
  **Sponsored by** *Athens County Public Libraries*
Lines 404-480 You can learn about the system components (like OS and database) needed for runn Link Here
404
404
405
#### Enhancements
405
#### Enhancements
406
406
407
- [35305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35305) Add XSLT for authority details page in staff interface
407
- [35305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35305) Add XSLT for authority details page in staff interface
408
  >This enhancement enables using custom XSLT stylesheets to display authority detail pages in the staff interface. 
408
  >This enhancement enables using custom XSLT stylesheets to display authority detail pages in the staff interface. 
409
  >
409
  >
410
  >Enter a path to the custom XSLT file in the new system preference AuthorityXSLTDetailsDisplay (or use an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
410
  >Enter a path to the custom XSLT file in the new system preference AuthorityXSLTDetailsDisplay (or use an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
411
  >
411
  >
412
  >(Note: This ability is already available for the OPAC. It was added by bug 21330 to Koha 23.05 and 22.11.07).
412
  >(Note: This ability is already available for the OPAC. It was added by bug 21330 to Koha 23.05 and 22.11.07).
413
- [36603](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36603) UNIMARC: automatically copy the ISNI number over when linking authorities with authorities
413
- [36603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36603) UNIMARC: automatically copy the ISNI number over when linking authorities with authorities
414
  >This enables the automatic copying over of authority subfield 010$a [aka INTERNATIONAL STANDARD NAME IDENTIFIER (ISNI)] into the corresponding 5xx$o subfield when linking authorities with other authorities in UNIMARC instances. It only applies to the Personal Name, Corporate Body Name, and Family Name authority types.
414
  >This enables the automatic copying over of authority subfield 010$a [aka INTERNATIONAL STANDARD NAME IDENTIFIER (ISNI)] into the corresponding 5xx$o subfield when linking authorities with other authorities in UNIMARC instances. It only applies to the Personal Name, Corporate Body Name, and Family Name authority types.
415
- [37122](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37122) Update MARC21 authority frameworks to Update 30
415
- [37122](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37122) Update MARC21 authority frameworks to Update 30
416
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 30 (May 2020).
416
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 30 (May 2020).
417
  >
417
  >
418
  >NOTES:
418
  >NOTES:
419
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
419
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
420
- [37123](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37123) Update MARC21 authority frameworks to Update 31
420
- [37123](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37123) Update MARC21 authority frameworks to Update 31
421
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 31 (December 2020).
421
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 31 (December 2020).
422
  >
422
  >
423
  >NOTES:
423
  >NOTES:
424
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
424
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
425
- [37124](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37124) Update MARC21 authority frameworks to Update 32
425
- [37124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37124) Update MARC21 authority frameworks to Update 32
426
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 32 (June 2021).
426
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 32 (June 2021).
427
  >
427
  >
428
  >NOTES:
428
  >NOTES:
429
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
429
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
430
- [37125](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37125) Update MARC21 authority frameworks to Update 33
430
- [37125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37125) Update MARC21 authority frameworks to Update 33
431
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 33 (November 2021).
431
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 33 (November 2021).
432
  >
432
  >
433
  >NOTES:
433
  >NOTES:
434
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
434
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
435
- [37128](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37128) Update MARC21 authority frameworks to Update 34
435
- [37128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37128) Update MARC21 authority frameworks to Update 34
436
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 34 (July 2022).
436
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 34 (July 2022).
437
  >
437
  >
438
  >NOTES:
438
  >NOTES:
439
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
439
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
440
- [37132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37132) Update MARC21 authority frameworks to Update 35
440
- [37132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37132) Update MARC21 authority frameworks to Update 35
441
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 35 (December 2022).
441
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 35 (December 2022).
442
  >
442
  >
443
  >NOTES:
443
  >NOTES:
444
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
444
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
445
- [37133](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37133) Update MARC21 authority frameworks to Update 36
445
- [37133](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37133) Update MARC21 authority frameworks to Update 36
446
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 36 (June 2023).
446
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 36 (June 2023).
447
  >
447
  >
448
  >NOTES:
448
  >NOTES:
449
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
449
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
450
- [37134](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37134) Update MARC21 authority frameworks to Update 37
450
- [37134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37134) Update MARC21 authority frameworks to Update 37
451
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 37 (December 2023).
451
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 37 (December 2023).
452
  >
452
  >
453
  >NOTES:
453
  >NOTES:
454
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
454
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
455
- [37135](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37135) Update MARC21 authority frameworks to Update 38
455
- [37135](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37135) Update MARC21 authority frameworks to Update 38
456
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 38 (June 2024).
456
  >This enhancement updates the MARC21 authority frameworks for new installations to reflect the changes from Update 38 (June 2024).
457
  >
457
  >
458
  >NOTES:
458
  >NOTES:
459
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
459
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
460
- [37349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37349) Use cache for authority types when linking bibliographic records to authorities
460
- [37349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37349) Use cache for authority types when linking bibliographic records to authorities
461
461
462
### MARC Bibliographic data support
462
### MARC Bibliographic data support
463
463
464
#### Enhancements
464
#### Enhancements
465
465
466
- [36055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36055) Simplify MARC21 fast add framework
466
- [36055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36055) Simplify MARC21 fast add framework
467
  >This enhancement updates the fast add framework (FA) to remove unnecessary fields (which defeated the purpose of having a way to quickly add a minimal record). **Important note**: This update only affects new installations. See the bug details (comment #2) for a list of changes if you would like to update your existing FA framework.
467
  >This enhancement updates the fast add framework (FA) to remove unnecessary fields (which defeated the purpose of having a way to quickly add a minimal record). **Important note**: This update only affects new installations. See the bug details (comment #2) for a list of changes if you would like to update your existing FA framework.
468
- [37114](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37114) Update MARC21 default framework to Update 38 (June 2024)
468
- [37114](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37114) Update MARC21 default framework to Update 38 (June 2024)
469
  >This enhancement updates the default MARC21 bibliographic framework for new installations to reflect the changes from Update 38 (June 2024).
469
  >This enhancement updates the default MARC21 bibliographic framework for new installations to reflect the changes from Update 38 (June 2024).
470
  >
470
  >
471
  >NOTES:
471
  >NOTES:
472
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
472
  >- For existing installations, manually updating the default and other frameworks with the changes is required.
473
  >- For new installations, only the default framework is updated. Manually updating other frameworks with the changes is required.
473
  >- For new installations, only the default framework is updated. Manually updating other frameworks with the changes is required.
474
- [37120](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37120) Add heading subfields for 647 (MARC21)
474
- [37120](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37120) Add heading subfields for 647 (MARC21)
475
  >This enhancement updates the default MARC21 bibliographic framework to add subfields a, c, d, and g to field 647.
475
  >This enhancement updates the default MARC21 bibliographic framework to add subfields a, c, d, and g to field 647.
476
  >NOTE: This does not affect existing installations. If you are upgrading and wish to have the subfields in your bibliographic framework, add them via Administration > MARC bibliographic framework.
476
  >NOTE: This does not affect existing installations. If you are upgrading and wish to have the subfields in your bibliographic framework, add them via Administration > MARC bibliographic framework.
477
- [37121](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37121) MARC21 Addition to relator terms in technical notice 2024-05-14
477
- [37121](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37121) MARC21 Addition to relator terms in technical notice 2024-05-14
478
  >This patch adds new relator codea in the list of MARC21 relator terms in Koha:
478
  >This patch adds new relator codea in the list of MARC21 relator terms in Koha:
479
  >
479
  >
480
  >- wfs - Writer of film story
480
  >- wfs - Writer of film story
Lines 487-508 You can learn about the system components (like OS and database) needed for runn Link Here
487
487
488
#### Enhancements
488
#### Enhancements
489
489
490
- [17976](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17976) TT syntax for notices - Add an equivalence for items.fine
490
- [17976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17976) TT syntax for notices - Add an equivalence for items.fine
491
  >This patch adds an easy accessor method for fetching a checkouts overdue fines.  This is of particular interest to notice template authors as you can now use the following snippet in your notices:
491
  >This patch adds an easy accessor method for fetching a checkouts overdue fines.  This is of particular interest to notice template authors as you can now use the following snippet in your notices:
492
  >
492
  >
493
  >`[% overdue.overdue_fines.total_outstanding | $Price %]`
493
  >`[% overdue.overdue_fines.total_outstanding | $Price %]`
494
- [23295](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23295) Automatically debar patrons if SMS or email notice fail
494
- [23295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23295) Automatically debar patrons if SMS or email notice fail
495
  >This enhancement adds the new system preference 'RestrictPatronsWithFailedNotices' to allow Koha to automatically restrict patrons when SMS or email notices fail to reach them. The system preference is turned off by default. To turn it on, set the system preference to 'Apply'. This system preference requires the misc/cronjobs/restrict_patrons_with_failed_notices.pl cronjob.
495
  >This enhancement adds the new system preference 'RestrictPatronsWithFailedNotices' to allow Koha to automatically restrict patrons when SMS or email notices fail to reach them. The system preference is turned off by default. To turn it on, set the system preference to 'Apply'. This system preference requires the misc/cronjobs/restrict_patrons_with_failed_notices.pl cronjob.
496
496
497
  **Sponsored by** *Catalyst*
497
  **Sponsored by** *Catalyst*
498
- [29194](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29194) Patron messaging preferences should be logically ordered
498
- [29194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29194) Patron messaging preferences should be logically ordered
499
  >This changes the sequence of the notices in the messaging preferences table to be more logical and roughly chronological.
499
  >This changes the sequence of the notices in the messaging preferences table to be more logical and roughly chronological.
500
- [36758](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36758) We should notify an assignee when they are assigned a ticket
500
- [36758](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36758) We should notify an assignee when they are assigned a ticket
501
  >This enhancement to catalog concerns notifies staff when a new concern is assigned to them for action (when CatalogConcerns and OpacCatalogConcerns are enabled). It uses a new TICKET_ASSIGNED notice. No notice is sent when it is self-assigned.
501
  >This enhancement to catalog concerns notifies staff when a new concern is assigned to them for action (when CatalogConcerns and OpacCatalogConcerns are enabled). It uses a new TICKET_ASSIGNED notice. No notice is sent when it is self-assigned.
502
  >
502
  >
503
503
504
  **Sponsored by** *PTFS Europe*
504
  **Sponsored by** *PTFS Europe*
505
- [36815](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36815) Add the option to 'Reset to default' in the notices editor
505
- [36815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36815) Add the option to 'Reset to default' in the notices editor
506
  >This enhancement adds a new 'View default' button to the notices editor for notices that ship in the sample data for Koha.
506
  >This enhancement adds a new 'View default' button to the notices editor for notices that ship in the sample data for Koha.
507
  >
507
  >
508
  >This button allows you to display the default sample notice in a popup modal and even reset the notice your currently editing to that default.
508
  >This button allows you to display the default sample notice in a popup modal and even reset the notice your currently editing to that default.
Lines 514-565 You can learn about the system components (like OS and database) needed for runn Link Here
514
514
515
#### New features
515
#### New features
516
516
517
- [14670](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14670) Add 'cite' option to detail page in OPAC
517
- [14670](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14670) Add 'cite' option to detail page in OPAC
518
  >This adds a new 'Cite' option to the toolbar on the right of the bibliographic details on the details page in the OPAC. When clicked, you are presented with citations for the viewed record using different citation styles.
518
  >This adds a new 'Cite' option to the toolbar on the right of the bibliographic details on the details page in the OPAC. When clicked, you are presented with citations for the viewed record using different citation styles.
519
519
520
  **Sponsored by** *Orex Digital* and *Regionbibliotek Halland / County library of Halland*
520
  **Sponsored by** *Orex Digital* and *Regionbibliotek Halland / County library of Halland*
521
- [26777](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26777) Give the user the option to display their patron card barcode from the OPAC
521
- [26777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26777) Give the user the option to display their patron card barcode from the OPAC
522
  >This adds the option to display the patron's library card as a barcode within their library account, so it can be scanned at the circulation desk or a self check machine.
522
  >This adds the option to display the patron's library card as a barcode within their library account, so it can be scanned at the circulation desk or a self check machine.
523
  >The feature can be activated using the new system preference `OPACVirtualCard`.
523
  >The feature can be activated using the new system preference `OPACVirtualCard`.
524
524
525
#### Enhancements
525
#### Enhancements
526
526
527
- [26933](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26933) Improve handling of multiple covers on catalog search results in the OPAC
527
- [26933](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26933) Improve handling of multiple covers on catalog search results in the OPAC
528
  >This enhancement adds the slider widget for multiple cover images on the OPAC search results page (when multiple sources enabled), matching the way covers display on the detail page.
528
  >This enhancement adds the slider widget for multiple cover images on the OPAC search results page (when multiple sources enabled), matching the way covers display on the detail page.
529
529
530
  **Sponsored by** *Athens County Public Libraries*
530
  **Sponsored by** *Athens County Public Libraries*
531
- [30873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30873) "Libraries" link on OPAC should be hideable by system preference
531
- [30873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30873) "Libraries" link on OPAC should be hideable by system preference
532
  >This enhancement adds a system preference which allows the Koha administrator to hide the "Libraries" link which appears under the main search bar in the OPAC. The preference is enabled by default because that reflects the previous default behavior.
532
  >This enhancement adds a system preference which allows the Koha administrator to hide the "Libraries" link which appears under the main search bar in the OPAC. The preference is enabled by default because that reflects the previous default behavior.
533
533
534
  **Sponsored by** *Athens County Public Libraries*
534
  **Sponsored by** *Athens County Public Libraries*
535
- [33317](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33317) Add system preference to set meta robots for the OPAC
535
- [33317](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33317) Add system preference to set meta robots for the OPAC
536
  >This enhancement adds a new system preference,  OpacMetaRobots which allows libraries to tell search engine robots how to crawl and index OPAC pages.
536
  >This enhancement adds a new system preference,  OpacMetaRobots which allows libraries to tell search engine robots how to crawl and index OPAC pages.
537
- [34486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34486) Hide more OPAC holdings table columns when they are empty
537
- [34486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34486) Hide more OPAC holdings table columns when they are empty
538
  >This patch updates the OPAC bibliographic detail page so that in the holdings table, the following columns are hidden if they contain no data: Call number, date due, materials, checkouts, barcode, and item-level holds.
538
  >This patch updates the OPAC bibliographic detail page so that in the holdings table, the following columns are hidden if they contain no data: Call number, date due, materials, checkouts, barcode, and item-level holds.
539
539
540
  **Sponsored by** *Athens County Public Libraries*
540
  **Sponsored by** *Athens County Public Libraries*
541
- [36141](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36141) Add classes to CAS text on OPAC login page
541
- [36141](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36141) Add classes to CAS text on OPAC login page
542
  >This enhancement adds classes to the CAS-related messages on the OPAC login page. This will make it easier for libraries to customize using CSS and JavaScript. The new classes are cas_invalid, cas_title, and cas_url. It also moves the invalid CAS login message to above the CAS login heading (the same as for the Shibboleth login).
542
  >This enhancement adds classes to the CAS-related messages on the OPAC login page. This will make it easier for libraries to customize using CSS and JavaScript. The new classes are cas_invalid, cas_title, and cas_url. It also moves the invalid CAS login message to above the CAS login heading (the same as for the Shibboleth login).
543
- [36453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36453) BlockExpiredPatronOpacActions should allow multiple actions options
543
- [36453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36453) BlockExpiredPatronOpacActions should allow multiple actions options
544
  >This enhancement improves the BlockExpiredPatronOpacActions system preference to allow the specification of which OPAC actions are blocked for expired patrons.
544
  >This enhancement improves the BlockExpiredPatronOpacActions system preference to allow the specification of which OPAC actions are blocked for expired patrons.
545
  >Prior to this enhancement, this system preference functioned as a simple "on" or "off" switch, where having it 'on' blocked both 'placing holds' and 'renewing an item' for expired patrons on the OPAC.
545
  >Prior to this enhancement, this system preference functioned as a simple "on" or "off" switch, where having it 'on' blocked both 'placing holds' and 'renewing an item' for expired patrons on the OPAC.
546
- [36651](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36651) Add placeholder text to the search bar in the OPAC
546
- [36651](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36651) Add placeholder text to the search bar in the OPAC
547
  >This enhancement updates the style of the OPAC search bar's placeholder text, the text which is shown in the text field when the user has not entered any text. Previously the style of the placeholder made it look very much like text the user had typed. Now the placeholder is right-aligned and italic in order to distinguish it from regular text, while keeping a color which has accessible contrast.
547
  >This enhancement updates the style of the OPAC search bar's placeholder text, the text which is shown in the text field when the user has not entered any text. Previously the style of the placeholder made it look very much like text the user had typed. Now the placeholder is right-aligned and italic in order to distinguish it from regular text, while keeping a color which has accessible contrast.
548
- [37046](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37046) Use template wrapper for OPAC curbside pickup tabs
548
- [37046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37046) Use template wrapper for OPAC curbside pickup tabs
549
  >This enhancement makes structural changes to the way the OPAC curbside pickups page is generated for more consistency and ease of upgrade to new Bootstrap versions.
549
  >This enhancement makes structural changes to the way the OPAC curbside pickups page is generated for more consistency and ease of upgrade to new Bootstrap versions.
550
- [37048](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37048) Use template wrapper for self checkout page
550
- [37048](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37048) Use template wrapper for self checkout page
551
  >This enhancement makes structural changes to the way the self checkout page is generated for more consistency and ease of upgrade to new Bootstrap versions.
551
  >This enhancement makes structural changes to the way the self checkout page is generated for more consistency and ease of upgrade to new Bootstrap versions.
552
- [37221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37221) No way to turn off OverDrive integrations without removing all system preference values
552
- [37221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37221) No way to turn off OverDrive integrations without removing all system preference values
553
  >This patch adds the new system preference `OPACOverDrive`. It allows a library to disable OverDrive features without having to remove one or more of their OverDrive credentials.
553
  >This patch adds the new system preference `OPACOverDrive`. It allows a library to disable OverDrive features without having to remove one or more of their OverDrive credentials.
554
554
555
  **Sponsored by** *Athens County Public Libraries*
555
  **Sponsored by** *Athens County Public Libraries*
556
- [37391](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37391) QR code for bibliographic record in OPAC should use canonical link
556
- [37391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37391) QR code for bibliographic record in OPAC should use canonical link
557
  >This patch updates QR code creation from a bibliographic record in the OPAC to use the canonical version of the URL to the bibliographic record, making the shared URL much shorter and the created QR code less complicated. Note that the system preference OPACDetailQRCode must be set to 'Enable' in order to show the QR code in the bibliographic record's detail page in the OPAC.
557
  >This patch updates QR code creation from a bibliographic record in the OPAC to use the canonical version of the URL to the bibliographic record, making the shared URL much shorter and the created QR code less complicated. Note that the system preference OPACDetailQRCode must be set to 'Enable' in order to show the QR code in the bibliographic record's detail page in the OPAC.
558
- [37412](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37412) Style placeholder text in the OPAC
558
- [37412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37412) Style placeholder text in the OPAC
559
  >This enhancement adds a custom style to the placeholder text shown in the OPAC's main search bar when it is empty. Previously the placeholder text color was very close to the color of user-entered text, making it difficult to distinguish the state of the form. Rather than adjusting the color of the placeholder text in a way that makes the contrast unacceptable, this changes the text to right-aligned italic text.
559
  >This enhancement adds a custom style to the placeholder text shown in the OPAC's main search bar when it is empty. Previously the placeholder text color was very close to the color of user-entered text, making it difficult to distinguish the state of the form. Rather than adjusting the color of the placeholder text in a way that makes the contrast unacceptable, this changes the text to right-aligned italic text.
560
560
561
  **Sponsored by** *Athens County Public Libraries*
561
  **Sponsored by** *Athens County Public Libraries*
562
- [37972](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37972) Allow selection of tab in patron's summary table by query param
562
- [37972](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37972) Allow selection of tab in patron's summary table by query param
563
  >This enhancement adds the ability to direct links to specific tabs of the OPAC patron summary with the following syntax:
563
  >This enhancement adds the ability to direct links to specific tabs of the OPAC patron summary with the following syntax:
564
  > /cgi-bin/koha/opac-user.pl?tab=opac-user-holds
564
  > /cgi-bin/koha/opac-user.pl?tab=opac-user-holds
565
565
Lines 567-593 You can learn about the system components (like OS and database) needed for runn Link Here
567
567
568
#### New features
568
#### New features
569
569
570
- [28633](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28633) Add a preferred name field to patrons
570
- [28633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28633) Add a preferred name field to patrons
571
  >This patch adds a new column to the borrowers table, 'preferred_name'. This will be visible in staff and OPAC patron forms by default. This column takes precedence in display and will show where patrons are displayed throughout Koha. If not populated or field is hidden, the first name will be copied into the preferred name field for display. Use of 'firstname' in notices and other templates will continue to display the first name, switching to 'preferred_name' will display the new field.
571
  >This patch adds a new column to the borrowers table, 'preferred_name'. This will be visible in staff and OPAC patron forms by default. This column takes precedence in display and will show where patrons are displayed throughout Koha. If not populated or field is hidden, the first name will be copied into the preferred name field for display. Use of 'firstname' in notices and other templates will continue to display the first name, switching to 'preferred_name' will display the new field.
572
  >When hiding this field, it should be hidden in all interfaces to avoid any discrepancies or confusion.
572
  >When hiding this field, it should be hidden in all interfaces to avoid any discrepancies or confusion.
573
573
574
#### Enhancements
574
#### Enhancements
575
575
576
- [23486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23486) TrackLastPatronActivityTriggers should have an option for patron creation
576
- [23486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23486) TrackLastPatronActivityTriggers should have an option for patron creation
577
  >This enhancement adds 'Creating a patron' as an option to the TrackLastPatronActivityTriggers system preference (for updating the last seen date). Previously, creating a patron was not an option for updating the last seen date - this could understate reports about active patrons.
577
  >This enhancement adds 'Creating a patron' as an option to the TrackLastPatronActivityTriggers system preference (for updating the last seen date). Previously, creating a patron was not an option for updating the last seen date - this could understate reports about active patrons.
578
- [27123](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27123) Add messages to batch patron modification
578
- [27123](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27123) Add messages to batch patron modification
579
  >This adds patron messages to the batch patron modification tool form. It allows to add new messages to multiple patron accounts at a time and also to delete all messages on these accounts at once.
579
  >This adds patron messages to the batch patron modification tool form. It allows to add new messages to multiple patron accounts at a time and also to delete all messages on these accounts at once.
580
- [33462](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33462) Force password change for new patrons entered by staff
580
- [33462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33462) Force password change for new patrons entered by staff
581
  >This adds a new option to the patron category administration pages, that allows to enforce a password reset on first login for any patron accounts created manually in the staff interface.
581
  >This adds a new option to the patron category administration pages, that allows to enforce a password reset on first login for any patron accounts created manually in the staff interface.
582
- [34608](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34608) Add sort1 and sort2 to patron search results
582
- [34608](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34608) Add sort1 and sort2 to patron search results
583
  >This enhancement adds the option of displaying patron "sort1" and "sort2" statistical fields in the patron module's main search results, using column visibility controls. The fields are hidden by default in the updated table configuration.
583
  >This enhancement adds the option of displaying patron "sort1" and "sort2" statistical fields in the patron module's main search results, using column visibility controls. The fields are hidden by default in the updated table configuration.
584
- [36085](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36085) Setting and unsetting the protected flag should be limited to superlibrarian accounts
584
- [36085](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36085) Setting and unsetting the protected flag should be limited to superlibrarian accounts
585
  >Only patrons with superlibrarian permissions will be able to set or remove the "Protected" flag on patron accounts
585
  >Only patrons with superlibrarian permissions will be able to set or remove the "Protected" flag on patron accounts
586
- [36169](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36169) Add guarantee to patron categories with category type 'Staff'
586
- [36169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36169) Add guarantee to patron categories with category type 'Staff'
587
  >This allows patrons with a patron category of the type "Staff" to have guarantees linked to them.
587
  >This allows patrons with a patron category of the type "Staff" to have guarantees linked to them.
588
- [36454](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36454) Provide indication if a patron is expired or restricted on patron search autocomplete
588
- [36454](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36454) Provide indication if a patron is expired or restricted on patron search autocomplete
589
  >This enhancement adds "Expired" or "Restricted" information badges to patron autocomplete search suggestions, where these criteria apply.
589
  >This enhancement adds "Expired" or "Restricted" information badges to patron autocomplete search suggestions, where these criteria apply.
590
- [36912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912) Add more spans/classes to member-display-address-style.inc for additional styling
590
- [36912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912) Add more spans/classes to member-display-address-style.inc for additional styling
591
  >This enhancement adds spans and classes for customizing the styling of a patron's main address when using IntranetUserCSS.
591
  >This enhancement adds spans and classes for customizing the styling of a patron's main address when using IntranetUserCSS.
592
  >
592
  >
593
  >Example:
593
  >Example:
Lines 625-660 You can learn about the system components (like OS and database) needed for runn Link Here
625
  >    color: red;
625
  >    color: red;
626
  >  }
626
  >  }
627
  >}
627
  >}
628
- [37323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37323) Remote-Code-Execution (RCE) in picture-upload.pl
628
- [37323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37323) Remote-Code-Execution (RCE) in picture-upload.pl
629
  >This change sanitizes filenames used in picture upload and validates the datalink.txt/idlink.txt contents to prevent remote code execution (RCE).
629
  >This change sanitizes filenames used in picture upload and validates the datalink.txt/idlink.txt contents to prevent remote code execution (RCE).
630
630
631
### Plugin architecture
631
### Plugin architecture
632
632
633
#### Enhancements
633
#### Enhancements
634
634
635
- [35568](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35568) Add a plugin hook to allow modification of notices created via GetPreparedLetter
635
- [35568](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35568) Add a plugin hook to allow modification of notices created via GetPreparedLetter
636
- [37033](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37033) Allow plugins to load JavaScript on the cart pop-up in the staff interface
636
- [37033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37033) Allow plugins to load JavaScript on the cart pop-up in the staff interface
637
- [37495](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37495) Add ability to use metadata to filter plugins to run for plugins_nightly.pl
637
- [37495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37495) Add ability to use metadata to filter plugins to run for plugins_nightly.pl
638
  >This enhancement allows the plugins_nightly.pl cronjob to execute the nightly cronjob plugin hook for one or more specific plugins. This allows greater flexibility in scheduling the nightly cronjobs for various plugins and allows a single plugins cronjob hook to be run without trigger other plugins cronjob hooks.
638
  >This enhancement allows the plugins_nightly.pl cronjob to execute the nightly cronjob plugin hook for one or more specific plugins. This allows greater flexibility in scheduling the nightly cronjobs for various plugins and allows a single plugins cronjob hook to be run without trigger other plugins cronjob hooks.
639
639
640
### REST API
640
### REST API
641
641
642
#### New features
642
#### New features
643
643
644
- [28965](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28965) Add public routes for lists
644
- [28965](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28965) Add public routes for lists
645
  >This enhancement adds new public API endpoint for retrieving lists.
645
  >This enhancement adds new public API endpoint for retrieving lists.
646
646
647
#### Enhancements
647
#### Enhancements
648
648
649
- [30660](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30660) Add cancellation reason to holds delete endpoint
649
- [30660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30660) Add cancellation reason to holds delete endpoint
650
  >This enhancement adds the ability to send a hold cancellation reason to the delete hold API endpoint.
650
  >This enhancement adds the ability to send a hold cancellation reason to the delete hold API endpoint.
651
651
652
  **Sponsored by** *Koha-Suomi Oy*
652
  **Sponsored by** *Koha-Suomi Oy*
653
- [30661](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661) Able to update more hold parameters via REST API
653
- [30661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661) Able to update more hold parameters via REST API
654
  >This enhancement adds API endpoints to update the hold_date and expiration_date via the API.
654
  >This enhancement adds API endpoints to update the hold_date and expiration_date via the API.
655
655
656
  **Sponsored by** *Koha-Suomi Oy*
656
  **Sponsored by** *Koha-Suomi Oy*
657
- [35197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35197) Expose additional_field definitions through REST API
657
- [35197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35197) Expose additional_field definitions through REST API
658
  >This enhancement adds a new REST API endpoint for exposing configured additional fields:
658
  >This enhancement adds a new REST API endpoint for exposing configured additional fields:
659
  >/api/v1/extended_attribute_types
659
  >/api/v1/extended_attribute_types
660
  >
660
  >
Lines 662-701 You can learn about the system components (like OS and database) needed for runn Link Here
662
  >/api/v1/extended_attribute_types?resource_type=invoice
662
  >/api/v1/extended_attribute_types?resource_type=invoice
663
663
664
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
664
  **Sponsored by** *PTFS Europe* and *UKHSA - UK Health Security Agency*
665
- [35430](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35430) Add endpoints for managing stock rotation rota's
665
- [35430](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35430) Add endpoints for managing stock rotation rota's
666
  >This enhancement adds API endpoints for managing stock rotation rotas.
666
  >This enhancement adds API endpoints for managing stock rotation rotas.
667
- [36480](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
667
- [36480](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36480) Add GET /libraries/:library_id/desks
668
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/desks
668
  >This enhancement adds an API endpoint for requesting a list of desks for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/desks
669
- [36481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
669
- [36481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481) Add GET /libraries/:library_id/cash_registers
670
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
670
  >This enhancement adds an API endpoint for requesting a list of cash registers for a library. For example: http://127.0.0.1:8080/api/v1/libraries/cpl/cash_registers
671
- [36641](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36641) Add an endpoint to list circulation rules
671
- [36641](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36641) Add an endpoint to list circulation rules
672
  >This enhancement adds a new `/circulation_rules` endpoint to the API's to allow fetching of circulation rules.
672
  >This enhancement adds a new `/circulation_rules` endpoint to the API's to allow fetching of circulation rules.
673
  >
673
  >
674
  >It requires item_type, patron_category and library as parameters and accepts an options 'rules' parameter to allow listing only rules that are of interest.
674
  >It requires item_type, patron_category and library as parameters and accepts an options 'rules' parameter to allow listing only rules that are of interest.
675
- [37253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37253) Enhance POST /checkouts endpoint to accept barcode or item_id
675
- [37253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37253) Enhance POST /checkouts endpoint to accept barcode or item_id
676
  >The enhancement adds the ability to accept the barcode for a checkout via the API. If the origin only had access to the barcode and not the itemnumber a second API call was previously required to perform a checkout with only the barcode.
676
  >The enhancement adds the ability to accept the barcode for a checkout via the API. If the origin only had access to the barcode and not the itemnumber a second API call was previously required to perform a checkout with only the barcode.
677
- [37686](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37686) render_resource_not_found() and render_resource_deleted() misses
677
- [37686](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37686) render_resource_not_found() and render_resource_deleted() misses
678
  >This development finished the code cleanup we implemented on bug 36495, by performing the same code changes in new code that was added in between and some misses too.
678
  >This development finished the code cleanup we implemented on bug 36495, by performing the same code changes in new code that was added in between and some misses too.
679
- [37809](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37809) Add missing embeds to checkouts endpoints
679
- [37809](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37809) Add missing embeds to checkouts endpoints
680
- [37850](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37850) branchillemail missing from public libraries REST endpoint
680
- [37850](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37850) branchillemail missing from public libraries REST endpoint
681
  >This enhancement adds the library's e-mail address for interlibrary loans to the following public REST API endpoint's response:
681
  >This enhancement adds the library's e-mail address for interlibrary loans to the following public REST API endpoint's response:
682
  ><opac_url>/api/v1/public/libraries
682
  ><opac_url>/api/v1/public/libraries
683
- [37902](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902) Timezone ignored when passing rfc3339 formatted date (search 'q')
683
- [37902](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902) Timezone ignored when passing rfc3339 formatted date (search 'q')
684
  >RFC3339 formatted dates are not correctly taken into account when passed to an attribute via the 'q' parameter
684
  >RFC3339 formatted dates are not correctly taken into account when passed to an attribute via the 'q' parameter
685
685
686
### Reports
686
### Reports
687
687
688
#### Enhancements
688
#### Enhancements
689
689
690
- [32413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32413) JSON reports shows inaccurate results with repeated parameters
690
- [32413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32413) JSON reports shows inaccurate results with repeated parameters
691
  >When creating a reports with runtime parameters that use the same description, the form in Koha would present only one input field for them, but the JSON API required to send the value multiple times for each occurrence of the runtime parameter. This makes the behavior in Koha and the JSON API match in that the parameter needs to be only sent once.
691
  >When creating a reports with runtime parameters that use the same description, the form in Koha would present only one input field for them, but the JSON API required to send the value multiple times for each occurrence of the runtime parameter. This makes the behavior in Koha and the JSON API match in that the parameter needs to be only sent once.
692
  >
692
  >
693
  >**Important:** Scripts using the JSON feature with repeatable parameters before this change will need to be adapted.
693
  >**Important:** Scripts using the JSON feature with repeatable parameters before this change will need to be adapted.
694
694
695
  **Sponsored by** *Koha-Suomi Oy*
695
  **Sponsored by** *Koha-Suomi Oy*
696
- [37188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37188) Batch patron modification from report results should be an option when borrowernumber is selected
696
- [37188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37188) Batch patron modification from report results should be an option when borrowernumber is selected
697
  >Some libraries do not use card numbers for their patrons, but would still like to be able to batch modify patrons from reports. This will makes it so that adding the borrowernumber to a report will also allow to trigger batch patron modifications.
697
  >Some libraries do not use card numbers for their patrons, but would still like to be able to batch modify patrons from reports. This will makes it so that adding the borrowernumber to a report will also allow to trigger batch patron modifications.
698
- [37508](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37508) SQL reports should not show patron password hash if queried
698
- [37508](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37508) SQL reports should not show patron password hash if queried
699
  >This enhancement on reports module prevents SQL queries from being run if they would return a password field from the database table.
699
  >This enhancement on reports module prevents SQL queries from being run if they would return a password field from the database table.
700
700
701
  **Sponsored by** *Reserve Bank of New Zealand*
701
  **Sponsored by** *Reserve Bank of New Zealand*
Lines 704-742 You can learn about the system components (like OS and database) needed for runn Link Here
704
704
705
#### Enhancements
705
#### Enhancements
706
706
707
- [18317](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18317) Allow check out of already checked out items through SIP
707
- [18317](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18317) Allow check out of already checked out items through SIP
708
  >This enhancement allows checkouts of items already checked out to someone else when using SIP2. This is enabled using the new system preference AllowItemsOnLoanCheckoutSIP. 
708
  >This enhancement allows checkouts of items already checked out to someone else when using SIP2. This is enabled using the new system preference AllowItemsOnLoanCheckoutSIP. 
709
  >
709
  >
710
  >Example use case: Patron A has checked out a book and tried to return it, but for some reason it hasn't been properly checked in - but it was re-shelved anyway. Patron B wants to borrow this book from an unstaffed library, but the self-checkout blocks them because the book is still checked out to Patron A.
710
  >Example use case: Patron A has checked out a book and tried to return it, but for some reason it hasn't been properly checked in - but it was re-shelved anyway. Patron B wants to borrow this book from an unstaffed library, but the self-checkout blocks them because the book is still checked out to Patron A.
711
- [37087](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37087) Add support for TCP keepalive to SIP server
711
- [37087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37087) Add support for TCP keepalive to SIP server
712
  >This change adds 3 new configuration options to the SIPconfig.xml. These are custom_tcp_keepalive, custom_tcp_keepalive_time, and custom_tcp_keepalive_intvl. Usage is documented in C4/SIP/SIPServer.pm. They are used to control TCP keepalives for the SIP server. Configuration of these parameters is essential for running a SIP server in Microsoft Azure.
712
  >This change adds 3 new configuration options to the SIPconfig.xml. These are custom_tcp_keepalive, custom_tcp_keepalive_time, and custom_tcp_keepalive_intvl. Usage is documented in C4/SIP/SIPServer.pm. They are used to control TCP keepalives for the SIP server. Configuration of these parameters is essential for running a SIP server in Microsoft Azure.
713
713
714
### Searching
714
### Searching
715
715
716
#### Enhancements
716
#### Enhancements
717
717
718
- [14322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14322) Add option to create a shareable link for item searches
718
- [14322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14322) Add option to create a shareable link for item searches
719
  >This enhancement adds a 'Copy shareable link' button to item search results in the staff interface. Previously, the only way to share a search with colleagues was by detailing all the search parameters - and they would then need to manually add these to the item search form.
719
  >This enhancement adds a 'Copy shareable link' button to item search results in the staff interface. Previously, the only way to share a search with colleagues was by detailing all the search parameters - and they would then need to manually add these to the item search form.
720
720
721
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
721
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
722
- [34481](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34481) Add IncludeSeeAlsoFromInSearches like IncludeSeeFromInSearches
722
- [34481](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34481) Add IncludeSeeAlsoFromInSearches like IncludeSeeFromInSearches
723
  >This enhancement adds 'see also from' authority record headings (5XX) to bibliographic searches. This is enabled by using the new IncludeSeeAlsoFromInSearches system preference, and requires a reindex.
723
  >This enhancement adds 'see also from' authority record headings (5XX) to bibliographic searches. This is enabled by using the new IncludeSeeAlsoFromInSearches system preference, and requires a reindex.
724
- [36991](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36991) Add ability to scan call numbers index/search field
724
- [36991](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36991) Add ability to scan call numbers index/search field
725
  >This adds 'call number' to the available search options when using the 'scan indexes' feature from the advanced search page in the staff interface.
725
  >This adds 'call number' to the available search options when using the 'scan indexes' feature from the advanced search page in the staff interface.
726
- [37238](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37238) Add table settings to itemsearch results
726
- [37238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37238) Add table settings to itemsearch results
727
  >The item search results table is now configurable via the table settings.
727
  >The item search results table is now configurable via the table settings.
728
- [37969](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37969) Add missing language code nor (Norwegian/inclusive)
728
- [37969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37969) Add missing language code nor (Norwegian/inclusive)
729
  >This enhancement adds the language code nor for the Norwegian inclusive language ISO 639-2 to Koha.
729
  >This enhancement adds the language code nor for the Norwegian inclusive language ISO 639-2 to Koha.
730
730
731
### Searching - Elasticsearch
731
### Searching - Elasticsearch
732
732
733
#### Enhancements
733
#### Enhancements
734
734
735
- [36725](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36725) Add "current publication frequency" to Elasticsearch index mappings (MARC21 310$a)
735
- [36725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36725) Add "current publication frequency" to Elasticsearch index mappings (MARC21 310$a)
736
  >This updates the default Elasticsearch mappings to include MARC 310$a - current publication frequency. Please note that this will only affect new installations. If mappings are reset to default on existing installations a full reindex is required.
736
  >This updates the default Elasticsearch mappings to include MARC 310$a - current publication frequency. Please note that this will only affect new installations. If mappings are reset to default on existing installations a full reindex is required.
737
737
738
  **Sponsored by** *Education Services Australia SCIS*
738
  **Sponsored by** *Education Services Australia SCIS*
739
- [36727](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727) Add incorrect ISSN to Elasticsearch index mappings
739
- [36727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727) Add incorrect ISSN to Elasticsearch index mappings
740
  >This enhancement makes changes to International Standard Serial Number (ISSN) related index mapping when using Elasticsearch or Open Search.
740
  >This enhancement makes changes to International Standard Serial Number (ISSN) related index mapping when using Elasticsearch or Open Search.
741
  >
741
  >
742
  >A new issn-all search field enables finding all records with any ISSN related to that content. For example, you are able to find the online and paper version of a serial with one search.
742
  >A new issn-all search field enables finding all records with any ISSN related to that content. For example, you are able to find the online and paper version of a serial with one search.
Lines 764-783 You can learn about the system components (like OS and database) needed for runn Link Here
764
  >These changes will only take effect for existing installations if the index mappings are reset (caution: existing customizations are lost) and records are re-indexed.
764
  >These changes will only take effect for existing installations if the index mappings are reset (caution: existing customizations are lost) and records are re-indexed.
765
765
766
  **Sponsored by** *Education Services Australia SCIS*
766
  **Sponsored by** *Education Services Australia SCIS*
767
- [36798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36798) Add ability to search across all ISBNs using the ISBN-search
767
- [36798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36798) Add ability to search across all ISBNs using the ISBN-search
768
  >The new system preference `SearchCancelledAndInvalidISBNandISSN` allows to include invalid and cancelled ISBNs (MARC21 020/022 $z) in searches for ISBN and ISSN.
768
  >The new system preference `SearchCancelledAndInvalidISBNandISSN` allows to include invalid and cancelled ISBNs (MARC21 020/022 $z) in searches for ISBN and ISSN.
769
769
770
  **Sponsored by** *Ignatianum University in Cracow*
770
  **Sponsored by** *Ignatianum University in Cracow*
771
- [36952](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952) Add 370 to authority index (MARC21)
771
- [36952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952) Add 370 to authority index (MARC21)
772
  >This enhancement adds field 370 (associated place) to the default MARC21 authority index mappings when using Elasticsearch or Open Search (it is already indexed if using Zebra).
772
  >This enhancement adds field 370 (associated place) to the default MARC21 authority index mappings when using Elasticsearch or Open Search (it is already indexed if using Zebra).
773
- [36953](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36953) Add 678 to authority index (MARC21)
773
- [36953](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36953) Add 678 to authority index (MARC21)
774
  >This enhancement adds field 678 (biographical or historical data) to the default MARC21 authority index mappings when using Elasticsearch or Open Search (it is already indexed if using Zebra).
774
  >This enhancement adds field 678 (biographical or historical data) to the default MARC21 authority index mappings when using Elasticsearch or Open Search (it is already indexed if using Zebra).
775
775
776
### Staff interface
776
### Staff interface
777
777
778
#### New features
778
#### New features
779
779
780
- [33484](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33484) Ability to remember user's selected table configuration and search filters for tables
780
- [33484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33484) Ability to remember user's selected table configuration and search filters for tables
781
  >This new feature adds two new options to the table settings.
781
  >This new feature adds two new options to the table settings.
782
  >When enabled the state of the table, meaning the column selection and search filters, will be restored to what as formerly set by the user.
782
  >When enabled the state of the table, meaning the column selection and search filters, will be restored to what as formerly set by the user.
783
  >
783
  >
Lines 790-820 You can learn about the system components (like OS and database) needed for runn Link Here
790
790
791
#### Enhancements
791
#### Enhancements
792
792
793
- [2486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2486) Show user comments in staff interface
793
- [2486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2486) Show user comments in staff interface
794
  >This enhancement shows OPAC comments on the staff interface record, making it easier for staff to view comments on items when the "OPACComments" system preference is turned on.
794
  >This enhancement shows OPAC comments on the staff interface record, making it easier for staff to view comments on items when the "OPACComments" system preference is turned on.
795
- [20411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20411) Remove StaffDetailItemSelection system preference and make the feature always on
795
- [20411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20411) Remove StaffDetailItemSelection system preference and make the feature always on
796
  >Removes the system preference StaffDetailItemSelection which is no longer needed. The item selection column in the holdings table is now configurable via Table settings configuration.
796
  >Removes the system preference StaffDetailItemSelection which is no longer needed. The item selection column in the holdings table is now configurable via Table settings configuration.
797
- [30623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623) Copy permissions from one user to another
797
- [30623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623) Copy permissions from one user to another
798
  >This enhancement makes it a lot easier to create staff users with similar or identical permission profiles by allowing it to copy the permission settings from one user to another.
798
  >This enhancement makes it a lot easier to create staff users with similar or identical permission profiles by allowing it to copy the permission settings from one user to another.
799
- [35153](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35153) Convert IntranetmainUserblock system preference to additional contents
799
- [35153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35153) Convert IntranetmainUserblock system preference to additional contents
800
  >This enhancement converts the IntranetmainUserblock system preference to an entry in Tools -> Additional contents. This allows the user to create content to be shown on the staff client home page in multiple languages or with custom content for each library.
800
  >This enhancement converts the IntranetmainUserblock system preference to an entry in Tools -> Additional contents. This allows the user to create content to be shown on the staff client home page in multiple languages or with custom content for each library.
801
- [35191](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35191) Make entries per page configurable for items table on staff detail page
801
- [35191](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35191) Make entries per page configurable for items table on staff detail page
802
  >Add an option, in the Tables page of the Administration module, to adjust how many items per page will display by default in the item holdings table on a bibliographic record.
802
  >Add an option, in the Tables page of the Administration module, to adjust how many items per page will display by default in the item holdings table on a bibliographic record.
803
- [35402](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402) Update the OPAC and staff interface to Bootstrap 5
803
- [35402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402) Update the OPAC and staff interface to Bootstrap 5
804
  >This enhancement updates the version of the Bootstrap library that Koha uses from Bootstrap 4 to Bootstrap 5 (Bootstrap 4 is end of life and is no longer updated).
804
  >This enhancement updates the version of the Bootstrap library that Koha uses from Bootstrap 4 to Bootstrap 5 (Bootstrap 4 is end of life and is no longer updated).
805
  >
805
  >
806
  >We use [bootstrap](https://getbootstrap.com/) for both the OPAC and staff interface to help keep our styling consistent and responsive.
806
  >We use [bootstrap](https://getbootstrap.com/) for both the OPAC and staff interface to help keep our styling consistent and responsive.
807
- [36777](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36777) Create a new section for system preferences related to lost item handling
807
- [36777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36777) Create a new section for system preferences related to lost item handling
808
  >This enhancement moves lost item circulation system preferences from 'Checkout policy' to a new 'Lost item policy' section.
808
  >This enhancement moves lost item circulation system preferences from 'Checkout policy' to a new 'Lost item policy' section.
809
- [36941](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36941) Highlight that some libraries should not be available at login when StaffLoginRestrictBranchByIP is enabled
809
- [36941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36941) Highlight that some libraries should not be available at login when StaffLoginRestrictBranchByIP is enabled
810
  >This enhancement changes the staff interface login form so that only valid libraries are shown in the dropdown list when the `StaffLoginRestrictBranchByIP` preference is enabled.
810
  >This enhancement changes the staff interface login form so that only valid libraries are shown in the dropdown list when the `StaffLoginRestrictBranchByIP` preference is enabled.
811
- [37004](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37004) Staff search results: Add a HTML class ( branchcode ) to each item entry in the results list
811
- [37004](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37004) Staff search results: Add a HTML class ( branchcode ) to each item entry in the results list
812
  >This enhancement to staff interface search results adds the library code as an HTML class to each item entry in the location column. This makes it easier to add custom CSS/JavaScript for libraries to the search results.
812
  >This enhancement to staff interface search results adds the library code as an HTML class to each item entry in the location column. This makes it easier to add custom CSS/JavaScript for libraries to the search results.
813
- [37141](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37141) Add option to display completed bookings from patron page
813
- [37141](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37141) Add option to display completed bookings from patron page
814
  >This enhancement to bookings now shows completed bookings for patrons on their check out and details page. There is now a filter to show expired and hide expired bookings (similar to what is shown on a record's bookings page.)
814
  >This enhancement to bookings now shows completed bookings for patrons on their check out and details page. There is now a filter to show expired and hide expired bookings (similar to what is shown on a record's bookings page.)
815
- [37309](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37309) Improve delete and modify items links on the bibliographic detail page
815
- [37309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37309) Improve delete and modify items links on the bibliographic detail page
816
  >This enhancement improves the way batch operation controls are dynamically generated when the user checks one or more checkboxes under the holdings tab on the bibliographic detail page. The markup has also been updated in order to improve consistency in the way the controls are styled.
816
  >This enhancement improves the way batch operation controls are dynamically generated when the user checks one or more checkboxes under the holdings tab on the bibliographic detail page. The markup has also been updated in order to improve consistency in the way the controls are styled.
817
- [37574](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37574) Add visual indicator that bookings are expired
817
- [37574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37574) Add visual indicator that bookings are expired
818
  >This enhancement adds a visual indicator for expired bookings in the bookings table by displaying a status column with 'Expired' and 'Active' labels, making it easier to identify expired bookings when viewing or filtering them.
818
  >This enhancement adds a visual indicator for expired bookings in the bookings table by displaying a status column with 'Expired' and 'Active' labels, making it easier to identify expired bookings when viewing or filtering them.
819
  >
819
  >
820
820
Lines 824-838 You can learn about the system components (like OS and database) needed for runn Link Here
824
824
825
#### Enhancements
825
#### Enhancements
826
826
827
- [27490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27490) Rename system preference language to StaffInterfaceLanguages
827
- [27490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27490) Rename system preference language to StaffInterfaceLanguages
828
  >This enhancement renames the 'language' system preference to 'StaffInterfaceLanguages', to make the name clearer and more meaningful.
828
  >This enhancement renames the 'language' system preference to 'StaffInterfaceLanguages', to make the name clearer and more meaningful.
829
- [28575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28575) Add ability to choose if lost fee is refunded based on when lost fee was paid off
829
- [28575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28575) Add ability to choose if lost fee is refunded based on when lost fee was paid off
830
  >This adds a new system preference `NoRefundOnLostFinesPaidAge` that allows the user to control how long after a lost fee has been paid a refund will be issued if the item is found and returned.
830
  >This adds a new system preference `NoRefundOnLostFinesPaidAge` that allows the user to control how long after a lost fee has been paid a refund will be issued if the item is found and returned.
831
831
832
  **Sponsored by** *Rapid City Public Library*
832
  **Sponsored by** *Rapid City Public Library*
833
- [33731](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33731) Allow audio alerts to be used on SCO pages
833
- [33731](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33731) Allow audio alerts to be used on SCO pages
834
  >Makes audio alerts accessible in the self checkout module by default. Staff can now pick sounds from the list in the Audio alerts configuration and no longer need a full path URL to make sounds available in the self checkout module.
834
  >Makes audio alerts accessible in the self checkout module by default. Staff can now pick sounds from the list in the Audio alerts configuration and no longer need a full path URL to make sounds available in the self checkout module.
835
- [35044](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044) Additional fields: Allow for repeatable fields
835
- [35044](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044) Additional fields: Allow for repeatable fields
836
  >This enhancement adds the "repeatable" option for additional fields. 
836
  >This enhancement adds the "repeatable" option for additional fields. 
837
  >
837
  >
838
  >For repeatable text fields there is now:
838
  >For repeatable text fields there is now:
Lines 840-854 You can learn about the system components (like OS and database) needed for runn Link Here
840
  >- a "Remove" button for the removal of a repeatable text field. 
840
  >- a "Remove" button for the removal of a repeatable text field. 
841
  >
841
  >
842
  >For repeatable fields using authorized values, the options are now shown as checkboxes instead of a dropdown list, and allows multiple selections.
842
  >For repeatable fields using authorized values, the options are now shown as checkboxes instead of a dropdown list, and allows multiple selections.
843
- [37436](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37436) Move EmailPatronWhenHoldIsPlaced to holds policy system preferences
843
- [37436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37436) Move EmailPatronWhenHoldIsPlaced to holds policy system preferences
844
  >This patch moves the EmailPatronWhenHoldIsPlaced system preference from Circulation > Patron restrictions to Circulation > Holds policy.
844
  >This patch moves the EmailPatronWhenHoldIsPlaced system preference from Circulation > Patron restrictions to Circulation > Holds policy.
845
- [37513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37513) Disable 'Delete' button if the record source cannot be deleted
845
- [37513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37513) Disable 'Delete' button if the record source cannot be deleted
846
  >This enhancement to the record sources feature (added in Koha 24.05) removes the 'Delete' action from the record sources table if there are bibliographic records that use the record source.
846
  >This enhancement to the record sources feature (added in Koha 24.05) removes the 'Delete' action from the record sources table if there are bibliographic records that use the record source.
847
  >
847
  >
848
  >Previously, if you tried to delete a record source that was in use, you would get an unhelpful error message "Something went wrong: Error: Something went wrong, check Koha logs for details.".
848
  >Previously, if you tried to delete a record source that was in use, you would get an unhelpful error message "Something went wrong: Error: Something went wrong, check Koha logs for details.".
849
- [37888](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37888) Default filtering of background jobs could be improved
849
- [37888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37888) Default filtering of background jobs could be improved
850
  >This updates the display and filter option for background jobs. By default the background jobs page now shows the most recently queued jobs, whatever their status is, and allows to filter on the current pending and running jobs.
850
  >This updates the display and filter option for background jobs. By default the background jobs page now shows the most recently queued jobs, whatever their status is, and allows to filter on the current pending and running jobs.
851
- [38053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38053) Change section and description of DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences
851
- [38053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38053) Change section and description of DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences
852
  >This enhancement moves the DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences to the Lost item policy section of the circulation preferences, to be with the other DefaultLongOverdue system preferences.
852
  >This enhancement moves the DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences to the Lost item policy section of the circulation preferences, to be with the other DefaultLongOverdue system preferences.
853
  >It also changes the description of the system preferences to make it clearer it has to do with the **long overdues** process and not just the overdues process.
853
  >It also changes the description of the system preferences to make it clearer it has to do with the **long overdues** process and not just the overdues process.
854
854
Lines 856-882 You can learn about the system components (like OS and database) needed for runn Link Here
856
856
857
#### Enhancements
857
#### Enhancements
858
858
859
- [32218](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32218) Rephrase: Allow OPAC access to users from this domain to login with this identity provider.
859
- [32218](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32218) Rephrase: Allow OPAC access to users from this domain to login with this identity provider.
860
- [33195](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33195) Reindent the bibliographic details page
860
- [33195](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33195) Reindent the bibliographic details page
861
  >This updates the template file used to display the bibliographic detail page in the staff interface. It re-indents the file so that it has consistent indentation, and adds comments to highlight the markup structure. This is a developer-oriented change with no visible effect to the user.
861
  >This updates the template file used to display the bibliographic detail page in the staff interface. It re-indents the file so that it has consistent indentation, and adds comments to highlight the markup structure. This is a developer-oriented change with no visible effect to the user.
862
- [33526](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33526) Use template wrapper for tabs: bibliographic detail page
862
- [33526](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33526) Use template wrapper for tabs: bibliographic detail page
863
- [33907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907) Improve translation of title tags: OPAC part 1
863
- [33907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33907) Improve translation of title tags: OPAC part 1
864
  >This enhancement makes structural changes to the way OPAC pages are built to make it easier for translators to translate the text in the page's <title> tag.
864
  >This enhancement makes structural changes to the way OPAC pages are built to make it easier for translators to translate the text in the page's <title> tag.
865
  >
865
  >
866
  >Some pages were also updated for consistency: harmonizing page title, breadcrumb navigation, and page headers.
866
  >Some pages were also updated for consistency: harmonizing page title, breadcrumb navigation, and page headers.
867
- [33925](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33925) Improve translation of title tags: Serials
867
- [33925](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33925) Improve translation of title tags: Serials
868
  >This enhancement updates the templates for the serials pages to allow title tags to be more easily translated. It also updates some templates to add consistency for the page title, breadcrumb navigation, and page headers, and to add the "page-section" <div> where it was lacking.
868
  >This enhancement updates the templates for the serials pages to allow title tags to be more easily translated. It also updates some templates to add consistency for the page title, breadcrumb navigation, and page headers, and to add the "page-section" <div> where it was lacking.
869
- [35838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35838) Use template wrapper for tabs: Curbside pickups administration
869
- [35838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35838) Use template wrapper for tabs: Curbside pickups administration
870
  >This enhancement makes structural changes to the way the curbside pickups administration page is generated for more consistency and ease of upgrade to new Bootstrap versions.
870
  >This enhancement makes structural changes to the way the curbside pickups administration page is generated for more consistency and ease of upgrade to new Bootstrap versions.
871
- [36911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36911) Reindent circ-menu.inc
871
- [36911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36911) Reindent circ-menu.inc
872
  >This updates the circ-menu.inc include file used for the left-hand sidebar menu on circulation pages (when the CircSidebar system preference). It reindents the file so that it has consistent indentation, and adds comments to highlight the markup structure. These changes have no visible effect on the pages.
872
  >This updates the circ-menu.inc include file used for the left-hand sidebar menu on circulation pages (when the CircSidebar system preference). It reindents the file so that it has consistent indentation, and adds comments to highlight the markup structure. These changes have no visible effect on the pages.
873
- [36945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36945) Fix several missed instance of breadcrumb WRAPPER use
873
- [36945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36945) Fix several missed instance of breadcrumb WRAPPER use
874
  >This enhancement makes structural changes to the way the breadcrumb menu is generated on several pages for more consistency and ease of upgrade to new Bootstrap versions.
874
  >This enhancement makes structural changes to the way the breadcrumb menu is generated on several pages for more consistency and ease of upgrade to new Bootstrap versions.
875
- [37515](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37515) Add common class to all places where an item type image is shown
875
- [37515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37515) Add common class to all places where an item type image is shown
876
  >This enhancement changes the markup which is used to show item type images in both the OPAC and staff interface. The change adds a common class attribute, "itemtype-image", so that the display of these images can be changed with custom CSS.
876
  >This enhancement changes the markup which is used to show item type images in both the OPAC and staff interface. The change adds a common class attribute, "itemtype-image", so that the display of these images can be changed with custom CSS.
877
877
878
  **Sponsored by** *Athens County Public Libraries*
878
  **Sponsored by** *Athens County Public Libraries*
879
- [37578](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37578) Remove the Charges tab from checkout and patron details
879
- [37578](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37578) Remove the Charges tab from checkout and patron details
880
  >This patch removes the unused 'Charges' tab from the include file for patron accounts in the circulation and patron details templates. Information about charges and credits is already shown as a warning message at the top of these pages as well as in the left side menu in the 'Accounting' tab.
880
  >This patch removes the unused 'Charges' tab from the include file for patron accounts in the circulation and patron details templates. Information about charges and credits is already shown as a warning message at the top of these pages as well as in the left side menu in the 'Accounting' tab.
881
881
882
  **Sponsored by** *Athens County Public Libraries*
882
  **Sponsored by** *Athens County Public Libraries*
Lines 885-911 You can learn about the system components (like OS and database) needed for runn Link Here
885
885
886
#### Enhancements
886
#### Enhancements
887
887
888
- [37103](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37103) Link log viewer options to corresponding system preference
888
- [37103](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37103) Link log viewer options to corresponding system preference
889
  >This patch updates the log viewer interface to show a warning icon next to each module for which logging is disabled. If the user has the correct permissions, the warning icon links directly to the corresponding system preference for enabling the log.
889
  >This patch updates the log viewer interface to show a warning icon next to each module for which logging is disabled. If the user has the correct permissions, the warning icon links directly to the corresponding system preference for enabling the log.
890
- [37943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37943) Object creation should be logged with a JSON diff of changes, implement for items
890
- [37943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37943) Object creation should be logged with a JSON diff of changes, implement for items
891
  >This enhancement will store modification diffs, if the action is set to ADD or CREATE and an "original" object is passed in.
891
  >This enhancement will store modification diffs, if the action is set to ADD or CREATE and an "original" object is passed in.
892
- [37944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37944) Object deletion should be logged with a JSON diff of changes, implement for items
892
- [37944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37944) Object deletion should be logged with a JSON diff of changes, implement for items
893
  >This enhancement will store modification diffs, if the action is set to DELETE, and an "original" object is passed in.
893
  >This enhancement will store modification diffs, if the action is set to DELETE, and an "original" object is passed in.
894
894
895
### Web services
895
### Web services
896
896
897
#### Enhancements
897
#### Enhancements
898
898
899
- [31161](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161) OAI-PMH - Honour OpacHiddenItems system preferences
899
- [31161](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161) OAI-PMH - Honour OpacHiddenItems system preferences
900
  >This patch alters the OAI-PMH code to respect the OpacHiddenItems and OpacHiddenItemsHidesRecord system preferences when all items on a record are hidden. In this case, the server will now return the record as 'deleted' - this way if an item is changed in a way that marks it hidden, and it is the last item on the record, the next harvest will pickup this change and remove the record
900
  >This patch alters the OAI-PMH code to respect the OpacHiddenItems and OpacHiddenItemsHidesRecord system preferences when all items on a record are hidden. In this case, the server will now return the record as 'deleted' - this way if an item is changed in a way that marks it hidden, and it is the last item on the record, the next harvest will pickup this change and remove the record
901
- [36315](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36315) ILSDI GetRecord speed improvement
901
- [36315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36315) ILSDI GetRecord speed improvement
902
  >This change makes the items.location lookup in the ILSDI GetRecords service use a cached lookup rather than a per-item lookup for location values, which makes the ILSDI service return much more quickly for records with many items.
902
  >This change makes the items.location lookup in the ILSDI GetRecords service use a cached lookup rather than a per-item lookup for location values, which makes the ILSDI service return much more quickly for records with many items.
903
903
904
### Z39.50 / SRU / OpenSearch Servers
904
### Z39.50 / SRU / OpenSearch Servers
905
905
906
#### Enhancements
906
#### Enhancements
907
907
908
- [36996](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36996) Add a system preference to mark items unavailable in Z39.50 responder
908
- [36996](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36996) Add a system preference to mark items unavailable in Z39.50 responder
909
  >This adds a new system preference `z3950Status` which takes a YAML block and marks any items matching the conditions as unavailable in Z39.50 results
909
  >This adds a new system preference `z3950Status` which takes a YAML block and marks any items matching the conditions as unavailable in Z39.50 results
910
  >It obeys the existing `AdditionalFieldsInZ3950ResultSearch` system preference settings, adding item status to field 952 $k.
910
  >It obeys the existing `AdditionalFieldsInZ3950ResultSearch` system preference settings, adding item status to field 952 $k.
911
## Bugfixes
911
## Bugfixes
Lines 915-945 have already been fixed in maintenance releases Link Here
915
915
916
#### Critical bugs fixed
916
#### Critical bugs fixed
917
917
918
- [34444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34444) Statistic 1/2 not saving when updating fund after receipt (24.11.00,24.05.02,23.11.07,23.05.15)
918
- [34444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34444) Statistic 1/2 not saving when updating fund after receipt (24.11.00,24.05.02,23.11.07,23.05.15)
919
- [36995](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36995) Can't delete library EAN (24.11.00,24.05.02)
919
- [36995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36995) Can't delete library EAN (24.11.00,24.05.02)
920
  >This fixes the Library EANs page so that EANs can be deleted. After the CSRF update in 24.05 (bug 34478), the 'Delete' action for an EAN no longer worked as it should.
920
  >This fixes the Library EANs page so that EANs can be deleted. After the CSRF update in 24.05 (bug 34478), the 'Delete' action for an EAN no longer worked as it should.
921
- [37089](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37089) Cannot delete a fund or a currency (24.11.00,24.05.02)
921
- [37089](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37089) Cannot delete a fund or a currency (24.11.00,24.05.02)
922
  >This fixes the acquisitions funds and currencies pages so that they can be deleted. After the CSRF changes in 24.05 to improve form security, the 'Delete' actions no longer worked. The deletion confirmation message was displayed with '' for the name and no values for the fund or currency, then didn't delete them.
922
  >This fixes the acquisitions funds and currencies pages so that they can be deleted. After the CSRF changes in 24.05 to improve form security, the 'Delete' actions no longer worked. The deletion confirmation message was displayed with '' for the name and no values for the fund or currency, then didn't delete them.
923
- [37090](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37090) Cannot delete an EDI account (24.11.00,24.05.02)
923
- [37090](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37090) Cannot delete an EDI account (24.11.00,24.05.02)
924
  >This fixes the EDI accounts page (Acquisitions > Administration (when EDIFACT is enabled)) so that accounts can be deleted. After the CSRF changes in 24.05 to improve form security, the 'Delete' action for an EDI account no longer worked.
924
  >This fixes the EDI accounts page (Acquisitions > Administration (when EDIFACT is enabled)) so that accounts can be deleted. After the CSRF changes in 24.05 to improve form security, the 'Delete' action for an EDI account no longer worked.
925
- [37316](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37316) Cannot add items to basket via file if barcodes not supplied (24.11.00,24.05.02)
925
- [37316](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37316) Cannot add items to basket via file if barcodes not supplied (24.11.00,24.05.02)
926
  >This fixes an error when using order files from a vendor to stage and add records with items to a basket. If barcodes are not specified for the items (either from the file or manually), this caused an error when saving. Order files without barcodes can now be used.
926
  >This fixes an error when using order files from a vendor to stage and add records with items to a basket. If barcodes are not specified for the items (either from the file or manually), this caused an error when saving. Order files without barcodes can now be used.
927
- [37377](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37377) Orders search is not returning any results (24.11.00,24.05.02)
927
- [37377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37377) Orders search is not returning any results (24.11.00,24.05.02)
928
  >This fixes the orders search in Acquisitions - clicking the search button was doing nothing and not returning any results. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
928
  >This fixes the orders search in Acquisitions - clicking the search button was doing nothing and not returning any results. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
929
- [37533](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533) Invalid query when receiving an order (24.11.00,24.05.03,23.11.08,23.05.14)
929
- [37533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533) Invalid query when receiving an order (24.11.00,24.05.03,23.11.08,23.05.14)
930
- [38183](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38183) Can't set suggestion manager when there are multiple tabs (24.11.00,24.05.05)
930
- [38183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38183) Can't set suggestion manager when there are multiple tabs (24.11.00,24.05.05)
931
- [38343](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38343) False display of closed invoices in receive process (24.11.00)
931
- [38343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38343) False display of closed invoices in receive process (24.11.00)
932
- [38437](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38437) Modal does not appear on single order receive (24.11.00)
932
- [38437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38437) Modal does not appear on single order receive (24.11.00)
933
- [36520](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36520) SQL Injection in opac-sendbasket.pl (CVE-2024-36058) (24.11.00,24.05.01,23.11.06,23.05.12,22.11.18,22.05.22)
933
- [36520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36520) SQL Injection in opac-sendbasket.pl (CVE-2024-36058) (24.11.00,24.05.01,23.11.06,23.05.12,22.11.18,22.05.22)
934
- [36598](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36598) Add CSRF protection to Mojolicious apps (24.11.00,24.05.04)
934
- [36598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36598) Add CSRF protection to Mojolicious apps (24.11.00,24.05.04)
935
- [36736](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736) Add ability to load DBIx::Class Schema files found in plugins (24.11.00)
935
- [36736](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736) Add ability to load DBIx::Class Schema files found in plugins (24.11.00)
936
- [36863](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36863) CSRF Plack middleware doesn't handle the CONNECT HTTP method
936
- [36863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36863) CSRF Plack middleware doesn't handle the CONNECT HTTP method
937
  >24.11.00,24.05.02
937
  >24.11.00,24.05.02
938
- [36875](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36875) SQL injection in additional content pages (24.11.00,24.05.01,23.11.06)
938
- [36875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36875) SQL injection in additional content pages (24.11.00,24.05.01,23.11.06)
939
- [37040](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37040) ErrorDocument accidentally setting off CSRF (24.11.00,24.05.02)
939
- [37040](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37040) ErrorDocument accidentally setting off CSRF (24.11.00,24.05.02)
940
  >This improves the mechanism for preventing the activation of CSRF middleware by ErrorDocument subrequests. For example, a properly formatted 403 error page is now displayed instead of a plain text error. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
940
  >This improves the mechanism for preventing the activation of CSRF middleware by ErrorDocument subrequests. For example, a properly formatted 403 error page is now displayed instead of a plain text error. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
941
- [37056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37056) CSRF error on login when user js contains a fetch of svc/report (24.11.00,24.05.06)
941
- [37056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37056) CSRF error on login when user js contains a fetch of svc/report (24.11.00,24.05.06)
942
- [37152](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37152) Delete-confirm should not start with 'cud-' (24.11.00,24.05.02)
942
- [37152](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37152) Delete-confirm should not start with 'cud-' (24.11.00,24.05.02)
943
  >This fixes the delete actions in these areas so that they now work as they should:
943
  >This fixes the delete actions in these areas so that they now work as they should:
944
  >
944
  >
945
  >- Acquisitions: 
945
  >- Acquisitions: 
Lines 953-1252 have already been fixed in maintenance releases Link Here
953
  >- Purchase suggestions in a patron's OPAC account: could still delete a purchase suggestion (so no change in behavour), however it wasn't using the correct code to do this (OPAC > Your account > Purchase suggestions > select suggestoon > Delete selected)
953
  >- Purchase suggestions in a patron's OPAC account: could still delete a purchase suggestion (so no change in behavour), however it wasn't using the correct code to do this (OPAC > Your account > Purchase suggestions > select suggestoon > Delete selected)
954
  >
954
  >
955
  >(These fixes are related to the CSRF changes added in Koha 24.05 to improve form security.)
955
  >(These fixes are related to the CSRF changes added in Koha 24.05 to improve form security.)
956
- [37260](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37260) Problem with connection to broker not displayed on the about page (24.11.00,24.05.04)
956
- [37260](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37260) Problem with connection to broker not displayed on the about page (24.11.00,24.05.04)
957
- [37371](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37371) Direct input of dates not working when editing only part of a date (24.11.00,24.05.04)
957
- [37371](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37371) Direct input of dates not working when editing only part of a date (24.11.00,24.05.04)
958
- [37464](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37464) Remote Code Execution in barcode function leads to reverse shell (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
958
- [37464](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37464) Remote Code Execution in barcode function leads to reverse shell (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
959
- [37509](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37509) Elasticsearch status info missing from 'Server information' (24.11.00,24.05.04)
959
- [37509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37509) Elasticsearch status info missing from 'Server information' (24.11.00,24.05.04)
960
  >This fixes the About Koha > Server information page so that it now shows information about Elasticsearch. Before this, it was empty.
960
  >This fixes the About Koha > Server information page so that it now shows information about Elasticsearch. Before this, it was empty.
961
- [37741](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37741) Koha errors on page (e.g. 404) cause incorrect CSRF errors (24.11.00,24.05.06)
961
- [37741](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37741) Koha errors on page (e.g. 404) cause incorrect CSRF errors (24.11.00,24.05.06)
962
  >This change prevents an error in a background call (e.g. a missing favicon.ico) from affecting the user's session, which can lead to incorrect CSRF 403 errors during form POSTs. (The issue is prevented by stopping error pages from returning the CGISESSID cookie, which overwrites the CGISESSID cookie returned by the foreground page.)
962
  >This change prevents an error in a background call (e.g. a missing favicon.ico) from affecting the user's session, which can lead to incorrect CSRF 403 errors during form POSTs. (The issue is prevented by stopping error pages from returning the CGISESSID cookie, which overwrites the CGISESSID cookie returned by the foreground page.)
963
- [37824](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37824) Replace webpack with rspack for fun and profit (24.11.00)
963
- [37824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37824) Replace webpack with rspack for fun and profit (24.11.00)
964
- [38035](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38035) "sound" listed as an installed language (24.11.00,24.05.06)
964
- [38035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38035) "sound" listed as an installed language (24.11.00,24.05.06)
965
- [38495](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38495) Cannot cancel background job (CSRF) (24.11.00)
965
- [38495](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38495) Cannot cancel background job (CSRF) (24.11.00)
966
- [36822](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36822) When creating a new patron via LDAP or Shibboleth 0000-00-00 is inserted for invalid updated_on (24.11.00,24.05.06)
966
- [36822](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36822) When creating a new patron via LDAP or Shibboleth 0000-00-00 is inserted for invalid updated_on (24.11.00,24.05.06)
967
- [35125](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35125) AutoCreateAuthorities creates separate authorities when thesaurus differs, even with LinkerConsiderThesaurus set to Don't (24.11.00,24.05.05,23.11.11)
967
- [35125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35125) AutoCreateAuthorities creates separate authorities when thesaurus differs, even with LinkerConsiderThesaurus set to Don't (24.11.00,24.05.05,23.11.11)
968
- [37080](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37080) Cannot delete a MARC bibliographic framework or authority type (24.11.00,24.05.02)
968
- [37080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37080) Cannot delete a MARC bibliographic framework or authority type (24.11.00,24.05.02)
969
  >This fixes the forms so that you can now delete MARC bibliographic frameworks and authority types. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
969
  >This fixes the forms so that you can now delete MARC bibliographic frameworks and authority types. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
970
- [37127](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37127) Authorized values select not working on authority forms (24.11.00,24.05.02)
970
- [37127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37127) Authorized values select not working on authority forms (24.11.00,24.05.02)
971
  >This fixes the add and edit forms for authority records that use authorized values for subfields - values for these subfields can now be selected using a dropdown list. After the CSRF changes in 24.05 to improve form security, no dropdown list for selecting the subfield value was displayed.
971
  >This fixes the add and edit forms for authority records that use authorized values for subfields - values for these subfields can now be selected using a dropdown list. After the CSRF changes in 24.05 to improve form security, no dropdown list for selecting the subfield value was displayed.
972
- [37392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37392) Edit item permission by library group is broken (24.11.00)
972
- [37392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37392) Edit item permission by library group is broken (24.11.00)
973
- [37429](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37429) Can't edit bibliographic records anymore (empty form) (24.11.00,24.05.04)
973
- [37429](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37429) Can't edit bibliographic records anymore (empty form) (24.11.00,24.05.04)
974
- [37536](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37536) Cataloging add item js needs to update conditional that checks op (24.11.00,24.05.05)
974
- [37536](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37536) Cataloging add item js needs to update conditional that checks op (24.11.00,24.05.05)
975
- [37655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37655) XSS vulnerability in basic editor handling of title (24.11.00,24.05.04,23.11.09,23.05.15)
975
- [37655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37655) XSS vulnerability in basic editor handling of title (24.11.00,24.05.04,23.11.09,23.05.15)
976
- [37656](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37656) XSS in Advanced editor for Z39.50 search results (24.11.00,24.05.04,23.11.09,23.05.15)
976
- [37656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37656) XSS in Advanced editor for Z39.50 search results (24.11.00,24.05.04,23.11.09,23.05.15)
977
977
978
  **Sponsored by** *Chetco Community Public Library*
978
  **Sponsored by** *Chetco Community Public Library*
979
- [37947](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37947) Import from Z39.50 doesn't open the record in editor (24.11.00,24.05.05)
979
- [37947](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37947) Import from Z39.50 doesn't open the record in editor (24.11.00,24.05.05)
980
- [37964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37964) Only show host items when system preference EasyAnalyticalRecords is enabled (24.11.00,24.05.06)
980
- [37964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37964) Only show host items when system preference EasyAnalyticalRecords is enabled (24.11.00,24.05.06)
981
- [38076](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38076) Librarians with only fast add permission can no longer edit or create fast add records (24.11.00,24.05.05)
981
- [38076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38076) Librarians with only fast add permission can no longer edit or create fast add records (24.11.00,24.05.05)
982
- [38094](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38094) Librarians with only fast add permission can no longer edit existing fast add records (24.11.00,24.05.05)
982
- [38094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38094) Librarians with only fast add permission can no longer edit existing fast add records (24.11.00,24.05.05)
983
- [38211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38211) New bibliographic record in non-default framework opens in default on first edit (24.11.00,24.05.05)
983
- [38211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38211) New bibliographic record in non-default framework opens in default on first edit (24.11.00,24.05.05)
984
- [38413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38413) Batch operations from item search results fail when "select visible rows" and many items are selected (24.11.00,24.05.06)
984
- [38413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38413) Batch operations from item search results fail when "select visible rows" and many items are selected (24.11.00,24.05.06)
985
  >This fixes an Apache web server error ("Request-URI Too Long - The requested URL's length exceeds the capacity limit for this server.") when using item search and batch modification to edit many items (500+).
985
  >This fixes an Apache web server error ("Request-URI Too Long - The requested URL's length exceeds the capacity limit for this server.") when using item search and batch modification to edit many items (500+).
986
986
987
  **Sponsored by** *Chetco Community Public Library*
987
  **Sponsored by** *Chetco Community Public Library*
988
- [37031](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37031) Club enrollment doesn't complete in staff interface (24.11.00,24.05.02,23.11.07)
988
- [37031](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37031) Club enrollment doesn't complete in staff interface (24.11.00,24.05.02,23.11.07)
989
  >This fixes a typo in the code that causes the enrollment of a patron in a club to fail.
989
  >This fixes a typo in the code that causes the enrollment of a patron in a club to fail.
990
- [37047](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37047) Patron bookings are not visible from patrons checkout page (24.11.00,24.05.02)
990
- [37047](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37047) Patron bookings are not visible from patrons checkout page (24.11.00,24.05.02)
991
  >This fixes the patron check out page so that current bookings are listed under the bookings tab. A bookings tab showing the number of bookings was visible on a patron's check out tab, but wasn't listing the bookings.
991
  >This fixes the patron check out page so that current bookings are listed under the bookings tab. A bookings tab showing the number of bookings was visible on a patron's check out tab, but wasn't listing the bookings.
992
- [37290](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37290) Deleting circulation rule for a specific library deletes for All libraries instead (24.11.00,24.05.05)
992
- [37290](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37290) Deleting circulation rule for a specific library deletes for All libraries instead (24.11.00,24.05.05)
993
- [37332](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37332) Renewal due date and renew as unseen fields not respected when renewing an item from the patron account (24.11.00,24.05.02)
993
- [37332](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37332) Renewal due date and renew as unseen fields not respected when renewing an item from the patron account (24.11.00,24.05.02)
994
  >This fixes two issues when renewing items for patrons in the staff interface (Patrons > selected patron > Check out > Checkouts table). The "Renew as unseen" checkbox and the custom renewal due date field were both ignored. With these changes, the functionality to change the renewal due date and process a renewal as an unseen renewal once again work as intended.
994
  >This fixes two issues when renewing items for patrons in the staff interface (Patrons > selected patron > Check out > Checkouts table). The "Renew as unseen" checkbox and the custom renewal due date field were both ignored. With these changes, the functionality to change the renewal due date and process a renewal as an unseen renewal once again work as intended.
995
- [37385](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37385) Transfer/next hold modals not triggered automatically when cancelling a hold by checking item in (24.11.00,24.05.02)
995
- [37385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37385) Transfer/next hold modals not triggered automatically when cancelling a hold by checking item in (24.11.00,24.05.02)
996
  >This fixes an issue when checking in an item to cancel a waiting hold - if a transfer to the originating library is required, the pop-up window notifying that a transfer is required was not automatically generated. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
996
  >This fixes an issue when checking in an item to cancel a waiting hold - if a transfer to the originating library is required, the pop-up window notifying that a transfer is required was not automatically generated. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
997
- [37407](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37407) Fast add / fast cataloging from patron checkout does not checkout item (24.11.00,24.05.04)
997
- [37407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37407) Fast add / fast cataloging from patron checkout does not checkout item (24.11.00,24.05.04)
998
- [37540](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37540) Pseudonymization is preventing renewals from the patrons account page (24.11.00,24.05.06)
998
- [37540](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37540) Pseudonymization is preventing renewals from the patrons account page (24.11.00,24.05.06)
999
- [38287](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38287) Saving default checkout, hold and return policy with empty bookings values causes error (24.11.00)
999
- [38287](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38287) Saving default checkout, hold and return policy with empty bookings values causes error (24.11.00)
1000
- [36435](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36435) Prevent warnings from interrupting koha-run-backups when deleting old backup files (24.11.00,24.05.06)
1000
- [36435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36435) Prevent warnings from interrupting koha-run-backups when deleting old backup files (24.11.00,24.05.06)
1001
1001
1002
  **Sponsored by** *Catalyst*
1002
  **Sponsored by** *Catalyst*
1003
- [37075](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37075) Message queue processor will fail to send any message unless letter_code is passed (24.11.00,24.05.06)
1003
- [37075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37075) Message queue processor will fail to send any message unless letter_code is passed (24.11.00,24.05.06)
1004
- [37543](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37543) connexion_import_daemon.pl stopped working in 24.05 due to API changes related to CSRF-Token (24.11.00,24.05.04)
1004
- [37543](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37543) connexion_import_daemon.pl stopped working in 24.05 due to API changes related to CSRF-Token (24.11.00,24.05.04)
1005
1005
1006
  **Sponsored by** *Reformational Study Centre*
1006
  **Sponsored by** *Reformational Study Centre*
1007
- [37775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37775) update_totalissues.pl uses $dbh->commit but does not use transactions (24.11.00,24.05.04,23.11.10)
1007
- [37775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37775) update_totalissues.pl uses $dbh->commit but does not use transactions (24.11.00,24.05.04,23.11.10)
1008
- [38156](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38156) Auto renew cron job mangles digest notices when parallel processing is enabled (24.11.00)
1008
- [38156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38156) Auto renew cron job mangles digest notices when parallel processing is enabled (24.11.00)
1009
- [37288](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37288) Edit data provider form does not show the name (24.11.00,24.05.04,23.11.09)
1009
- [37288](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37288) Edit data provider form does not show the name (24.11.00,24.05.04,23.11.09)
1010
  >This fixes the editing form for eUsage data providers (ERM > eUsage > Data providers):
1010
  >This fixes the editing form for eUsage data providers (ERM > eUsage > Data providers):
1011
  >- It delays the page display until the information from the counter registry is received. Previously, the data provider name was empty until the data from the registry was received.
1011
  >- It delays the page display until the information from the counter registry is received. Previously, the data provider name was empty until the data from the registry was received.
1012
  >- It removes the 'Create manually' button when editing a data provider that was created from the registry.
1012
  >- It removes the 'Create manually' button when editing a data provider that was created from the registry.
1013
- [37308](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37308) Add user-agent to SUSHI outgoing requests (24.11.00,24.05.04,23.11.10)
1013
- [37308](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37308) Add user-agent to SUSHI outgoing requests (24.11.00,24.05.04,23.11.10)
1014
- [37526](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37526) Handle redirects in SUSHI requests (24.11.00)
1014
- [37526](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37526) Handle redirects in SUSHI requests (24.11.00)
1015
- [28664](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664) One should not be able to issue a refund against a VOID accountline (24.11.00,24.05.02,23.11.07)
1015
- [28664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664) One should not be able to issue a refund against a VOID accountline (24.11.00,24.05.02,23.11.07)
1016
  >This fixes VOID transactions for patron accounting entries so that the 'Issue refund' button is not available.
1016
  >This fixes VOID transactions for patron accounting entries so that the 'Issue refund' button is not available.
1017
- [37255](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37255) Creating default waiting hold cancellation policy for all patron categories and itemtypes breaks Koha (24.11.00,24.05.03)
1017
- [37255](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37255) Creating default waiting hold cancellation policy for all patron categories and itemtypes breaks Koha (24.11.00,24.05.03)
1018
1018
1019
  **Sponsored by** *Koha-Suomi Oy*
1019
  **Sponsored by** *Koha-Suomi Oy*
1020
- [37263](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37263) Creating default article request fees is not working (24.11.00,24.05.06)
1020
- [37263](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37263) Creating default article request fees is not working (24.11.00,24.05.06)
1021
- [29087](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29087) Holds to pull list can crash with a SQL::Abstract puke (24.11.00,24.05.04,23.11.09)
1021
- [29087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29087) Holds to pull list can crash with a SQL::Abstract puke (24.11.00,24.05.04,23.11.09)
1022
  >This fixes the cause of an error (SQL::Abstract::puke():...) that can occur on the holds to pull list (Circulation > Holds > Holds to pull).
1022
  >This fixes the cause of an error (SQL::Abstract::puke():...) that can occur on the holds to pull list (Circulation > Holds > Holds to pull).
1023
- [37351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37351) Checkboxes on waiting holds report are not kept when switching to another page (24.11.00,24.05.04,23.11.09)
1023
- [37351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37351) Checkboxes on waiting holds report are not kept when switching to another page (24.11.00,24.05.04,23.11.09)
1024
- [37374](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37374) Place hold button non-responsive for club holds (24.11.00,24.05.04)
1024
- [37374](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37374) Place hold button non-responsive for club holds (24.11.00,24.05.04)
1025
- [38126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38126) Holds queue is allocating holds twice when using TransportCostMatrix and LocalHoldsPriority (24.11.00,24.05.05)
1025
- [38126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38126) Holds queue is allocating holds twice when using TransportCostMatrix and LocalHoldsPriority (24.11.00,24.05.05)
1026
- [38148](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38148) Check value of holdallowed circ rule properly (Bug 29087 follow-up) (24.11.00,24.05.05,23.11.10)
1026
- [38148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38148) Check value of holdallowed circ rule properly (Bug 29087 follow-up) (24.11.00,24.05.05,23.11.10)
1027
1027
1028
  **Sponsored by** *Whanganui District Council*
1028
  **Sponsored by** *Whanganui District Council*
1029
- [38357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38357) When adding new holidays Koha sometimes copies same holidays to other librarys (24.11.00)
1029
- [38357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38357) When adding new holidays Koha sometimes copies same holidays to other librarys (24.11.00)
1030
- [36171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36171) Extraction of Template Toolkit directive as translatable string causes patron view error in several languages (24.11.00,24.05.06)
1030
- [36171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36171) Extraction of Template Toolkit directive as translatable string causes patron view error in several languages (24.11.00,24.05.06)
1031
- [37303](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37303) Fuzzy translations displayed on the UI (24.11.00,24.05.04)
1031
- [37303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37303) Fuzzy translations displayed on the UI (24.11.00,24.05.04)
1032
- [38164](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38164) Translation process is broken (24.11.00,24.05.05)
1032
- [38164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38164) Translation process is broken (24.11.00,24.05.05)
1033
- [34597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34597) Expired patrons can still place ILL requests through OPAC (24.11.00)
1033
- [34597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34597) Expired patrons can still place ILL requests through OPAC (24.11.00)
1034
- [37389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37389) REST API queries joining on extended_attributes may cause severe performance issues (24.11.00,24.05.04)
1034
- [37389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37389) REST API queries joining on extended_attributes may cause severe performance issues (24.11.00,24.05.04)
1035
  >This fixes a severe performance issue with a REST API SQL query for patron and interlibrary loan request custom attributes. It fixes the problematic join queries using a "mixin" and adds tests. The previous queries could in some circumstance severally affect the database performance.
1035
  >This fixes a severe performance issue with a REST API SQL query for patron and interlibrary loan request custom attributes. It fixes the problematic join queries using a "mixin" and adds tests. The previous queries could in some circumstance severally affect the database performance.
1036
- [36424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36424) Database update 23.06.00.061 breaks due to syntax error (24.11,24.05.02,23.11.07)
1036
- [36424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36424) Database update 23.06.00.061 breaks due to syntax error (24.11,24.05.02,23.11.07)
1037
  >This fixes a syntax error in database update 230600061.pl (from bug 29002 which added the item booking feature to Koha 23.11.) - there was a comma that shouldn't have been there, which would cause the upgrade to fail if an old version of the following plugin was installed: https://github.com/bywatersolutions/koha-plugin-room-reservations
1037
  >This fixes a syntax error in database update 230600061.pl (from bug 29002 which added the item booking feature to Koha 23.11.) - there was a comma that shouldn't have been there, which would cause the upgrade to fail if an old version of the following plugin was installed: https://github.com/bywatersolutions/koha-plugin-room-reservations
1038
- [36978](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36978) Upgrade fails at 23.06.00.007 [Bug 34029] (24.11.00)
1038
- [36978](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36978) Upgrade fails at 23.06.00.007 [Bug 34029] (24.11.00)
1039
- [36986](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986) (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in DBRev (24.11.00,24.05.01,23.11.06)
1039
- [36986](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986) (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in DBRev (24.11.00,24.05.01,23.11.06)
1040
- [36993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36993) Upgrade fails at 23.12.00.023 [Bug 32132] (24.11.00,24.05.01)
1040
- [36993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36993) Upgrade fails at 23.12.00.023 [Bug 32132] (24.11.00,24.05.01)
1041
- [37000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37000) Upgrade fails at 23.12.00.044 [Bug 36120] (24.11.00,24.05.02)
1041
- [37000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37000) Upgrade fails at 23.12.00.044 [Bug 36120] (24.11.00,24.05.02)
1042
  >This fixes a database update error that may occur when upgrading to Koha 24.05.00 or later. This was related to Bug 31620 - Add pickup locations to bookings, an enhancement added in Koha 24.05.
1042
  >This fixes a database update error that may occur when upgrading to Koha 24.05.00 or later. This was related to Bug 31620 - Add pickup locations to bookings, an enhancement added in Koha 24.05.
1043
  >
1043
  >
1044
  >Database upgrade error message: 
1044
  >Database upgrade error message: 
1045
  >ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Cannot change column 'pickup_library_id': used in a foreign key constraint 'bookings_ibfk_4' at /usr/share/koha/lib/C4/Installer.pm line 741
1045
  >ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Cannot change column 'pickup_library_id': used in a foreign key constraint 'bookings_ibfk_4' at /usr/share/koha/lib/C4/Installer.pm line 741
1046
- [37187](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37187) Label batches and label templates cannot be deleted (24.11.00,24.05.02)
1046
- [37187](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37187) Label batches and label templates cannot be deleted (24.11.00,24.05.02)
1047
  >This fixes the manage label batches and label templates pages so that they can now be deleted. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1047
  >This fixes the manage label batches and label templates pages so that they can now be deleted. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1048
1048
1049
  **Sponsored by** *Athens County Public Libraries*
1049
  **Sponsored by** *Athens County Public Libraries*
1050
- [37192](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37192) Can't print label from the item editor (24.11.00,24.05.04)
1050
- [37192](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37192) Can't print label from the item editor (24.11.00,24.05.04)
1051
  >This fixes a 500 error that occurs when attempting to print a label for an item in the staff interface (from the record details page > Edit > Edit items > Actions > Print label (for a specific item). The label batch editor now opens (as expected).
1051
  >This fixes a 500 error that occurs when attempting to print a label for an item in the staff interface (from the record details page > Edit > Edit items > Actions > Print label (for a specific item). The label batch editor now opens (as expected).
1052
- [37720](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37720) XSS (and bustage) in label creator (24.11.00,24.05.04,23.11.09,23.05.19)
1052
- [37720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37720) XSS (and bustage) in label creator (24.11.00,24.05.04,23.11.09,23.05.19)
1053
- [37235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37235) Download single authority results in 500 error (24.11.00,24.05.06)
1053
- [37235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37235) Download single authority results in 500 error (24.11.00,24.05.06)
1054
1054
1055
  **Sponsored by** *Athens County Public Libraries*
1055
  **Sponsored by** *Athens County Public Libraries*
1056
- [37059](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37059) 'Insert' button is not working in notices and slips tool (24.11.00,24.05.02)
1056
- [37059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37059) 'Insert' button is not working in notices and slips tool (24.11.00,24.05.02)
1057
  >This fixes the button used to insert fields into the body of a notice - it was not working (Tools > Notices and slips > Edit any notice > expand a notice type > select a field on the left-hand side > Insert).
1057
  >This fixes the button used to insert fields into the body of a notice - it was not working (Tools > Notices and slips > Edit any notice > expand a notice type > select a field on the left-hand side > Insert).
1058
- [38089](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38089) Fix incorrect regular expression from bug 33478 and move styles to head (24.11.00,24.05.06)
1058
- [38089](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38089) Fix incorrect regular expression from bug 33478 and move styles to head (24.11.00,24.05.06)
1059
- [37039](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37039) Cannot request a discharge in the OPAC (24.11.00,24.05.02)
1059
- [37039](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37039) Cannot request a discharge in the OPAC (24.11.00,24.05.02)
1060
  >This fixes the OPAC discharge request so that it now works as expected - after pressing the "Ask for a discharge" button, the page was refreshed but no request was made. (Requires useDischarge system preference enabled; OPAC > Your account > Ask for a discharge.) (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1060
  >This fixes the OPAC discharge request so that it now works as expected - after pressing the "Ask for a discharge" button, the page was refreshed but no request was made. (Requires useDischarge system preference enabled; OPAC > Your account > Ask for a discharge.) (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1061
- [37111](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37111) OPAC renewal - CSRF "op must be set" (24.11.00,24.05.04)
1061
- [37111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37111) OPAC renewal - CSRF "op must be set" (24.11.00,24.05.04)
1062
  >This fixes an error that occurs when patron's attempt to renew items from their OPAC account (Your account > Summary). The error was related to the CSRF changes to improve the security for forms added Koha 24.05.
1062
  >This fixes an error that occurs when patron's attempt to renew items from their OPAC account (Your account > Summary). The error was related to the CSRF changes to improve the security for forms added Koha 24.05.
1063
- [37150](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37150) Can't delete single title from a list using the "Remove from list" link (24.11.00,24.05.05)
1063
- [37150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37150) Can't delete single title from a list using the "Remove from list" link (24.11.00,24.05.05)
1064
1064
1065
  **Sponsored by** *Athens County Public Libraries*
1065
  **Sponsored by** *Athens County Public Libraries*
1066
- [34147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34147) Patron search displays "processing" when category has library limitations that exclude the logged in library name (24.11.00,24.05.04)
1066
- [34147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34147) Patron search displays "processing" when category has library limitations that exclude the logged in library name (24.11.00,24.05.04)
1067
- [37378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37378) Patron searches can fail when library groups are set to 'Limit patron data access by group' (24.11.00,24.05.04,23.11.09)
1067
- [37378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37378) Patron searches can fail when library groups are set to 'Limit patron data access by group' (24.11.00,24.05.04,23.11.09)
1068
- [37523](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37523) CSRF error when modifying an existing patron record (24.11.00,24.05.04)
1068
- [37523](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37523) CSRF error when modifying an existing patron record (24.11.00,24.05.04)
1069
1069
1070
  **Sponsored by** *Athens County Public Libraries*
1070
  **Sponsored by** *Athens County Public Libraries*
1071
- [37542](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37542) Patron search is incorrectly parsing entries as dates and fetching the wrong patron if dateofbirth in search fields (24.11.00,24.05.04)
1071
- [37542](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37542) Patron search is incorrectly parsing entries as dates and fetching the wrong patron if dateofbirth in search fields (24.11.00,24.05.04)
1072
- [37786](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37786) members/cancel-charge.pl needs CSRF protection (24.11.00,24.05.05)
1072
- [37786](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37786) members/cancel-charge.pl needs CSRF protection (24.11.00,24.05.05)
1073
1073
1074
  **Sponsored by** *Chetco Community Public Library*
1074
  **Sponsored by** *Chetco Community Public Library*
1075
- [37881](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37881) Guarantor code broken (24.11.00)
1075
- [37881](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37881) Guarantor code broken (24.11.00)
1076
- [37892](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37892) Patron category 'can be a guarantee' means that same category cannot be a guarantor (24.11.00,24.05.06)
1076
- [37892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37892) Patron category 'can be a guarantee' means that same category cannot be a guarantor (24.11.00,24.05.06)
1077
- [37872](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37872) ILL module has issues when plugins are disabled (enable_plugins = 0) (24.11.00)
1077
- [37872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37872) ILL module has issues when plugins are disabled (enable_plugins = 0) (24.11.00)
1078
  >This fixes an issue when plugins are not enabled and the ILL module is enabled. This caused an error on the About Koha > System information section.
1078
  >This fixes an issue when plugins are not enabled and the ILL module is enabled. This caused an error on the About Koha > System information section.
1079
  >This also fixes a page error shown when accessing the ILL module with enable_plugins = 0 in koha-conf.xml.
1079
  >This also fixes a page error shown when accessing the ILL module with enable_plugins = 0 in koha-conf.xml.
1080
- [37018](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37018) SQL injection using q under api/
1080
- [37018](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37018) SQL injection using q under api/
1081
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1081
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1082
- [23685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685) Exporting report may consume unlimited memory (24.11.00)
1082
- [23685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23685) Exporting report may consume unlimited memory (24.11.00)
1083
  >This development allows you to control the number of records that is downloaded in the reports module (to prevent timeouts) and also includes the option to hide the ODS download option that is the most expensive one.
1083
  >This development allows you to control the number of records that is downloaded in the reports module (to prevent timeouts) and also includes the option to hide the ODS download option that is the most expensive one.
1084
  >
1084
  >
1085
  >Adding prefs GuidedReportsExportLimit and ReportingAllowsODS_Export for that reason.
1085
  >Adding prefs GuidedReportsExportLimit and ReportingAllowsODS_Export for that reason.
1086
1086
1087
  **Sponsored by** *Waikato Institute of Technology, New Zealand*
1087
  **Sponsored by** *Waikato Institute of Technology, New Zealand*
1088
- [37093](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37093) 403 Forbidden Error when attempting to search for Mana Reports (24.11.00,24.05.04)
1088
- [37093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37093) 403 Forbidden Error when attempting to search for Mana Reports (24.11.00,24.05.04)
1089
  >This fixes searching for a report in Mana when creating a new report. Searching Mana was generating an error message "Your search could not be completed. Please try again later. 403 Forbidden". (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1089
  >This fixes searching for a report in Mana when creating a new report. Searching Mana was generating an error message "Your search could not be completed. Please try again later. 403 Forbidden". (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1090
- [37197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37197) Batch patron modification from reports fails by using GET instead of POST (24.11.00,24.05.05)
1090
- [37197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37197) Batch patron modification from reports fails by using GET instead of POST (24.11.00,24.05.05)
1091
- [37270](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37270) Deleting a report from the actions menu on a list of saved reports does not work (24.11.00,24.05.05)
1091
- [37270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37270) Deleting a report from the actions menu on a list of saved reports does not work (24.11.00,24.05.05)
1092
1092
1093
  **Sponsored by** *Athens County Public Libraries*
1093
  **Sponsored by** *Athens County Public Libraries*
1094
- [37734](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37734) Insert runtime parameter button is not working in Reports (24.11.00)
1094
- [37734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37734) Insert runtime parameter button is not working in Reports (24.11.00)
1095
  >This fixes the 'Insert runtime parameter' when creating reports from SQL - nothing was happening when selecting any of the parameters to insert. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1095
  >This fixes the 'Insert runtime parameter' when creating reports from SQL - nothing was happening when selecting any of the parameters to insert. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1096
- [35989](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989) Searching Geographic authorities generates error (24.11.00,24.05.02,23.11.07)
1096
- [35989](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989) Searching Geographic authorities generates error (24.11.00,24.05.02,23.11.07)
1097
  >This fixes an error generated when searching geographic name authorities ("Error: Unmatched [ in regex; marked by ...".). The error was generated if an authority record had a heading in the subfields for 751 (Established Heading Linking Entry-Geographic Name) and 781 (Subdivision Linking Entry-Geographic Subdivision).
1097
  >This fixes an error generated when searching geographic name authorities ("Error: Unmatched [ in regex; marked by ...".). The error was generated if an authority record had a heading in the subfields for 751 (Established Heading Linking Entry-Geographic Name) and 781 (Subdivision Linking Entry-Geographic Subdivision).
1098
- [37165](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37165) Can't edit frequencies due to stray cud- in modify op (24.11.00,24.05.02)
1098
- [37165](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37165) Can't edit frequencies due to stray cud- in modify op (24.11.00,24.05.02)
1099
  >This fixes the serials frequency edit form so that they can be edited (Serials > Manage frequencies > select edit action for a frequency). Before this, you couldn't edit the frequency - the form was empty. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1099
  >This fixes the serials frequency edit form so that they can be edited (Serials > Manage frequencies > select edit action for a frequency). Before this, you couldn't edit the frequency - the form was empty. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1100
- [37183](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37183) Serials batch edit changes the expiration date to TODAY (24.11.00,24.05.02,23.11.07)
1100
- [37183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37183) Serials batch edit changes the expiration date to TODAY (24.11.00,24.05.02,23.11.07)
1101
  >This fixes batch editing of serials and the expiration date. Before this patch, if no date was entered in the expiration date field, it was changed to the current date when the batch edit form was saved. This caused the expiration date to change to the current date for all serials in the batch edit.
1101
  >This fixes batch editing of serials and the expiration date. Before this patch, if no date was entered in the expiration date field, it was changed to the current date when the batch edit form was saved. This caused the expiration date to change to the current date for all serials in the batch edit.
1102
- [37247](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37247) On subscriptions operation allowed without authentication
1102
- [37247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37247) On subscriptions operation allowed without authentication
1103
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1103
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1104
- [37873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37873) Unable to delete user from routing list or preview/print routing list slip (24.11.00,24.05.04)
1104
- [37873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37873) Unable to delete user from routing list or preview/print routing list slip (24.11.00,24.05.04)
1105
  >Fixes a regression that prevented recipients from being deleted from a routing list, as well as resolving issues with previewing routing lists.
1105
  >Fixes a regression that prevented recipients from being deleted from a routing list, as well as resolving issues with previewing routing lists.
1106
1106
1107
  **Sponsored by** *Westlake Porter Public Library*
1107
  **Sponsored by** *Westlake Porter Public Library*
1108
- [38378](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38378) Serial frequency deletion is broken (24.11.00)
1108
- [38378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38378) Serial frequency deletion is broken (24.11.00)
1109
1109
1110
  **Sponsored by** *Chetco Community Public Library*
1110
  **Sponsored by** *Chetco Community Public Library*
1111
- [26866](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26866) Items table on additem should sort by cn_sort (24.11.00,24.05.04)
1111
- [26866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26866) Items table on additem should sort by cn_sort (24.11.00,24.05.04)
1112
- [37005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37005) Holdings table will not load when noItemTypeImages is set to 'Don't show' (24.11.00,24.05.02)
1112
- [37005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37005) Holdings table will not load when noItemTypeImages is set to 'Don't show' (24.11.00,24.05.02)
1113
  >This fixes a problem with the holdings table not loading when the noItemTypeImages system preference is set to 'Don't show'.
1113
  >This fixes a problem with the holdings table not loading when the noItemTypeImages system preference is set to 'Don't show'.
1114
- [37078](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37078) Damaged status not showing in record detail page (24.11.00,24.05.02)
1114
- [37078](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37078) Damaged status not showing in record detail page (24.11.00,24.05.02)
1115
  >This fixes the record details page to correctly show the damaged status for an item in the holdings table status column, instead of showing it as available.
1115
  >This fixes the record details page to correctly show the damaged status for an item in the holdings table status column, instead of showing it as available.
1116
- [37375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37375) Holdings table not loading if MARC framework is missing certain 952 subfields (24.11.00,24.05.05)
1116
- [37375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37375) Holdings table not loading if MARC framework is missing certain 952 subfields (24.11.00,24.05.05)
1117
  >This fixes the loading of the holdings table for a record in the staff interface, where the framework for a MARC21 instance is missing certain 952 subfields (8, a, b, c, or y). The holdings table will still now load, before it would display as "Processing" and not display any holding details.
1117
  >This fixes the loading of the holdings table for a record in the staff interface, where the framework for a MARC21 instance is missing certain 952 subfields (8, a, b, c, or y). The holdings table will still now load, before it would display as "Processing" and not display any holding details.
1118
- [37466](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37466) Reflected Cross Site Scripting (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1118
- [37466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37466) Reflected Cross Site Scripting (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1119
- [37812](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37812) Adjust Vue modals for Bootstrap 5 (24.11.00)
1119
- [37812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37812) Adjust Vue modals for Bootstrap 5 (24.11.00)
1120
  >This fixes the display of the dialog boxes (Vue modals) for the ERM and preservation modules. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1120
  >This fixes the display of the dialog boxes (Vue modals) for the ERM and preservation modules. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1121
- [37916](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37916) Plugin search and install regression (24.11.00,24.05.06)
1121
- [37916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37916) Plugin search and install regression (24.11.00,24.05.06)
1122
- [37959](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37959) Item circulation alerts table appears to be broken (24.11.00,24.05.05)
1122
- [37959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37959) Item circulation alerts table appears to be broken (24.11.00,24.05.05)
1123
- [38118](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38118) Removed empty columns on holdings table on details page are not restored when new items loaded (24.11.00,24.05.06)
1123
- [38118](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38118) Removed empty columns on holdings table on details page are not restored when new items loaded (24.11.00,24.05.06)
1124
- [38190](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38190) JS error on suggestion page (24.11.00)
1124
- [38190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38190) JS error on suggestion page (24.11.00)
1125
- [38248](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38248) Staff interface detail page item table lookup fails when item has lost status but no claims returned (24.11.00)
1125
- [38248](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38248) Staff interface detail page item table lookup fails when item has lost status but no claims returned (24.11.00)
1126
- [38391](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38391) DT's add filters called too many times (24.11.00)
1126
- [38391](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38391) DT's add filters called too many times (24.11.00)
1127
- [38436](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38436) Adjust code for column visibility (after DataTables upgrade) (24.11.00)
1127
- [38436](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38436) Adjust code for column visibility (after DataTables upgrade) (24.11.00)
1128
- [38485](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38485) Update column visibility on holdings table correctly (24.11.00)
1128
- [38485](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38485) Update column visibility on holdings table correctly (24.11.00)
1129
- [37091](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37091) Cannot delete a local system preference (24.11.00,24.05.02)
1129
- [37091](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37091) Cannot delete a local system preference (24.11.00,24.05.02)
1130
  >This fixes the forms for local system preferences - these can now be deleted.
1130
  >This fixes the forms for local system preferences - these can now be deleted.
1131
- [37419](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37419) Deleting the record source deletes the associated biblio_metadata rows (24.11.00,24.05.04)
1131
- [37419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37419) Deleting the record source deletes the associated biblio_metadata rows (24.11.00,24.05.04)
1132
- [38069](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38069) Table settings not saving (24.11.00)
1132
- [38069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38069) Table settings not saving (24.11.00)
1133
- [38328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38328) Cannot delete ILL batch statuses (24.11.00)
1133
- [38328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38328) Cannot delete ILL batch statuses (24.11.00)
1134
1134
1135
  **Sponsored by** *Chetco Community Public Library*
1135
  **Sponsored by** *Chetco Community Public Library*
1136
- [37748](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748) In Bootstrap 5 "disabled" class must be on anchor tag, not list item (24.11.00)
1136
- [37748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748) In Bootstrap 5 "disabled" class must be on anchor tag, not list item (24.11.00)
1137
1137
1138
  **Sponsored by** *Athens County Public Libraries*
1138
  **Sponsored by** *Athens County Public Libraries*
1139
- [38305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38305) Can't delete or archive suggestions (24.11.00)
1139
- [38305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38305) Can't delete or archive suggestions (24.11.00)
1140
- [38049](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38049) Admin/RecordSources_spec.ts is still failing randomly (24.11.00)
1140
- [38049](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38049) Admin/RecordSources_spec.ts is still failing randomly (24.11.00)
1141
- [33339](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33339) Formula injection (CSV Injection) in export functionality (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1141
- [33339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33339) Formula injection (CSV Injection) in export functionality (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1142
- [37129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37129) Patron attributes linked to an authorized value don't show a select menu in batch modification (24.11.00,24.05.02)
1142
- [37129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37129) Patron attributes linked to an authorized value don't show a select menu in batch modification (24.11.00,24.05.02)
1143
  >This fixes the patron batch modification tool so that patron attributes linked to an authorized value now show the dropdown list of values. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1143
  >This fixes the patron batch modification tool so that patron attributes linked to an authorized value now show the dropdown list of values. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1144
- [37483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37483) Batch extend due dates tool not working (24.11.00,24.05.05)
1144
- [37483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37483) Batch extend due dates tool not working (24.11.00,24.05.05)
1145
- [37612](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37612) Batch modifying patrons from patron lists broken by CSRF protection (24.11.00,24.05.04)
1145
- [37612](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37612) Batch modifying patrons from patron lists broken by CSRF protection (24.11.00,24.05.04)
1146
  >This fixes batch editing patrons from a patron list (Tools > Patrons and circulation > Patron lists > Actions > Batch edit patrons). When attempting to batch edit patrons, it didn't load the page to batch edit the patrons, and displayed the message "No patron card numbers or borrowernumbers given." (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1146
  >This fixes batch editing patrons from a patron list (Tools > Patrons and circulation > Patron lists > Actions > Batch edit patrons). When attempting to batch edit patrons, it didn't load the page to batch edit the patrons, and displayed the message "No patron card numbers or borrowernumbers given." (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1147
1147
1148
  **Sponsored by** *Chetco Community Public Library*
1148
  **Sponsored by** *Chetco Community Public Library*
1149
- [37614](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37614) Printing patron cards from patron lists broken by CSRF protection (24.11.00,24.05.04)
1149
- [37614](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37614) Printing patron cards from patron lists broken by CSRF protection (24.11.00,24.05.04)
1150
  >This fixes printing patron cards from a patron list (Tools > Patrons and circulation > Patron lists > Actions > Print patron cards > Export). When clicking on Export, the progress icon keeps spinning and doesn't finish - resulting in no PDF file to download. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1150
  >This fixes printing patron cards from a patron list (Tools > Patrons and circulation > Patron lists > Actions > Print patron cards > Export). When clicking on Export, the progress icon keeps spinning and doesn't finish - resulting in no PDF file to download. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1151
- [37654](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37654) XSS in batch record import for the citation column (24.11.00,24.05.04,23.11.09,23.05.15)
1151
- [37654](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37654) XSS in batch record import for the citation column (24.11.00,24.05.04,23.11.09,23.05.15)
1152
1152
1153
  **Sponsored by** *Chetco Community Public Library*
1153
  **Sponsored by** *Chetco Community Public Library*
1154
- [37961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37961) Inventory followup fails by POSTing without an op or csrf_token (24.11.00,24.05.05)
1154
- [37961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37961) Inventory followup fails by POSTing without an op or csrf_token (24.11.00,24.05.05)
1155
1155
1156
  **Sponsored by** *Chetco Community Public Library*
1156
  **Sponsored by** *Chetco Community Public Library*
1157
- [36560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560) ILS-DI API POSTS cause CSRF errors (24.11.00,24.05.06)
1157
- [36560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560) ILS-DI API POSTS cause CSRF errors (24.11.00,24.05.06)
1158
  >This change creates an anti-CSRF exception so that the ILS-DI API will work without a CSRF token. Libraries are reminded that they should be careful when configuring the ILS-DI:AuthorizedIPs system preference for access to the ILS-DI API.
1158
  >This change creates an anti-CSRF exception so that the ILS-DI API will work without a CSRF token. Libraries are reminded that they should be careful when configuring the ILS-DI:AuthorizedIPs system preference for access to the ILS-DI API.
1159
1159
1160
#### Other bugs fixed
1160
#### Other bugs fixed
1161
1161
1162
- [37003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37003) Release team 24.11 (24.11.00,24.05.02,23.11.07,23.05.15)
1162
- [37003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37003) Release team 24.11 (24.11.00,24.05.02,23.11.07,23.05.15)
1163
  >This updates the About Koha > Koha team with the release team members for Koha 22.11.
1163
  >This updates the About Koha > Koha team with the release team members for Koha 22.11.
1164
- [37575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37575) Typo 'AutoCreateAuthorites' in about.pl (24.11.00,24.05.04,23.11.11)
1164
- [37575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37575) Typo 'AutoCreateAuthorites' in about.pl (24.11.00,24.05.04,23.11.11)
1165
- [38517](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38517) Release team 25.05
1165
- [38517](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38517) Release team 25.05
1166
- [33766](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766) Fix ambiguous form field in OPAC login form (24.11.00)
1166
- [33766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766) Fix ambiguous form field in OPAC login form (24.11.00)
1167
  >This adds the new system preference `OPACLoginLabelTextContent` that allows to control the text displayed on the login form. Available options are:
1167
  >This adds the new system preference `OPACLoginLabelTextContent` that allows to control the text displayed on the login form. Available options are:
1168
  >
1168
  >
1169
  >- card number
1169
  >- card number
1170
  >- card number or username
1170
  >- card number or username
1171
  >- username
1171
  >- username
1172
- [37586](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37586) Improve accessibility of top navigation in the OPAC with aria-labels (24.11.00,24.05.04,23.11.10)
1172
- [37586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37586) Improve accessibility of top navigation in the OPAC with aria-labels (24.11.00,24.05.04,23.11.10)
1173
- [37758](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37758) Accessibility: "translControl1" field is missing a descriptive label (24.11.00)
1173
- [37758](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37758) Accessibility: "translControl1" field is missing a descriptive label (24.11.00)
1174
- [37988](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37988) Accessibility: The 'Home' icon in the staff interface cannot be accessed with a keyboard (24.11.00)
1174
- [37988](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37988) Accessibility: The 'Home' icon in the staff interface cannot be accessed with a keyboard (24.11.00)
1175
- [30493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30493) Pending archived suggestions appear on staff interface home page (24.11.00,24.05.02,23.11.07,23.05.1)
1175
- [30493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30493) Pending archived suggestions appear on staff interface home page (24.11.00,24.05.02,23.11.07,23.05.1)
1176
  >This fixes the list of pending suggestions to remove archived suggestions with a "Pending" status. If suggestions were archived and their status was left as "Pending", they were still appearing as suggestions to manage on the staff interface and acquisitions home pages.
1176
  >This fixes the list of pending suggestions to remove archived suggestions with a "Pending" status. If suggestions were archived and their status was left as "Pending", they were still appearing as suggestions to manage on the staff interface and acquisitions home pages.
1177
- [34159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34159) Remove plan by AR_CANCELLATION choice in aqplan (24.11.00,24.05.06)
1177
- [34159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34159) Remove plan by AR_CANCELLATION choice in aqplan (24.11.00,24.05.06)
1178
1178
1179
  **Sponsored by** *Chetco Community Public Library*
1179
  **Sponsored by** *Chetco Community Public Library*
1180
- [34718](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34718) Input field in fund list (Select2) on receive is inactive (24.11.00,24.05.02,23.11.07)
1180
- [34718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34718) Input field in fund list (Select2) on receive is inactive (24.11.00,24.05.02,23.11.07)
1181
  >This fixes the fund selector dropdown list when receiving an item. This was not selectable, and the fund could not be changed.
1181
  >This fixes the fund selector dropdown list when receiving an item. This was not selectable, and the fund could not be changed.
1182
- [35087](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35087) Discount rate should only allow valid input formats (24.11.00,24.05.06)
1182
- [35087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35087) Discount rate should only allow valid input formats (24.11.00,24.05.06)
1183
- [35597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35597) Purchase suggestion changes aren't logged (24.11.00)
1183
- [35597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35597) Purchase suggestion changes aren't logged (24.11.00)
1184
  >This adds the logging of purchase suggestion additions, changes, and deletions. This is enabled using the new SuggestionsLog system preference.
1184
  >This adds the logging of purchase suggestion additions, changes, and deletions. This is enabled using the new SuggestionsLog system preference.
1185
- [35823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35823) When uploading a MARC file to a basket it is showing inactive funds without them being selected (24.11.00,24.05.06)
1185
- [35823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35823) When uploading a MARC file to a basket it is showing inactive funds without them being selected (24.11.00,24.05.06)
1186
- [36049](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36049) Rounding prices sometimes leads to incorrect results (24.11.00,24.05.06)
1186
- [36049](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36049) Rounding prices sometimes leads to incorrect results (24.11.00,24.05.06)
1187
1187
1188
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1188
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1189
- [37070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37070) Incorrect barcode generation when adding orders to basket (24.11.00,24.05.06)
1189
- [37070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37070) Incorrect barcode generation when adding orders to basket (24.11.00,24.05.06)
1190
- [37071](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37071) Purchase suggestions from the patron account are not redirecting to the suggestion form (24.11.00,24.05.02)
1190
- [37071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37071) Purchase suggestions from the patron account are not redirecting to the suggestion form (24.11.00,24.05.02)
1191
  >This fixes the "New purchase suggestion" link from a patron's purchase suggestion area. The link now takes you to the new purchase suggestion form, instead of the suggestions management page. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1191
  >This fixes the "New purchase suggestion" link from a patron's purchase suggestion area. The link now takes you to the new purchase suggestion form, instead of the suggestions management page. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1192
- [37184](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37184) Special character encoding problem when importing MARC file from the acquisitions module (24.11.00)
1192
- [37184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37184) Special character encoding problem when importing MARC file from the acquisitions module (24.11.00)
1193
- [37246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37246) Suggestions filter by fund displays inactive budgets (24.11.00,24.05.06)
1193
- [37246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37246) Suggestions filter by fund displays inactive budgets (24.11.00,24.05.06)
1194
- [37265](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37265) Consideration of UniqueItemFields setting when receiving items in an order. (24.11.00,24.05.06)
1194
- [37265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37265) Consideration of UniqueItemFields setting when receiving items in an order. (24.11.00,24.05.06)
1195
1195
1196
  **Sponsored by** *kohawbibliotece.pl*
1196
  **Sponsored by** *kohawbibliotece.pl*
1197
- [37304](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37304) Created by filter in acquisitions advanced orders search always shows zero results (24.11.00,24.05.06)
1197
- [37304](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37304) Created by filter in acquisitions advanced orders search always shows zero results (24.11.00,24.05.06)
1198
- [37337](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37337) Submitting a similar suggestion results in a blank page (24.11.00,24.05.04,23.11.09)
1198
- [37337](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37337) Submitting a similar suggestion results in a blank page (24.11.00,24.05.04,23.11.09)
1199
- [37340](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37340) EDIFACT messages should be sortable by 'details' (24.11.00,24.05.04)
1199
- [37340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37340) EDIFACT messages should be sortable by 'details' (24.11.00,24.05.04)
1200
  >This fixes the EDIFACT messages table in acquisitions so that the details column is now sortable (Acquisitions > EDIFACT messages (when the EDIFACT system preference is enabled).
1200
  >This fixes the EDIFACT messages table in acquisitions so that the details column is now sortable (Acquisitions > EDIFACT messages (when the EDIFACT system preference is enabled).
1201
- [37343](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37343) Cannot search for vendors when transferring an item in acquisitions (24.11.00,24.05.02)
1201
- [37343](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37343) Cannot search for vendors when transferring an item in acquisitions (24.11.00,24.05.02)
1202
- [37411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37411) Exporting budget planning gives 500 error (24.11.00,24.05.04,23.11.09)
1202
- [37411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37411) Exporting budget planning gives 500 error (24.11.00,24.05.04,23.11.09)
1203
- [37450](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37450) Clicking 'Close basket' from the list of baskets does nothing (24.11.00,24.05.04)
1203
- [37450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37450) Clicking 'Close basket' from the list of baskets does nothing (24.11.00,24.05.04)
1204
- [37854](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37854) Barcode fails when adding item during order receive (again) (24.11.00)
1204
- [37854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37854) Barcode fails when adding item during order receive (again) (24.11.00)
1205
- [37913](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37913) Remove more unreachable code in aqcontract.tt (24.11.00,24.05.06)
1205
- [37913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37913) Remove more unreachable code in aqcontract.tt (24.11.00,24.05.06)
1206
1206
1207
  **Sponsored by** *Chetco Community Public Library*
1207
  **Sponsored by** *Chetco Community Public Library*
1208
- [37914](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37914) Forms for budget planning filters and export should GET rather than POST (24.11.00,24.05.06)
1208
- [37914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37914) Forms for budget planning filters and export should GET rather than POST (24.11.00,24.05.06)
1209
1209
1210
  **Sponsored by** *Chetco Community Public Library*
1210
  **Sponsored by** *Chetco Community Public Library*
1211
- [38235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38235) Suggestion confirmation letter sent when it should not (24.11.00)
1211
- [38235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38235) Suggestion confirmation letter sent when it should not (24.11.00)
1212
  >This enhancement prevents a patron who made a suggestion from being notified again if their suggested record is reordered.
1212
  >This enhancement prevents a patron who made a suggestion from being notified again if their suggested record is reordered.
1213
1213
1214
  **Sponsored by** *Ignatianum University in Cracow*
1214
  **Sponsored by** *Ignatianum University in Cracow*
1215
- [38271](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38271) Missing 008 field in bibliographic records created via EDIFACT (24.11.00,24.05.06)
1215
- [38271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38271) Missing 008 field in bibliographic records created via EDIFACT (24.11.00,24.05.06)
1216
- [38297](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38297) The "New vendor" button needs a permissions guard (24.11.00)
1216
- [38297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38297) The "New vendor" button needs a permissions guard (24.11.00)
1217
- [38303](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38303) Item's replacement price not set to defaultreplacecost if 0.00 (24.11.00)
1217
- [38303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38303) Item's replacement price not set to defaultreplacecost if 0.00 (24.11.00)
1218
- [38325](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38325) Cannot delete invoice while viewing it (24.11.00)
1218
- [38325](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38325) Cannot delete invoice while viewing it (24.11.00)
1219
1219
1220
  **Sponsored by** *Chetco Community Public Library*
1220
  **Sponsored by** *Chetco Community Public Library*
1221
- [38326](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38326) copyno not copied over when set in MarcItemFieldsToOrder system preference (24.11.00)
1221
- [38326](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38326) copyno not copied over when set in MarcItemFieldsToOrder system preference (24.11.00)
1222
- [38329](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38329) Remove orphan confirm_deletion() in supplier.tt (24.11.00)
1222
- [38329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38329) Remove orphan confirm_deletion() in supplier.tt (24.11.00)
1223
1223
1224
  **Sponsored by** *Chetco Community Public Library*
1224
  **Sponsored by** *Chetco Community Public Library*
1225
- [23387](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23387) Cache ClassSource (24.11.00)
1225
- [23387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23387) Cache ClassSource (24.11.00)
1226
- [28294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294) C4::Circulation::updateWrongTransfer should be moved into Koha:: (24.11.00)
1226
- [28294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294) C4::Circulation::updateWrongTransfer should be moved into Koha:: (24.11.00)
1227
- [31224](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224) Koha::Biblio::Metadata->record should use the EmbedItems filter (24.11.00)
1227
- [31224](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224) Koha::Biblio::Metadata->record should use the EmbedItems filter (24.11.00)
1228
- [31581](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31581) Remove Zebra files for NORMARC (24.11.00,24.05.06)
1228
- [31581](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31581) Remove Zebra files for NORMARC (24.11.00,24.05.06)
1229
- [33188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33188) Warning in Koha::Items->hidden_in_opac (24.11.00)
1229
- [33188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33188) Warning in Koha::Items->hidden_in_opac (24.11.00)
1230
- [35294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35294) Typo in comment in C4 circulation: barocode (24.11.00,24.05.02,23.11.07,23.05.15)
1230
- [35294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35294) Typo in comment in C4 circulation: barocode (24.11.00,24.05.02,23.11.07,23.05.15)
1231
  >This fixes spelling errors in catalog code comments (barocode => barcode, and preproccess => preprocess).
1231
  >This fixes spelling errors in catalog code comments (barocode => barcode, and preproccess => preprocess).
1232
- [35539](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35539) Remove unused columns from categories table (24.11.00)
1232
- [35539](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35539) Remove unused columns from categories table (24.11.00)
1233
- [35655](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35655) Make it possible to switch off RabbitMQ without any warns in logs/about page (24.11.00)
1233
- [35655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35655) Make it possible to switch off RabbitMQ without any warns in logs/about page (24.11.00)
1234
- [35721](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35721) Replace ModItemTransfer calls in circ/returns.pl (24.11.00)
1234
- [35721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35721) Replace ModItemTransfer calls in circ/returns.pl (24.11.00)
1235
- [35959](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959) Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules) (24.11.00,24.05.06)
1235
- [35959](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959) Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules) (24.11.00,24.05.06)
1236
- [36317](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36317) Koha::Biblio->host_items fails with search_ordered() (24.11.00,24.05.06)
1236
- [36317](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36317) Koha::Biblio->host_items fails with search_ordered() (24.11.00,24.05.06)
1237
- [36330](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36330) Fix typo: reseve (24.11.00)
1237
- [36330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36330) Fix typo: reseve (24.11.00)
1238
  >This fixes the spelling of "reserve" in Koha source code comments (was spelled incorrectly as "reseve").
1238
  >This fixes the spelling of "reserve" in Koha source code comments (was spelled incorrectly as "reseve").
1239
1239
1240
  **Sponsored by** *Catalyst*
1240
  **Sponsored by** *Catalyst*
1241
- [36362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36362) Only call Koha::Libraries->search() if necessary in Item::pickup_locations (24.11.00,24.05.04,23.11.09)
1241
- [36362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36362) Only call Koha::Libraries->search() if necessary in Item::pickup_locations (24.11.00,24.05.04,23.11.09)
1242
1242
1243
  **Sponsored by** *Gothenburg University Library*
1243
  **Sponsored by** *Gothenburg University Library*
1244
- [36367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36367) Remove context stack (24.11.00)
1244
- [36367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36367) Remove context stack (24.11.00)
1245
- [36474](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36474) updatetotalissues.pl  should not modify the record when the total issues has not changed (24.11.00,24.05.04,23.11.10)
1245
- [36474](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36474) updatetotalissues.pl  should not modify the record when the total issues has not changed (24.11.00,24.05.04,23.11.10)
1246
  >This updates the misc/cronjobs/update_totalissues.pl script so that records are only modified if the number of issues changes. Previously, every record was modified - even if the number of issues did not change.
1246
  >This updates the misc/cronjobs/update_totalissues.pl script so that records are only modified if the number of issues changes. Previously, every record was modified - even if the number of issues did not change.
1247
  >
1247
  >
1248
  >In addition, with CataloguingLog enabled, this previously added one entry to the log viewer for every record - as all the records were modified even if the number of issues did not change. Now, only records where the number of issues have changed are included in the log viewer, significantly reducing the number of entries.
1248
  >In addition, with CataloguingLog enabled, this previously added one entry to the log viewer for every record - as all the records were modified even if the number of issues did not change. Now, only records where the number of issues have changed are included in the log viewer, significantly reducing the number of entries.
1249
- [36594](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36594) Library hours display issues (24.11.00)
1249
- [36594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36594) Library hours display issues (24.11.00)
1250
  >This fixes the display of library hours in the staff interface (Administration > Basic parameters > Libraries):
1250
  >This fixes the display of library hours in the staff interface (Administration > Basic parameters > Libraries):
1251
  >This patch corrects the following issues related to the display of library
1251
  >This patch corrects the following issues related to the display of library
1252
  >-Newly created or edited libraries no longer display 'null' for undefined open and close times.
1252
  >-Newly created or edited libraries no longer display 'null' for undefined open and close times.
Lines 1257-1320 have already been fixed in maintenance releases Link Here
1257
  >-A TT filter, KohaTimes, has been added to handle proper formatting of time strings based on systems preferences.
1257
  >-A TT filter, KohaTimes, has been added to handle proper formatting of time strings based on systems preferences.
1258
1258
1259
  **Sponsored by** *Westlake Porter Public Library*
1259
  **Sponsored by** *Westlake Porter Public Library*
1260
- [36640](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640) Upgrade DataTables from 1.13.6 to 2.x (24.11.00)
1260
- [36640](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640) Upgrade DataTables from 1.13.6 to 2.x (24.11.00)
1261
- [36873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36873) Koha::Objects->delete should accept parameters and pass them through (24.11.00,24.05.06)
1261
- [36873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36873) Koha::Objects->delete should accept parameters and pass them through (24.11.00,24.05.06)
1262
- [36901](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36901) Add logging for uncaught exceptions in background job classes (24.11.00,24.05.06)
1262
- [36901](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36901) Add logging for uncaught exceptions in background job classes (24.11.00,24.05.06)
1263
  >This enhancement adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere.
1263
  >This enhancement adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere.
1264
- [36940](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36940) Resolve two Auth warnings when AutoLocation is enabled having a branch without branchip (24.11.00,24.05.02,23.11.07,23.05.15)
1264
- [36940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36940) Resolve two Auth warnings when AutoLocation is enabled having a branch without branchip (24.11.00,24.05.02,23.11.07,23.05.15)
1265
  >This fixes two warnings in the log files when the AutoLocation system preference is enabled and there is a library without an IP address.
1265
  >This fixes two warnings in the log files when the AutoLocation system preference is enabled and there is a library without an IP address.
1266
  >
1266
  >
1267
  >Warning messages:
1267
  >Warning messages:
1268
  >[WARN] Use of uninitialized value $domain in substitution (s///) at /usr/share/koha/C4/Auth.pm line 1223.
1268
  >[WARN] Use of uninitialized value $domain in substitution (s///) at /usr/share/koha/C4/Auth.pm line 1223.
1269
  >[WARN] Use of uninitialized value $domain in regexp compilation at /usr/share/koha/C4/Auth.pm line 1224.
1269
  >[WARN] Use of uninitialized value $domain in regexp compilation at /usr/share/koha/C4/Auth.pm line 1224.
1270
- [37037](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37037) touch_all_biblios.pl triggers rebuilding holds for all affected records when RealTimeHoldsQueue is enabled (24.11.00,24.05.02,23.11.07)
1270
- [37037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37037) touch_all_biblios.pl triggers rebuilding holds for all affected records when RealTimeHoldsQueue is enabled (24.11.00,24.05.02,23.11.07)
1271
  >This fixes running misc/maintenance/touch_all_biblios.pl when RealTimeHoldsQueue is enabled - it was creating background jobs to rebuild the holds queue for every record, which was unnecessary.
1271
  >This fixes running misc/maintenance/touch_all_biblios.pl when RealTimeHoldsQueue is enabled - it was creating background jobs to rebuild the holds queue for every record, which was unnecessary.
1272
- [37155](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37155) Remove unnecessary unblessing of patron in CanItemBeReserved (24.11.00,24.05.06)
1272
- [37155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37155) Remove unnecessary unblessing of patron in CanItemBeReserved (24.11.00,24.05.06)
1273
- [37216](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37216) Fix dbrev for EmailFieldSelection (24.11.00,24.05.04)
1273
- [37216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37216) Fix dbrev for EmailFieldSelection (24.11.00,24.05.04)
1274
- [37400](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37400) On checkin don't search for a patron unless needed (24.11.00,24.05.04,23.11.09)
1274
- [37400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37400) On checkin don't search for a patron unless needed (24.11.00,24.05.04,23.11.09)
1275
- [37493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37493) Cypress videos and screenshots should be .gitignored (24.11.00)
1275
- [37493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37493) Cypress videos and screenshots should be .gitignored (24.11.00)
1276
  >This updates .gitignore so that the directories for any screenshots and videos created by cypress tests are ignored by git. The directories created are:
1276
  >This updates .gitignore so that the directories for any screenshots and videos created by cypress tests are ignored by git. The directories created are:
1277
  >- t/cypress/screenshots/
1277
  >- t/cypress/screenshots/
1278
  >- t/cypress/videos/
1278
  >- t/cypress/videos/
1279
- [37510](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37510) Koha::Object->delete should throw a Koha::Exception if there's a parent row constraint (24.11.00,24.05.04)
1279
- [37510](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37510) Koha::Object->delete should throw a Koha::Exception if there's a parent row constraint (24.11.00,24.05.04)
1280
- [37628](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37628) Remove get_opac_news_by_id (24.11.00,24.05.06)
1280
- [37628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37628) Remove get_opac_news_by_id (24.11.00,24.05.06)
1281
- [37672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37672) V1/RecordSources.pm should use more helpers (24.11.00,24.05.06)
1281
- [37672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37672) V1/RecordSources.pm should use more helpers (24.11.00,24.05.06)
1282
- [37728](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37728) More "op" are missing in POSTed forms (24.11.00)
1282
- [37728](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37728) More "op" are missing in POSTed forms (24.11.00)
1283
- [37757](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37757) notice_email_address explodes if EmailFieldPrimary is not valid (24.11.00,24.05.06)
1283
- [37757](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37757) notice_email_address explodes if EmailFieldPrimary is not valid (24.11.00,24.05.06)
1284
- [37797](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37797) Choosing not to delete a budget does not need to be a form submission (24.11.00)
1284
- [37797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37797) Choosing not to delete a budget does not need to be a form submission (24.11.00)
1285
- [37823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37823) Remove unreachable code in aqcontract.tt (24.11.00,24.05.06)
1285
- [37823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37823) Remove unreachable code in aqcontract.tt (24.11.00,24.05.06)
1286
- [37861](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37861) Fix XSS vulnerability in barcode append function (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1286
- [37861](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37861) Fix XSS vulnerability in barcode append function (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1287
1287
1288
  **Sponsored by** *KillerRabbitAos*
1288
  **Sponsored by** *KillerRabbitAos*
1289
- [37865](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37865) Use of uninitialized value $op in string at circulation.pl (24.11.00)
1289
- [37865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37865) Use of uninitialized value $op in string at circulation.pl (24.11.00)
1290
- [37869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37869) Plugin hook before_send_messages not triggered for any messages sent without use of process_message_queue.pl (24.11.00)
1290
- [37869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37869) Plugin hook before_send_messages not triggered for any messages sent without use of process_message_queue.pl (24.11.00)
1291
  >This moves the plugin hook before_send_messages out of process_message_queue and into SendQueuedMessages so notices that are sent automatically, such as WELCOME can also trigger the plugin hook.
1291
  >This moves the plugin hook before_send_messages out of process_message_queue and into SendQueuedMessages so notices that are sent automatically, such as WELCOME can also trigger the plugin hook.
1292
- [37981](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37981) Switch installer/step3.tt form from POST to GET (24.11.00,24.05.06)
1292
- [37981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37981) Switch installer/step3.tt form from POST to GET (24.11.00,24.05.06)
1293
- [37982](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37982) Serial collection edit form can be GET (24.11.00,24.05.06)
1293
- [37982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37982) Serial collection edit form can be GET (24.11.00,24.05.06)
1294
- [38000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38000) Redundant code import in search.pl (24.11.00,24.05.06)
1294
- [38000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38000) Redundant code import in search.pl (24.11.00,24.05.06)
1295
- [38011](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38011) Add a foreign key link between vendors and subscriptions (24.11.00)
1295
- [38011](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38011) Add a foreign key link between vendors and subscriptions (24.11.00)
1296
1296
1297
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
1297
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
1298
- [38027](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38027) Clearing a flatpickr datetime causes errors (24.11.00,24.05.06)
1298
- [38027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38027) Clearing a flatpickr datetime causes errors (24.11.00,24.05.06)
1299
- [38081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38081) maskitoTimeOptionsGenerator does not properly support 12-hour times in calendar.inc (24.11.00)
1299
- [38081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38081) maskitoTimeOptionsGenerator does not properly support 12-hour times in calendar.inc (24.11.00)
1300
- [38120](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38120) Commented lines in auth.tt should be removed (24.11.00)
1300
- [38120](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38120) Commented lines in auth.tt should be removed (24.11.00)
1301
- [38200](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38200) Remove dead code to delete authorities in authorities/authorities.pl (24.11.00,24.05.06)
1301
- [38200](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38200) Remove dead code to delete authorities in authorities/authorities.pl (24.11.00,24.05.06)
1302
1302
1303
  **Sponsored by** *Chetco Community Public Library*
1303
  **Sponsored by** *Chetco Community Public Library*
1304
- [38234](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38234) Remove unused vulnerable jszip library file (24.11.00)
1304
- [38234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38234) Remove unused vulnerable jszip library file (24.11.00)
1305
- [38243](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38243) Datatable's header_filter is unused (24.11.00)
1305
- [38243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38243) Datatable's header_filter is unused (24.11.00)
1306
- [38257](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38257) Several functionalities broken in cart pop up (24.11.00)
1306
- [38257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38257) Several functionalities broken in cart pop up (24.11.00)
1307
1307
1308
  **Sponsored by** *Koha-Suomi Oy*
1308
  **Sponsored by** *Koha-Suomi Oy*
1309
- [38273](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38273) Koha::Object->discard_changes should return the Koha::Object for chaining (24.11.00)
1309
- [38273](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38273) Koha::Object->discard_changes should return the Koha::Object for chaining (24.11.00)
1310
- [38274](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38274) Typo in Arabic language description (24.11.00,24.05.06)
1310
- [38274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38274) Typo in Arabic language description (24.11.00,24.05.06)
1311
  >This fixes the language description for Arabic (displayed in OPAC and the staff interface advanced search) - from "Arabic (لعربية)" to "Arabic (العربية)".
1311
  >This fixes the language description for Arabic (displayed in OPAC and the staff interface advanced search) - from "Arabic (لعربية)" to "Arabic (العربية)".
1312
- [38286](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38286) Koha::Biblio:hidden_in_opac does not need to fetch the items if OpacHiddenItemsHidesRecord is set (24.11.00)
1312
- [38286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38286) Koha::Biblio:hidden_in_opac does not need to fetch the items if OpacHiddenItemsHidesRecord is set (24.11.00)
1313
- [38342](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38342) Koha::Object->store warning on invalid ENUM value (24.11.00)
1313
- [38342](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38342) Koha::Object->store warning on invalid ENUM value (24.11.00)
1314
- [38424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38424) Upgrade redocly/cli to the latest release (24.11.00)
1314
- [38424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38424) Upgrade redocly/cli to the latest release (24.11.00)
1315
- [37104](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104) Block AnonymousPatron from logging into anything (24.11.00,24.05.06)
1315
- [37104](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104) Block AnonymousPatron from logging into anything (24.11.00,24.05.06)
1316
  >This prevents the anonymous patron from logging into the OPAC and staff interface. (The anonymous patron used for anonymous suggestions and checkout history is set using the AnonymousPatron system preference.)
1316
  >This prevents the anonymous patron from logging into the OPAC and staff interface. (The anonymous patron used for anonymous suggestions and checkout history is set using the AnonymousPatron system preference.)
1317
- [25387](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387) Merging different authority types creates no warning (24.11.00,24.05.02,23.11.07,23.05.15)
1317
- [25387](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387) Merging different authority types creates no warning (24.11.00,24.05.02,23.11.07,23.05.15)
1318
  >This improves merging authorities of different types so that:
1318
  >This improves merging authorities of different types so that:
1319
  >
1319
  >
1320
  >1. When selecting the reference record, the authority record number and type are displayed next to each record.
1320
  >1. When selecting the reference record, the authority record number and type are displayed next to each record.
Lines 1323-1605 have already been fixed in maintenance releases Link Here
1323
  >   . a warning is also displayed "Multiple authority types are used. There may be a data loss while merging.".
1323
  >   . a warning is also displayed "Multiple authority types are used. There may be a data loss while merging.".
1324
  >
1324
  >
1325
  >Previously, no warning was given when merging authority records with different types - this could result in undesirable outcomes, data loss, and extra work required to clean up.
1325
  >Previously, no warning was given when merging authority records with different types - this could result in undesirable outcomes, data loss, and extra work required to clean up.
1326
- [26929](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26929) Koha will only display the first 20 macros Advanced Editor (24.11.00,24.05.06)
1326
- [26929](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26929) Koha will only display the first 20 macros Advanced Editor (24.11.00,24.05.06)
1327
1327
1328
  **Sponsored by** *Chetco Community Public Library*
1328
  **Sponsored by** *Chetco Community Public Library*
1329
- [27769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27769) Advanced editor shouldn't break copying selected text with Ctrl+C (24.11.00,24.05.06)
1329
- [27769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27769) Advanced editor shouldn't break copying selected text with Ctrl+C (24.11.00,24.05.06)
1330
  >This bugfix corrects a shortcut key clash introduced by bug 17179. We update the default Ctrl+C shortcut for 'Copy line' to 'Ctrl+Alt+C' so that we don't clash with the system copy shortcut.
1330
  >This bugfix corrects a shortcut key clash introduced by bug 17179. We update the default Ctrl+C shortcut for 'Copy line' to 'Ctrl+Alt+C' so that we don't clash with the system copy shortcut.
1331
  >
1331
  >
1332
  >We only do this for new installs, so if you are experiencing this issue with an existing Koha install, you may wish to apply the new mapping in your installation too.
1332
  >We only do this for new installs, so if you are experiencing this issue with an existing Koha install, you may wish to apply the new mapping in your installation too.
1333
- [36320](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36320) Clicking 'Edit items' from detail page in staff interface leads to 'Add item' screen (24.11.00)
1333
- [36320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36320) Clicking 'Edit items' from detail page in staff interface leads to 'Add item' screen (24.11.00)
1334
1334
1335
  **Sponsored by** *Athens County Public Libraries*
1335
  **Sponsored by** *Athens County Public Libraries*
1336
- [36375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36375) Inconsistencies in ContentWarningField display (24.11.00,24.05.06)
1336
- [36375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36375) Inconsistencies in ContentWarningField display (24.11.00,24.05.06)
1337
- [36821](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821) Authority type text for librarians and OPAC limited to 100 characters (24.11.00,24.05.06)
1337
- [36821](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36821) Authority type text for librarians and OPAC limited to 100 characters (24.11.00,24.05.06)
1338
- [36891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891) Restore returning 404 from svc/bib when the bib number doesn't exist (24.11.00,24.05.02,23.11.07,23.05.15)
1338
- [36891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891) Restore returning 404 from svc/bib when the bib number doesn't exist (24.11.00,24.05.02,23.11.07,23.05.15)
1339
  >This fixes requests made for records that don't exist using the /svc/bib/<biblionumber> HTTP API. A 404 error (Not Found) is now returned if a record doesn't exist, instead of a 505 error (HTTP Version Not Supported).
1339
  >This fixes requests made for records that don't exist using the /svc/bib/<biblionumber> HTTP API. A 404 error (Not Found) is now returned if a record doesn't exist, instead of a 505 error (HTTP Version Not Supported).
1340
- [36976](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36976) Warning 'Argument "" isn't numeric in numeric' in log when merging bibliographic records (24.11.00,24.05.06)
1340
- [36976](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36976) Warning 'Argument "" isn't numeric in numeric' in log when merging bibliographic records (24.11.00,24.05.06)
1341
1341
1342
  **Sponsored by** *Ignatianum University in Cracow*
1342
  **Sponsored by** *Ignatianum University in Cracow*
1343
- [36984](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36984) Transit pending status breaks holdings info (24.11.00,24.05.02)
1343
- [36984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36984) Transit pending status breaks holdings info (24.11.00,24.05.02)
1344
  >This fixes the status shown in the staff interface holdings table for a record when transferring rotation collections. It now correctly shows as "Transit pending...", instead of showing as "Processing" and not displaying the items available.
1344
  >This fixes the status shown in the staff interface holdings table for a record when transferring rotation collections. It now correctly shows as "Transit pending...", instead of showing as "Processing" and not displaying the items available.
1345
- [37342](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37342) CSRF error - Cannot add new authorities from basic editor with 'Link authorities automatically' (24.11.00,24.05.04)
1345
- [37342](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37342) CSRF error - Cannot add new authorities from basic editor with 'Link authorities automatically' (24.11.00,24.05.04)
1346
- [37383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37383) No edit item button on catalog detail page for items where holding library is not logged in library (24.11.00,24.05.04)
1346
- [37383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37383) No edit item button on catalog detail page for items where holding library is not logged in library (24.11.00,24.05.04)
1347
- [37399](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37399) Item type not displayed on holdings table if noItemTypeImages is disabled (24.11.00,24.05.04)
1347
- [37399](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37399) Item type not displayed on holdings table if noItemTypeImages is disabled (24.11.00,24.05.04)
1348
  >This fixes the staff interface holdings table for a record so that the 'Item type' column is displayed when the "noItemTypeImages" system preference is set to 'Don't show'.
1348
  >This fixes the staff interface holdings table for a record so that the 'Item type' column is displayed when the "noItemTypeImages" system preference is set to 'Don't show'.
1349
1349
1350
  **Sponsored by** *Koha-Suomi Oy*
1350
  **Sponsored by** *Koha-Suomi Oy*
1351
- [37403](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37403) Wrong progress quantity in job details when staging records with match check (24.11.00,24.05.06)
1351
- [37403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37403) Wrong progress quantity in job details when staging records with match check (24.11.00,24.05.06)
1352
- [37591](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37591) Moredetail.tt page is opening very slowly (24.11.00,24.05.04,23.11.10)
1352
- [37591](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37591) Moredetail.tt page is opening very slowly (24.11.00,24.05.04,23.11.10)
1353
  >This improves the loading time of a record's items page in the staff item when there are many items and check-outs.
1353
  >This improves the loading time of a record's items page in the staff item when there are many items and check-outs.
1354
1354
1355
  **Sponsored by** *Koha-Suomi Oy*
1355
  **Sponsored by** *Koha-Suomi Oy*
1356
- [37840](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37840) Wrong status in the Intranet detail page when the item type is not for loan (24.11.00,24.05.06)
1356
- [37840](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37840) Wrong status in the Intranet detail page when the item type is not for loan (24.11.00,24.05.06)
1357
- [37871](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37871) Remove extraneous 246 subfields from the title mappings (Elasticsearch, MARC21) (24.11.00,24.05.06)
1357
- [37871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37871) Remove extraneous 246 subfields from the title mappings (Elasticsearch, MARC21) (24.11.00,24.05.06)
1358
  >This patch limits indexing of field 246 to $a, $b, $n, and $p in various title indexes.
1358
  >This patch limits indexing of field 246 to $a, $b, $n, and $p in various title indexes.
1359
  >Previously, all 246 subfields were indexed, including non-title subfields such as $i (Display text), $g (Miscellaneous information), and linking subfields, making the title index very large and giving false results, especially when looking for duplicates in cataloging.
1359
  >Previously, all 246 subfields were indexed, including non-title subfields such as $i (Display text), $g (Miscellaneous information), and linking subfields, making the title index very large and giving false results, especially when looking for duplicates in cataloging.
1360
- [38030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38030) stocknumberAV.pl fails with CSRF protection (24.11.00,24.05.06)
1360
- [38030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38030) stocknumberAV.pl fails with CSRF protection (24.11.00,24.05.06)
1361
1361
1362
  **Sponsored by** *Ignatianum University in Cracow*
1362
  **Sponsored by** *Ignatianum University in Cracow*
1363
- [38057](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38057) Fix checkmarks in change framework menu in advanced editor after Bootstrap5 update (24.11.00)
1363
- [38057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38057) Fix checkmarks in change framework menu in advanced editor after Bootstrap5 update (24.11.00)
1364
1364
1365
  **Sponsored by** *Chetco Community Public Library*
1365
  **Sponsored by** *Chetco Community Public Library*
1366
- [38065](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38065) Auto control number (001) widget in advanced editor does not work under CSRF protection (24.11.00,24.05.06)
1366
- [38065](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38065) Auto control number (001) widget in advanced editor does not work under CSRF protection (24.11.00,24.05.06)
1367
- [38082](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38082) Advanced editor does not save the selected framework with new record (24.11.00,24.05.06)
1367
- [38082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38082) Advanced editor does not save the selected framework with new record (24.11.00,24.05.06)
1368
- [38158](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38158) Typo in inventory 'Items has no "not for loan" status' (24.11.00)
1368
- [38158](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38158) Typo in inventory 'Items has no "not for loan" status' (24.11.00)
1369
- [38162](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38162) Can't delete a stock rotation (24.11.00,24.05.06)
1369
- [38162](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38162) Can't delete a stock rotation (24.11.00,24.05.06)
1370
- [13945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13945) Multiple dialogs for item that needs transferred and hold captured at checkin (24.11.00,24.05.06)
1370
- [13945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13945) Multiple dialogs for item that needs transferred and hold captured at checkin (24.11.00,24.05.06)
1371
- [32696](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32696) Recalls can inadvertently extend the due date (24.11.00,24.05.04,23.11.10)
1371
- [32696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32696) Recalls can inadvertently extend the due date (24.11.00,24.05.04,23.11.10)
1372
1372
1373
  **Sponsored by** *Ignatianum University in Cracow*
1373
  **Sponsored by** *Ignatianum University in Cracow*
1374
- [36196](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36196) Handling NULL data in ajax calls for cities (24.11.00,24.05.04,23.11.09)
1374
- [36196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36196) Handling NULL data in ajax calls for cities (24.11.00,24.05.04,23.11.09)
1375
- [36428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36428) Current bookings are not counted in record side bar (24.11.00,24.05.02)
1375
- [36428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36428) Current bookings are not counted in record side bar (24.11.00,24.05.02)
1376
  >This fixes the number of bookings shown for a record (in the sidebar menu for a record) and on a patron's details page (the Bookings tab). It now shows future and active bookings in the count, instead of just future bookings.
1376
  >This fixes the number of bookings shown for a record (in the sidebar menu for a record) and on a patron's details page (the Bookings tab). It now shows future and active bookings in the count, instead of just future bookings.
1377
- [36459](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36459) Backdating checkouts on circ/circulation.pl not working properly (24.11.00,24.05.02,23.11.07)
1377
- [36459](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36459) Backdating checkouts on circ/circulation.pl not working properly (24.11.00,24.05.02,23.11.07)
1378
  >This fixes setting a due date in the past when checking out an item to a patron. The date entered was not remembered and not displayed on the "Please confirm checkout" message - you had to select and add the date again.
1378
  >This fixes setting a due date in the past when checking out an item to a patron. The date entered was not remembered and not displayed on the "Please confirm checkout" message - you had to select and add the date again.
1379
- [36475](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36475) "Print summary" tables cannot be column configured (24.11.00,24.05.04)
1379
- [36475](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36475) "Print summary" tables cannot be column configured (24.11.00,24.05.04)
1380
- [36716](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36716) Need a better way of looping through smart-rules ( circ table ) columns (24.11.00)
1380
- [36716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36716) Need a better way of looping through smart-rules ( circ table ) columns (24.11.00)
1381
- [37014](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37014) "Item was not checked in" printed on next POST because of missing supplementary form (24.11.00,24.05.02,23.11.07)
1381
- [37014](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37014) "Item was not checked in" printed on next POST because of missing supplementary form (24.11.00,24.05.02,23.11.07)
1382
  >This fixes a check in issue where the message "Item was not checked in" was appearing in the due date column of the checked-in items table. This was occurring when an action was required for an item after it was checked in, for example when the item needed transferring to another library.
1382
  >This fixes a check in issue where the message "Item was not checked in" was appearing in the due date column of the checked-in items table. This was occurring when an action was required for an item after it was checked in, for example when the item needed transferring to another library.
1383
- [37055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37055) WaitingNotifyAtCheckout should only trigger on patrons with waiting holds (24.11.00,24.05.05)
1383
- [37055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37055) WaitingNotifyAtCheckout should only trigger on patrons with waiting holds (24.11.00,24.05.05)
1384
- [37076](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37076) Incorrect needsconfirmation code RESERVED_WAITING (24.11.00.24.05.06)
1384
- [37076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37076) Incorrect needsconfirmation code RESERVED_WAITING (24.11.00.24.05.06)
1385
- [37210](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37210) SQL injection in overdue.pl
1385
- [37210](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37210) SQL injection in overdue.pl
1386
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1386
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1387
- [37271](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37271) Recall status should be 'requested' in overdue_recalls.pl (24.11.00,24.05.06)
1387
- [37271](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37271) Recall status should be 'requested' in overdue_recalls.pl (24.11.00,24.05.06)
1388
1388
1389
  **Sponsored by** *Ignatianum University in Cracow*
1389
  **Sponsored by** *Ignatianum University in Cracow*
1390
- [37345](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37345) Remember for session checkbox on checkout page not sticking (24.11.00,24.05.02,23.11.07)
1390
- [37345](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37345) Remember for session checkbox on checkout page not sticking (24.11.00,24.05.02,23.11.07)
1391
  >This fixes the date in the "Specify due date" field if "Remember for session" is ticked (when checking out items to a patron). The date was not being remembered, and you had to select it again.
1391
  >This fixes the date in the "Specify due date" field if "Remember for session" is ticked (when checking out items to a patron). The date was not being remembered, and you had to select it again.
1392
- [37396](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37396) Batch checkout does not checkout items if OverduesBlockCirc set to ask for confirmation (24.11.00,24.05.06)
1392
- [37396](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37396) Batch checkout does not checkout items if OverduesBlockCirc set to ask for confirmation (24.11.00,24.05.06)
1393
- [37413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37413) Updating an item level hold on an item with no barcode to a next available hold also modifies the other holds on the record (24.11.00,24.05.04,23.11.10)
1393
- [37413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37413) Updating an item level hold on an item with no barcode to a next available hold also modifies the other holds on the record (24.11.00,24.05.04,23.11.10)
1394
  >This fixes updating existing item level holds for an item without a barcode. When updating an existing item level hold from "Only item No barcode" (Holds for a record > Existing holds > Details column) to "Next available", it would incorrectly change any other item level holds to "Next available".
1394
  >This fixes updating existing item level holds for an item without a barcode. When updating an existing item level hold from "Only item No barcode" (Holds for a record > Existing holds > Details column) to "Next available", it would incorrectly change any other item level holds to "Next available".
1395
- [37424](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37424) Batch checkout silently fails if item contains materials specified (952$3) (24.11.00)
1395
- [37424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37424) Batch checkout silently fails if item contains materials specified (952$3) (24.11.00)
1396
- [37444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37444) Can't filter holds to pull by pickup location (24.11.00,24.05.06)
1396
- [37444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37444) Can't filter holds to pull by pickup location (24.11.00,24.05.06)
1397
- [37505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37505) Statistical patrons don't display information about item status if item wasn't checked out (24.11.00,24.05.06)
1397
- [37505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37505) Statistical patrons don't display information about item status if item wasn't checked out (24.11.00,24.05.06)
1398
- [37524](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37524) Pressing "Renew all" redirects user to "Export data" tool if one of the items is not renewable (24.11.00,24.05.06)
1398
- [37524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37524) Pressing "Renew all" redirects user to "Export data" tool if one of the items is not renewable (24.11.00,24.05.06)
1399
1399
1400
  **Sponsored by** *Koha-Suomi Oy*
1400
  **Sponsored by** *Koha-Suomi Oy*
1401
- [37552](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37552) Automatic renewals cronjob can die when an item scheduled for renewal is checked in (24.11.00,24.05.04,23.11.09)
1401
- [37552](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37552) Automatic renewals cronjob can die when an item scheduled for renewal is checked in (24.11.00,24.05.04,23.11.09)
1402
- [37636](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37636) Checkout slip prints out of order (24.11.00)
1402
- [37636](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37636) Checkout slip prints out of order (24.11.00)
1403
- [37783](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37783) Fix form that looks like it would POST without an op in reserve/request.tt (24.11.00)
1403
- [37783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37783) Fix form that looks like it would POST without an op in reserve/request.tt (24.11.00)
1404
1404
1405
  **Sponsored by** *Chetco Community Public Library*
1405
  **Sponsored by** *Chetco Community Public Library*
1406
- [37794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37794) Fix form that POSTs without an op in Holds to pull (24.11.00,24.05.06)
1406
- [37794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37794) Fix form that POSTs without an op in Holds to pull (24.11.00,24.05.06)
1407
1407
1408
  **Sponsored by** *Chetco Community Public Library*
1408
  **Sponsored by** *Chetco Community Public Library*
1409
- [37836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37836) Prevent submitting empty barcodes in self check-in (24.11.00,24.05.06)
1409
- [37836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37836) Prevent submitting empty barcodes in self check-in (24.11.00,24.05.06)
1410
- [37866](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37866) Unable to resolve claim from patron details page (24.11.00)
1410
- [37866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37866) Unable to resolve claim from patron details page (24.11.00)
1411
1411
1412
  **Sponsored by** *Koha-Suomi Oy*
1412
  **Sponsored by** *Koha-Suomi Oy*
1413
- [37983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37983) "Search a patron" box no longer has auto focus (24.11.00,24.05.06)
1413
- [37983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37983) "Search a patron" box no longer has auto focus (24.11.00,24.05.06)
1414
- [38012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38012) Remove ispermanent from returns.tt and branchtransfers.tt (24.11.00,24.05.06)
1414
- [38012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38012) Remove ispermanent from returns.tt and branchtransfers.tt (24.11.00,24.05.06)
1415
- [38013](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38013) Some checkin messages on checkins page lack specific CSS classes (24.11.00)
1415
- [38013](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38013) Some checkin messages on checkins page lack specific CSS classes (24.11.00)
1416
- [38016](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38016) Relabel booking precaution column heading in circulation rules tables (24.11.00)
1416
- [38016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38016) Relabel booking precaution column heading in circulation rules tables (24.11.00)
1417
1417
1418
  **Sponsored by** *Catalyst*
1418
  **Sponsored by** *Catalyst*
1419
- [38060](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38060) Bookings table does not render if tab opened from the URL (24.11.00)
1419
- [38060](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38060) Bookings table does not render if tab opened from the URL (24.11.00)
1420
- [38097](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38097) Add class to "Item was not checked out" message in checkin table (24.11.00,24.05.06)
1420
- [38097](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38097) Add class to "Item was not checked out" message in checkin table (24.11.00,24.05.06)
1421
- [38117](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38117) "Item was not checked in" should not always show (24.11.00,24.05.06)
1421
- [38117](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38117) "Item was not checked in" should not always show (24.11.00,24.05.06)
1422
- [38246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38246) If using automatic return claim resolution on checkout, each checkout will overwrite the previous resolution (24.11.00)
1422
- [38246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38246) If using automatic return claim resolution on checkout, each checkout will overwrite the previous resolution (24.11.00)
1423
- [14565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14565) koha-run-backups does not backup an instance called demo (24.11.00,24.05.06)
1423
- [14565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14565) koha-run-backups does not backup an instance called demo (24.11.00,24.05.06)
1424
  >This removes a hard-coded exclusion for backups of instances named "demo".
1424
  >This removes a hard-coded exclusion for backups of instances named "demo".
1425
- [18273](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18273) bulkmarcimport.pl inserts authority duplicates (24.11.00,24.05.06)
1425
- [18273](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18273) bulkmarcimport.pl inserts authority duplicates (24.11.00,24.05.06)
1426
  >This fixes the misc/migration_tools/bulkmarcimport.pl script when importing authority records so that the "--match" option works as expected, and no duplicates are created. Previously, this option was not working for authority records and duplicate records were being created even when there was a match.
1426
  >This fixes the misc/migration_tools/bulkmarcimport.pl script when importing authority records so that the "--match" option works as expected, and no duplicates are created. Previously, this option was not working for authority records and duplicate records were being created even when there was a match.
1427
- [34077](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34077) writeoff_debts without --confirm doesn't show which accountline records it would have been written off (24.11.00,24.05.02,23.11.07)
1427
- [34077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34077) writeoff_debts without --confirm doesn't show which accountline records it would have been written off (24.11.00,24.05.02,23.11.07)
1428
  >This fixes the misc/cronjobs/writeoff_debts.pl and updates the help. If the --confirm option was not used it was showing the help, instead of showing the accountline records that would be written off. Fixes to the script, and updates to improve the help and error messages include:
1428
  >This fixes the misc/cronjobs/writeoff_debts.pl and updates the help. If the --confirm option was not used it was showing the help, instead of showing the accountline records that would be written off. Fixes to the script, and updates to improve the help and error messages include:
1429
  >- improving the help for the usage and options (it should now be easier to understand how to use the script)
1429
  >- improving the help for the usage and options (it should now be easier to understand how to use the script)
1430
  >- only showing the usage summary when the wrong options are used (unknown option, no filter options, or no --confirm or --verbose)
1430
  >- only showing the usage summary when the wrong options are used (unknown option, no filter options, or no --confirm or --verbose)
1431
  >- clarifying the help for the --verbose and --confirm options (--verbose is required if --confirm is not used)
1431
  >- clarifying the help for the --verbose and --confirm options (--verbose is required if --confirm is not used)
1432
  >- showing an error message when no filter options are used, and when no --confirm or --verbose option is used
1432
  >- showing an error message when no filter options are used, and when no --confirm or --verbose option is used
1433
  >- the --category-code option requires another filter option
1433
  >- the --category-code option requires another filter option
1434
- [35466](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35466) bulkmarcimport needs a parameter to skip indexing (24.11.00,24.05.06)
1434
- [35466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35466) bulkmarcimport needs a parameter to skip indexing (24.11.00,24.05.06)
1435
  >This patch adds a new option to skip indexing to bulkmarcimport: `--skip_indexing`
1435
  >This patch adds a new option to skip indexing to bulkmarcimport: `--skip_indexing`
1436
  >It also fixes a bug where authorities were being indexed multiple times during import.
1436
  >It also fixes a bug where authorities were being indexed multiple times during import.
1437
- [36977](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36977) Google does not read sitemaps with the name sitemapNNNN.xml (24.11.00)
1437
- [36977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36977) Google does not read sitemaps with the name sitemapNNNN.xml (24.11.00)
1438
  >This changes the file name for sitemap files[1] generated by misc/cronjobs/sitemap.pl from sitemapNNNN.xml to sitemap_NNNN.xml (it adds an underscore). For whatever reason, Google only seems to fetch sitemap files with an underscore, despite this not being a requirement in the sitemap protocol. This then resulted in pages not being crawled (reducing their discoverability).
1438
  >This changes the file name for sitemap files[1] generated by misc/cronjobs/sitemap.pl from sitemapNNNN.xml to sitemap_NNNN.xml (it adds an underscore). For whatever reason, Google only seems to fetch sitemap files with an underscore, despite this not being a requirement in the sitemap protocol. This then resulted in pages not being crawled (reducing their discoverability).
1439
  >
1439
  >
1440
  >[1] Site map files are used by search engines to identify pages on websites that are available for crawling. See https://sitemaps.org/ for more information.
1440
  >[1] Site map files are used by search engines to identify pages on websites that are available for crawling. See https://sitemaps.org/ for more information.
1441
- [37038](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37038) koha-elasticsearch creates a file named 0 (24.11.00,24.05.06)
1441
- [37038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37038) koha-elasticsearch creates a file named 0 (24.11.00,24.05.06)
1442
- [37478](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37478) bulkmarcimport.pl can die on bad records (24.11.00)
1442
- [37478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37478) bulkmarcimport.pl can die on bad records (24.11.00)
1443
  >This adds a -sk (--skip_bad_records) option to misc/migration_tools/bulkmarcimport.pl. Use this option to catch any parsing errors - if errors are found, the record is checked to identify any problems, outputs warnings, and then skips the record. If this option is not used, and there are bad records, the import job may fail.
1443
  >This adds a -sk (--skip_bad_records) option to misc/migration_tools/bulkmarcimport.pl. Use this option to catch any parsing errors - if errors are found, the record is checked to identify any problems, outputs warnings, and then skips the record. If this option is not used, and there are bad records, the import job may fail.
1444
- [37550](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37550) bulkmarcimport.pl dies when adding items throws an exception (24.11.00)
1444
- [37550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37550) bulkmarcimport.pl dies when adding items throws an exception (24.11.00)
1445
- [37553](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37553) Fix CSRF handling in koha-svc.pl script (24.11.00, 24.05.04)
1445
- [37553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37553) Fix CSRF handling in koha-svc.pl script (24.11.00, 24.05.04)
1446
- [37709](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37709) bulkmarcimport.pl should die when the file cannot be opened (24.11.00,24.05.06)
1446
- [37709](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37709) bulkmarcimport.pl should die when the file cannot be opened (24.11.00,24.05.06)
1447
- [37787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37787) Undocument koha-worker --queue elastic_index (24.11.00,24.05.06)
1447
- [37787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37787) Undocument koha-worker --queue elastic_index (24.11.00,24.05.06)
1448
- [37790](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37790) Prevent indexing and holds queue updates when running update_localuse_from_statistics.pl (24.11.00)
1448
- [37790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37790) Prevent indexing and holds queue updates when running update_localuse_from_statistics.pl (24.11.00)
1449
- [38173](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38173) Fix description of koha-dump --exclude-indexes (24.11.00,24.05.06)
1449
- [38173](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38173) Fix description of koha-dump --exclude-indexes (24.11.00,24.05.06)
1450
- [38237](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38237) Add logging to erm_run_harvester cronjob (24.11.00,24.05.06)
1450
- [38237](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38237) Add logging to erm_run_harvester cronjob (24.11.00,24.05.06)
1451
- [38249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38249) `koha-list` help typo about elastic (24.11.00,24.05.06)
1451
- [38249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38249) `koha-list` help typo about elastic (24.11.00,24.05.06)
1452
- [37409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37409) Edit button for items in course reserves list doesn't work (24.11.00,24.05.04)
1452
- [37409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37409) Edit button for items in course reserves list doesn't work (24.11.00,24.05.04)
1453
  >This fixes editing existing reserves for a course (when using course reserves). Editing a reserve was opening the add reserve form, instead of letting you edit the existing reserve. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1453
  >This fixes editing existing reserves for a course (when using course reserves). Editing a reserve was opening the add reserve form, instead of letting you edit the existing reserve. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1454
- [37838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37838) Remove button broken on second page of course reserves item results (24.11.00,24.05.06)
1454
- [37838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37838) Remove button broken on second page of course reserves item results (24.11.00,24.05.06)
1455
1455
1456
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1456
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1457
- [22421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22421) accountlines.issue_id is missing a foreign key constraint (24.11.00)
1457
- [22421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22421) accountlines.issue_id is missing a foreign key constraint (24.11.00)
1458
- [37476](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37476) RANK is a reserved word in MySQL 8.0.2+ (24.11.00,24.05.04)
1458
- [37476](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37476) RANK is a reserved word in MySQL 8.0.2+ (24.11.00,24.05.04)
1459
  >This fixes adding a patron to a routing list after receiving a serial - the patron was not being added to the routing list. This issue was only happing where MySQL 8.0.2 or later was used as the database for Koha. This was because the SQL syntax in the SQL used RANK, which become a reserved word in MySQL 8.0.2.
1459
  >This fixes adding a patron to a routing list after receiving a serial - the patron was not being added to the routing list. This issue was only happing where MySQL 8.0.2 or later was used as the database for Koha. This was because the SQL syntax in the SQL used RANK, which become a reserved word in MySQL 8.0.2.
1460
- [37593](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37593) Fix typo in schema description for items.bookable (24.11.00,24.05.04,23.11.10)
1460
- [37593](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37593) Fix typo in schema description for items.bookable (24.11.00,24.05.04,23.11.10)
1461
- [38434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38434) (Bug 35906 follow-up) dbrev different from kohastructure.sql (24.11.00)
1461
- [38434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38434) (Bug 35906 follow-up) dbrev different from kohastructure.sql (24.11.00)
1462
- [37198](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37198) POD for GetPreparedLetter doesn't include 'objects' (24.11.00,24.05.02,23.11.07,23.05.15)
1462
- [37198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37198) POD for GetPreparedLetter doesn't include 'objects' (24.11.00,24.05.02,23.11.07,23.05.15)
1463
  >This updates the GetPreparedLetter documentation for developers (it was not updated when changes were made in Bug 19966 - Add ability to pass objects directly to slips and notices).
1463
  >This updates the GetPreparedLetter documentation for developers (it was not updated when changes were made in Bug 19966 - Add ability to pass objects directly to slips and notices).
1464
- [34920](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34920) ERM breaks if an ERM authorized value is missing a description (24.11.00,24.05.06)
1464
- [34920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34920) ERM breaks if an ERM authorized value is missing a description (24.11.00,24.05.06)
1465
- [36895](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36895) Background job links for KBART import are not working (24.11.00,24.05.02)
1465
- [36895](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36895) Background job links for KBART import are not working (24.11.00,24.05.02)
1466
  >This fixes the background job page link after importing a KBART file in the ERM module (E-resource management > eHoldings > Local > Title > Import from KBART file). Previously, it linked to the background jobs page - it now links to the background job page for the import.
1466
  >This fixes the background job page link after importing a KBART file in the ERM module (E-resource management > eHoldings > Local > Title > Import from KBART file). Previously, it linked to the background jobs page - it now links to the background job page for the import.
1467
- [36956](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36956) ERM eUsage reports: only the first 20 data providers are listed when creating a new report (24.11.00,24.05.02,23.11.07)
1467
- [36956](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36956) ERM eUsage reports: only the first 20 data providers are listed when creating a new report (24.11.00,24.05.02,23.11.07)
1468
  >This fixes the "Choose data provider" dropdown list when creating a usage report in ERM so that all providers are listed (ERM > eUsage > Reports > Create report). Before this, it was only listing the first 20 data providers.
1468
  >This fixes the "Choose data provider" dropdown list when creating a usage report in ERM so that all providers are listed (ERM > eUsage > Reports > Create report). Before this, it was only listing the first 20 data providers.
1469
- [37008](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37008) "Help" link on ERM pages is not translatable (24.11.00,24.05.06)
1469
- [37008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37008) "Help" link on ERM pages is not translatable (24.11.00,24.05.06)
1470
- [37043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37043) Counter registry has a new API base URL (24.11.00,24.05.02,23.11.07)
1470
- [37043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37043) Counter registry has a new API base URL (24.11.00,24.05.02,23.11.07)
1471
  >This updates the URL used for searching for data providers when adding a new usage data provider for the ERM usage statistics module (E-resource management > eUsage > Data providers). The base URL changed from https://registry.projectcounter.org/ to https://registry.countermetrics.org/.
1471
  >This updates the URL used for searching for data providers when adding a new usage data provider for the ERM usage statistics module (E-resource management > eUsage > Data providers). The base URL changed from https://registry.projectcounter.org/ to https://registry.countermetrics.org/.
1472
- [37275](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37275) Remove parenthesis from Select user button in ERM (24.11.00,24.05.06)
1472
- [37275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37275) Remove parenthesis from Select user button in ERM (24.11.00,24.05.06)
1473
- [37277](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37277) Identifiers need a space between the ISBN (Print) and ISBN (Online) in ERM (24.11.00,24.05.06)
1473
- [37277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37277) Identifiers need a space between the ISBN (Print) and ISBN (Online) in ERM (24.11.00,24.05.06)
1474
  >This fixes the display of identifiers for local titles so that are on separate lines, instead of joined together on the same line.
1474
  >This fixes the display of identifiers for local titles so that are on separate lines, instead of joined together on the same line.
1475
- [37395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37395) Cannot hide columns in ERM tables (24.11.00,24.05.06)
1475
- [37395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37395) Cannot hide columns in ERM tables (24.11.00,24.05.06)
1476
- [37491](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37491) Remove duplicate asset import from KBART template (24.11.00)
1476
- [37491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37491) Remove duplicate asset import from KBART template (24.11.00)
1477
- [37647](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37647) Unnecessary use of Text::CSV_XS in Koha/REST/V1/ERM/EHoldings/Titles/Local.pm (24.11.00,24.05.04)
1477
- [37647](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37647) Unnecessary use of Text::CSV_XS in Koha/REST/V1/ERM/EHoldings/Titles/Local.pm (24.11.00,24.05.04)
1478
- [37810](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37810) Some SUSHI providers return ServiceActive instead of Service_Active (24.11.00)
1478
- [37810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37810) Some SUSHI providers return ServiceActive instead of Service_Active (24.11.00)
1479
- [38128](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38128) Agreement/license user selection not limited to users with ERM module permissions (24.11.00,24.05.06)
1479
- [38128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38128) Agreement/license user selection not limited to users with ERM module permissions (24.11.00,24.05.06)
1480
- [38177](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177) ERM - HoldingsIQ pagination does not work (24.11.00,24.05.06)
1480
- [38177](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177) ERM - HoldingsIQ pagination does not work (24.11.00,24.05.06)
1481
- [38272](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38272) Add permission check for erm permission to additional-fields.tt (24.11.00,24.05.06)
1481
- [38272](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38272) Add permission check for erm permission to additional-fields.tt (24.11.00,24.05.06)
1482
- [34585](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34585) "When to charge" columns value not copied when editing circulation rule (24.11.00,24.05.05,23.11.11)
1482
- [34585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34585) "When to charge" columns value not copied when editing circulation rule (24.11.00,24.05.05,23.11.11)
1483
1483
1484
  **Sponsored by** *Koha-Suomi Oy*
1484
  **Sponsored by** *Koha-Suomi Oy*
1485
- [37254](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37254) Dropdown values not cleared after pressing clear in circulation rules (24.11.00,24.05.04,23.11.09)
1485
- [37254](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37254) Dropdown values not cleared after pressing clear in circulation rules (24.11.00,24.05.04,23.11.09)
1486
1486
1487
  **Sponsored by** *Koha-Suomi Oy*
1487
  **Sponsored by** *Koha-Suomi Oy*
1488
- [35771](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35771) Unselecting titles when making multi-hold does not have any effect (24.11.00,24.05.06)
1488
- [35771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35771) Unselecting titles when making multi-hold does not have any effect (24.11.00,24.05.06)
1489
- [36970](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36970) (Bug 34160 follow-up) Barcode should be html filtered, not uri filtered in holds queue view (24.11.00,24.05.06)
1489
- [36970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36970) (Bug 34160 follow-up) Barcode should be html filtered, not uri filtered in holds queue view (24.11.00,24.05.06)
1490
  >This fixes the display of barcodes with spaces in the holds queue. Barcodes are now displayed correctly with a space, rather than with '%20'.
1490
  >This fixes the display of barcodes with spaces in the holds queue. Barcodes are now displayed correctly with a space, rather than with '%20'.
1491
- [37373](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37373) Cursor should go to patron search box on loading holds page (24.11.00,24.05.04)
1491
- [37373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37373) Cursor should go to patron search box on loading holds page (24.11.00,24.05.04)
1492
- [37587](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37587) Wrong priority when placing multiple item-level holds (24.11.00,24.05.05)
1492
- [37587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37587) Wrong priority when placing multiple item-level holds (24.11.00,24.05.05)
1493
  >This fixes an issue that was causing new holds to be added as first priority, rather than last priority, when placing multiple item-level holds at once. Now the holds will be added to the end of the list as expected.
1493
  >This fixes an issue that was causing new holds to be added as first priority, rather than last priority, when placing multiple item-level holds at once. Now the holds will be added to the end of the list as expected.
1494
- [38186](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38186) Cancelling a hold from the holds over tab shouldn't trigger "return to home" transfer on a lost item (24.11.00)
1494
- [38186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38186) Cancelling a hold from the holds over tab shouldn't trigger "return to home" transfer on a lost item (24.11.00)
1495
- [38239](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38239) Incorrect number of items to pull in holds to pull report with partially filled holds (24.11.00)
1495
- [38239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38239) Incorrect number of items to pull in holds to pull report with partially filled holds (24.11.00)
1496
1496
1497
  **Sponsored by** *Ignatianum University in Cracow*
1497
  **Sponsored by** *Ignatianum University in Cracow*
1498
- [18493](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18493) Many languages are missing from the advanced search languages dropdown (24.11.00)
1498
- [18493](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18493) Many languages are missing from the advanced search languages dropdown (24.11.00)
1499
- [32313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32313) Complete database column descriptions for cataloguing module in guided reports (24.11.00,24.05.02,23.11.07)
1499
- [32313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32313) Complete database column descriptions for cataloguing module in guided reports (24.11.00,24.05.02,23.11.07)
1500
  >This fixes some column descriptions used in guided reports. It:
1500
  >This fixes some column descriptions used in guided reports. It:
1501
  >- Adds missing descriptions for the items and biblioitems tables (used by the Circulation, Catalog, Acquisitions, and Serials modules)
1501
  >- Adds missing descriptions for the items and biblioitems tables (used by the Circulation, Catalog, Acquisitions, and Serials modules)
1502
  >- Updates some column descriptions to make them more consistent or clearer.
1502
  >- Updates some column descriptions to make them more consistent or clearer.
1503
- [35769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35769) Untranslatable strings when placing holds in staff (24.11.00,24.05.06)
1503
- [35769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35769) Untranslatable strings when placing holds in staff (24.11.00,24.05.06)
1504
- [36836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836) Review ERM module for translation issues
1504
- [36836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836) Review ERM module for translation issues
1505
- [37257](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37257) Copy in OPAC datatable untranslatable (24.11.00,24.05.06)
1505
- [37257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37257) Copy in OPAC datatable untranslatable (24.11.00,24.05.06)
1506
1506
1507
  **Sponsored by** *Athens County Public Libraries*
1507
  **Sponsored by** *Athens County Public Libraries*
1508
- [37814](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37814) Wrong use of '__()' in .tt files (24.11.00,24.05.06)
1508
- [37814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37814) Wrong use of '__()' in .tt files (24.11.00,24.05.06)
1509
1509
1510
  **Sponsored by** *Athens County Public Libraries*
1510
  **Sponsored by** *Athens County Public Libraries*
1511
- [38085](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38085) Untranslatable options in OPACAuthorIdentifiersAndInformation (24.11.00,24.05.06)
1511
- [38085](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38085) Untranslatable options in OPACAuthorIdentifiersAndInformation (24.11.00,24.05.06)
1512
- [38138](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38138) Main contact method in hold pop-up untranslatable (24.11.00,24.05.06)
1512
- [38138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38138) Main contact method in hold pop-up untranslatable (24.11.00,24.05.06)
1513
- [38492](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38492) Some javascript translatable strings do not get picked up for translation (24.11.00)
1513
- [38492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38492) Some javascript translatable strings do not get picked up for translation (24.11.00)
1514
- [35725](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35725) Generic master form does not keep patron and cardnumber when changing type (24.11.00)
1514
- [35725](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35725) Generic master form does not keep patron and cardnumber when changing type (24.11.00)
1515
- [36894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36894) Journal article request authors do not show in the ILL requests table (24.11.00,24.05.02,23.11.07)
1515
- [36894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36894) Journal article request authors do not show in the ILL requests table (24.11.00,24.05.02,23.11.07)
1516
  >This fixes the table for interlibrary loan (ILL) requests so that it now displays authors for journal article requests.
1516
  >This fixes the table for interlibrary loan (ILL) requests so that it now displays authors for journal article requests.
1517
- [37178](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37178) Column "comments" in ILL requests table gives error on sorting, paging cannot be changed (24.11.00)
1517
- [37178](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37178) Column "comments" in ILL requests table gives error on sorting, paging cannot be changed (24.11.00)
1518
- [37194](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37194) Improve link from unconfigured ILL module (24.11.00,24.05.06)
1518
- [37194](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37194) Improve link from unconfigured ILL module (24.11.00,24.05.06)
1519
- [38166](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38166) Core status graph strings should be translatable (24.11.00)
1519
- [38166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38166) Core status graph strings should be translatable (24.11.00)
1520
- [38276](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38276) ILL Standard form does not consider DOI in openURL (24.11.00)
1520
- [38276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38276) ILL Standard form does not consider DOI in openURL (24.11.00)
1521
- [38288](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38288) Provide openURL backwards compatibility with FreeForm (24.11.00)
1521
- [38288](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38288) Provide openURL backwards compatibility with FreeForm (24.11.00)
1522
- [38359](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38359) ILL UI pages offset no longer works after Bootstrap 5 upgrade (24.11.00)
1522
- [38359](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38359) ILL UI pages offset no longer works after Bootstrap 5 upgrade (24.11.00)
1523
- [38376](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38376) ILL Standard form does not consider id in openURL (24.11.00)
1523
- [38376](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38376) ILL Standard form does not consider id in openURL (24.11.00)
1524
  >This update will recognize the 'id' parameter in an openURL as a 'DOI', ensuring compatibility with version 0.1 of the OpenURL format standard. For more information, visit: https://www.doi.org/the-identifier/resources/factsheets/doi-system-and-openurl.
1524
  >This update will recognize the 'id' parameter in an openURL as a 'DOI', ensuring compatibility with version 0.1 of the OpenURL format standard. For more information, visit: https://www.doi.org/the-identifier/resources/factsheets/doi-system-and-openurl.
1525
- [37818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37818) XXX trick in installer code is not longer needed (24.11.00)
1525
- [37818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37818) XXX trick in installer code is not longer needed (24.11.00)
1526
- [37820](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37820) Upgrade fails at 23.12.00.023 [Bug 36993] (24.11.00)
1526
- [37820](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37820) Upgrade fails at 23.12.00.023 [Bug 36993] (24.11.00)
1527
- [38299](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38299) Errors with updates caught in C4::Installer should be colored/highlighted (24.11.00)
1527
- [38299](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38299) Errors with updates caught in C4::Installer should be colored/highlighted (24.11.00)
1528
- [38385](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38385) DB updates not displayed properly on the UI (24.11.00)
1528
- [38385](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38385) DB updates not displayed properly on the UI (24.11.00)
1529
- [38394](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38394) Remove try/catch and say_failures for 24.11 (24.11.00)
1529
- [38394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38394) Remove try/catch and say_failures for 24.11 (24.11.00)
1530
- [38383](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38383) say_info messages in web installer have bad contrast/font color (24.11.00)
1530
- [38383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38383) say_info messages in web installer have bad contrast/font color (24.11.00)
1531
- [37206](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37206) Removing an item from a label batch should be a CSRF-protected POST operation (24.11.00,24.05.06)
1531
- [37206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37206) Removing an item from a label batch should be a CSRF-protected POST operation (24.11.00,24.05.06)
1532
1532
1533
  **Sponsored by** *Athens County Public Libraries*
1533
  **Sponsored by** *Athens County Public Libraries*
1534
- [37863](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37863) Patron card batches don't detect when the patron is already in the list (24.11.00)
1534
- [37863](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37863) Patron card batches don't detect when the patron is already in the list (24.11.00)
1535
- [13888](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13888) 'Lists' permission should allow/disallow using the lists module in staff (24.11.00)
1535
- [13888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13888) 'Lists' permission should allow/disallow using the lists module in staff (24.11.00)
1536
- [37285](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37285) Printing lists only prints the ten first results (24.11.00,24.05.04,23.11.09,23.05.15)
1536
- [37285](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37285) Printing lists only prints the ten first results (24.11.00,24.05.04,23.11.09,23.05.15)
1537
- [38020](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38020) Fix 'delete list' button to have same formatting as 'edit list' (24.11.00)
1537
- [38020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38020) Fix 'delete list' button to have same formatting as 'edit list' (24.11.00)
1538
  >This fixes the items in the 'Edit' menu for lists in the staff interface so that the options (Edit list, Delete list) are correctly left aligned. Previously, 'Delete list' was indented.
1538
  >This fixes the items in the 'Edit' menu for lists in the staff interface so that the options (Edit list, Delete list) are correctly left aligned. Previously, 'Delete list' was indented.
1539
- [38251](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38251) "Remove selected items" button not removing single item in OPAC lists (24.11.00,24.05.06)
1539
- [38251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38251) "Remove selected items" button not removing single item in OPAC lists (24.11.00,24.05.06)
1540
1540
1541
  **Sponsored by** *Chetco Community Public Library*
1541
  **Sponsored by** *Chetco Community Public Library*
1542
- [37226](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37226) Authority hierarchy tree broken when a child (narrower) term appears under more than one parent (greater) term (24.11.00,24.05.04,23.11.09)
1542
- [37226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37226) Authority hierarchy tree broken when a child (narrower) term appears under more than one parent (greater) term (24.11.00,24.05.04,23.11.09)
1543
- [37252](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37252) Saving an authority record as MADS (XML) fails (24.11.00,24.05.06)
1543
- [37252](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37252) Saving an authority record as MADS (XML) fails (24.11.00,24.05.06)
1544
  >This fixes the saving of authority records in MADS format in the staff interface (Authorities > search results > authority details > Save > MADS (XML)). Before this fix, the downloaded records had a zero file size and were empty.
1544
  >This fixes the saving of authority records in MADS format in the staff interface (Authorities > search results > authority details > Save > MADS (XML)). Before this fix, the downloaded records had a zero file size and were empty.
1545
- [38056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38056) Search term after deleting an authority shouldn't be URI encoded (24.11.00,24.05.05)
1545
- [38056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38056) Search term after deleting an authority shouldn't be URI encoded (24.11.00,24.05.05)
1546
1546
1547
  **Sponsored by** *Chetco Community Public Library*
1547
  **Sponsored by** *Chetco Community Public Library*
1548
- [28075](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28075) Add missing UNIMARC value for coded data 135a (24.11.00)
1548
- [28075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28075) Add missing UNIMARC value for coded data 135a (24.11.00)
1549
  >This updates the UNIMARC 135$a subfield to add missing values.
1549
  >This updates the UNIMARC 135$a subfield to add missing values.
1550
- [34346](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34346) Adding duplicate tag to a framework should give user readable message (24.11.00,24.05.06)
1550
- [34346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34346) Adding duplicate tag to a framework should give user readable message (24.11.00,24.05.06)
1551
- [36111](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111) Online resource link should be based on the presence of 856$u (MARC21) (24.11.00)
1551
- [36111](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111) Online resource link should be based on the presence of 856$u (MARC21) (24.11.00)
1552
  >This fixes the display of 856 in the search results and detailed record, in the staff interface and OPAC. Currently, Koha displays "Click here to access online" if any 856 subfield is present, using the $u subfield as the link target, even if $u is empty. This patch makes the display of the online resource link depend on the presence of 856$u to prevent empty links.
1552
  >This fixes the display of 856 in the search results and detailed record, in the staff interface and OPAC. Currently, Koha displays "Click here to access online" if any 856 subfield is present, using the $u subfield as the link target, even if $u is empty. This patch makes the display of the online resource link depend on the presence of 856$u to prevent empty links.
1553
- [37357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37357) Authorised values in control fields cause Javascript errors (24.11.00,24.05.06)
1553
- [37357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37357) Authorised values in control fields cause Javascript errors (24.11.00,24.05.06)
1554
- [32575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32575) gather_print_notices.pl sends attachment as body of email or poorly named txt file (24.11.00,24.05.06)
1554
- [32575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32575) gather_print_notices.pl sends attachment as body of email or poorly named txt file (24.11.00,24.05.06)
1555
- [35639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35639) Long SMS messages are not sent if they exceed the character limitation of the messaging driver (24.11.00)
1555
- [35639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35639) Long SMS messages are not sent if they exceed the character limitation of the messaging driver (24.11.00)
1556
- [36741](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36741) AUTO_RENEWALS_DGST should skip auto_too_soon (24.11.00,24.05.02,23.11.07)
1556
- [36741](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36741) AUTO_RENEWALS_DGST should skip auto_too_soon (24.11.00,24.05.02,23.11.07)
1557
  >This fixes the default AUTO_RENEWALS_DGST notice so that items where it is too soon to renew aren't included in the notice output to patrons when the automatic renewals cron job is run (based on the circulation rules settings). These items were previously included in the notice.
1557
  >This fixes the default AUTO_RENEWALS_DGST notice so that items where it is too soon to renew aren't included in the notice output to patrons when the automatic renewals cron job is run (based on the circulation rules settings). These items were previously included in the notice.
1558
  >
1558
  >
1559
  >NOTE: This notice is only updated for new installations. Existing installations should update this notice if they only want to show the actual items automatically renewed.
1559
  >NOTE: This notice is only updated for new installations. Existing installations should update this notice if they only want to show the actual items automatically renewed.
1560
- [37036](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37036) Cannot access template toolkit branch variable in auto renewal notices (24.11.00,24.05.02,23.11.07)
1560
- [37036](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37036) Cannot access template toolkit branch variable in auto renewal notices (24.11.00,24.05.02,23.11.07)
1561
  >This fixes the automatic renewal notices (AUTO_RENEWALS and AUTO_RENEWALS_DGST) generated using the misc/cronjobs/automatic_renewals.pl cron job so that library information from the branches table is now available. Examples of use: [% branch.branchcode %], [% branch.branchname %], [% branch.branchaddress1 %], [% IF branch.branchaddress2 %][% branch.branchaddress2 %][% END %], [% branch.branchcity %], [% branch.branchstate %], [% branch.branchzip %].
1561
  >This fixes the automatic renewal notices (AUTO_RENEWALS and AUTO_RENEWALS_DGST) generated using the misc/cronjobs/automatic_renewals.pl cron job so that library information from the branches table is now available. Examples of use: [% branch.branchcode %], [% branch.branchname %], [% branch.branchaddress1 %], [% IF branch.branchaddress2 %][% branch.branchaddress2 %][% END %], [% branch.branchcity %], [% branch.branchstate %], [% branch.branchzip %].
1562
- [37642](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37642) Generated letter should use https in header (24.11.00,24.05.06)
1562
- [37642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37642) Generated letter should use https in header (24.11.00,24.05.06)
1563
  >This updates http links to W3C standards used in notice headers to https links.
1563
  >This updates http links to W3C standards used in notice headers to https links.
1564
- [37891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37891) Editing a notice's name having SMSSendDriver disabled causes notice to be listed twice (24.11.00,24.05.05,23.11.11)
1564
- [37891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37891) Editing a notice's name having SMSSendDriver disabled causes notice to be listed twice (24.11.00,24.05.05,23.11.11)
1565
- [37967](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37967) Allow auto renewals notices to be sent via phone (24.11.00)
1565
- [37967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37967) Allow auto renewals notices to be sent via phone (24.11.00)
1566
- [13342](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13342) Not logged in user can place a review/comment as a deleted patron (24.11.00,24.05.04,23.11.09,23.05.15)
1566
- [13342](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13342) Not logged in user can place a review/comment as a deleted patron (24.11.00,24.05.04,23.11.09,23.05.15)
1567
- [14007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14007) Values listed in OpacHiddenItems should not appear in OPAC facets (24.11.00)
1567
- [14007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14007) Values listed in OpacHiddenItems should not appear in OPAC facets (24.11.00)
1568
  >This fixes item type facets in OPAC search results when using OpacHiddenItems. Facet values in OpacHiddenItems are now filtered out and no longer displayed.
1568
  >This fixes item type facets in OPAC search results when using OpacHiddenItems. Facet values in OpacHiddenItems are now filtered out and no longer displayed.
1569
  >
1569
  >
1570
  >For example, to hide Map item types (item type code = MP) in the OPAC:
1570
  >For example, to hide Map item types (item type code = MP) in the OPAC:
1571
  >- add "itype: ['MP']" to OpacHiddenItems
1571
  >- add "itype: ['MP']" to OpacHiddenItems
1572
  >- previously, map items would not be displayed in the search results, but the 'Item type' facet under 'Refine your search' would still display the 'Maps' value
1572
  >- previously, map items would not be displayed in the search results, but the 'Item type' facet under 'Refine your search' would still display the 'Maps' value
1573
  >- now, the item type facet no longer displays the 'Maps' value
1573
  >- now, the item type facet no longer displays the 'Maps' value
1574
- [22223](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223) Item url double-encode when parameter is an encoded URL (24.11.00)
1574
- [22223](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223) Item url double-encode when parameter is an encoded URL (24.11.00)
1575
- [24690](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24690) Make OPACPopupAuthorsSearch work with search terms containing parenthesis (24.11.00)
1575
- [24690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24690) Make OPACPopupAuthorsSearch work with search terms containing parenthesis (24.11.00)
1576
  >This fixes the OPAC so that when OPACPopupAuthorsSearch is enabled, author names not linked to an authority record that have parenthesis (for example, Criterion Collection (Firm)) correctly return results. Previously, author names with parenthesis did not return search results.
1576
  >This fixes the OPAC so that when OPACPopupAuthorsSearch is enabled, author names not linked to an authority record that have parenthesis (for example, Criterion Collection (Firm)) correctly return results. Previously, author names with parenthesis did not return search results.
1577
1577
1578
  **Sponsored by** *Athens County Public Libraries*
1578
  **Sponsored by** *Athens County Public Libraries*
1579
- [29539](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29539) UNIMARC: authority number in $9 displays for thesaurus controlled fields instead of content of $a (24.11.00,24.05.02,23.11.07)
1579
- [29539](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29539) UNIMARC: authority number in $9 displays for thesaurus controlled fields instead of content of $a (24.11.00,24.05.02,23.11.07)
1580
  >This fixes the display of authority terms in the OPAC for UNIMARC systems. The authority record number was displaying instead of the term, depending on the order of the $9 and $a subfields (example for a 606 entry: if $a then $9, the authority number was displayed; if $9 then $a, the authority term was displayed).
1580
  >This fixes the display of authority terms in the OPAC for UNIMARC systems. The authority record number was displaying instead of the term, depending on the order of the $9 and $a subfields (example for a 606 entry: if $a then $9, the authority number was displayed; if $9 then $a, the authority term was displayed).
1581
1581
1582
  **Sponsored by** *National Library of Greece*
1582
  **Sponsored by** *National Library of Greece*
1583
- [30372](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30372) Patron self registration: Extended patron attributes are emptied on submit when mandatory field isn't filled in (24.11.00,24.05.02,23.11.07)
1583
- [30372](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30372) Patron self registration: Extended patron attributes are emptied on submit when mandatory field isn't filled in (24.11.00,24.05.02,23.11.07)
1584
  >This fixes the patron self registration form when extended patron attributes are used. If a mandatory field wasn't filled in when submitting, the values entered into any extended patron attributes were lost and needed re-entering.
1584
  >This fixes the patron self registration form when extended patron attributes are used. If a mandatory field wasn't filled in when submitting, the values entered into any extended patron attributes were lost and needed re-entering.
1585
- [35126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35126) Remove the use of event attributes from when adding records to lists in the OPAC (24.11.00)
1585
- [35126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35126) Remove the use of event attributes from when adding records to lists in the OPAC (24.11.00)
1586
- [35942](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35942) OPAC user can enroll several times to the same club (24.11.00,24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
1586
- [35942](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35942) OPAC user can enroll several times to the same club (24.11.00,24.05.00,23.11.03,23.05.09,22.11.15,22.05.19)
1587
  >This fixes patron club enrollment to prevent patrons from enrolling multiple times in the same club. There was no visible option in a patron's OPAC account to do this (Summary > Clubs), but it could be achieved by directly accessing the URL (/cgi-bin/koha/svc/club/enroll?id={clubid}).
1587
  >This fixes patron club enrollment to prevent patrons from enrolling multiple times in the same club. There was no visible option in a patron's OPAC account to do this (Summary > Clubs), but it could be achieved by directly accessing the URL (/cgi-bin/koha/svc/club/enroll?id={clubid}).
1588
- [36166](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36166) Disable select to add to list if opacuserlogin is disabled (24.11.00,24.05.02)
1588
- [36166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36166) Disable select to add to list if opacuserlogin is disabled (24.11.00,24.05.02)
1589
  >This fixes the OPAC search results header to remove the "Add to list" option when system preference opacuserlogin is set to "Don't allow". Previously, if you clicked on Add to list > New list, you would get a message saying you needed to be logged in - but you can't.
1589
  >This fixes the OPAC search results header to remove the "Add to list" option when system preference opacuserlogin is set to "Don't allow". Previously, if you clicked on Add to list > New list, you would get a message saying you needed to be logged in - but you can't.
1590
- [36207](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36207) Update browser alerts to modals: OPAC tags (24.11.00,24.05.02)
1590
- [36207](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36207) Update browser alerts to modals: OPAC tags (24.11.00,24.05.02)
1591
  >This changes the process for removing a tag from a title on a patron's tag list (OPAC > Your account > Tags). It now uses a confirmation dialog box instead of a JavaScript alert. It also makes some minor tweaks to the CSS to correct the style for "Remove tag" links.
1591
  >This changes the process for removing a tag from a title on a patron's tag list (OPAC > Your account > Tags). It now uses a confirmation dialog box instead of a JavaScript alert. It also makes some minor tweaks to the CSS to correct the style for "Remove tag" links.
1592
- [36337](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36337) Hiding lists with OpacPublic breaks styling for language list (24.11.00)
1592
- [36337](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36337) Hiding lists with OpacPublic breaks styling for language list (24.11.00)
1593
1593
1594
  **Sponsored by** *Athens County Public Libraries*
1594
  **Sponsored by** *Athens County Public Libraries*
1595
- [36557](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557) Improve logic and display of OPAC cart, tag, and lists controls (24.11.00,24.05.06)
1595
- [36557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557) Improve logic and display of OPAC cart, tag, and lists controls (24.11.00,24.05.06)
1596
- [36566](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36566) Correct ESLlint errors in OPAC enhanced content JS (24.11.00,24.05.04,23.11.09)
1596
- [36566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36566) Correct ESLlint errors in OPAC enhanced content JS (24.11.00,24.05.04,23.11.09)
1597
  >This fixes various ESLint errors in enhanced content JavaScript files:
1597
  >This fixes various ESLint errors in enhanced content JavaScript files:
1598
  >- Consistent indentation
1598
  >- Consistent indentation
1599
  >- Remove variables which are declared but not used
1599
  >- Remove variables which are declared but not used
1600
  >- Add missing semicolons
1600
  >- Add missing semicolons
1601
  >- Add missing "var" declarations
1601
  >- Add missing "var" declarations
1602
- [36742](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36742) Improve OPAC behavior for instances with only one library, including libraries page (24.11.00)
1602
- [36742](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36742) Improve OPAC behavior for instances with only one library, including libraries page (24.11.00)
1603
  >This makes some changes in how installations with only one library marked as public are handled. This affects and improves the display in several pages in the OPAC:
1603
  >This makes some changes in how installations with only one library marked as public are handled. This affects and improves the display in several pages in the OPAC:
1604
  >
1604
  >
1605
  >- OPAC home page with `OpacAddMastheadLibraryPulldown` enabled
1605
  >- OPAC home page with `OpacAddMastheadLibraryPulldown` enabled
Lines 1610-2098 have already been fixed in maintenance releases Link Here
1610
  >- The article request entry form with `ArticleRequests` enabled and circulation rules configured to allow requests
1610
  >- The article request entry form with `ArticleRequests` enabled and circulation rules configured to allow requests
1611
1611
1612
  **Sponsored by** *Athens County Public Libraries*
1612
  **Sponsored by** *Athens County Public Libraries*
1613
- [36950](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36950) Improve placement of catalog concern banner in the OPAC (24.11.00,24.05.06)
1613
- [36950](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36950) Improve placement of catalog concern banner in the OPAC (24.11.00,24.05.06)
1614
- [36983](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36983) B_address_2 field is required even when not set to be required (24.11.00,24.05.02,23.11.07)
1614
- [36983](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36983) B_address_2 field is required even when not set to be required (24.11.00,24.05.02,23.11.07)
1615
  >This fixes the patron self registration form. If the address field (B_address) in the alternative address section was set to required using the PatronSelfRegistrationBorrowerMandatoryField system preference, it was incorrectly making the address 2 field (B_address2) required on the form as well (even though it was not selected in the system preference).
1615
  >This fixes the patron self registration form. If the address field (B_address) in the alternative address section was set to required using the PatronSelfRegistrationBorrowerMandatoryField system preference, it was incorrectly making the address 2 field (B_address2) required on the form as well (even though it was not selected in the system preference).
1616
- [37057](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37057) OPACShowUnusedAuthorities displays unused authorities regardless (24.11.00,24.05.06)
1616
- [37057](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37057) OPACShowUnusedAuthorities displays unused authorities regardless (24.11.00,24.05.06)
1617
- [37069](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37069) Authorities pagination on OPAC broken by CSRF (24.11.00,24.05.02)
1617
- [37069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37069) Authorities pagination on OPAC broken by CSRF (24.11.00,24.05.02)
1618
  >This fixes the pagination for authority search results in the OPAC. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1618
  >This fixes the pagination for authority search results in the OPAC. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1619
- [37074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37074) Comment approval and un-approval should be CSRF-protected (24.11.00,24.05.02)
1619
- [37074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37074) Comment approval and un-approval should be CSRF-protected (24.11.00,24.05.02)
1620
- [37158](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37158) OPAC recalls history table not responsive (24.11.00,24.05.06)
1620
- [37158](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37158) OPAC recalls history table not responsive (24.11.00,24.05.06)
1621
1621
1622
  **Sponsored by** *Athens County Public Libraries*
1622
  **Sponsored by** *Athens County Public Libraries*
1623
- [37324](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37324) Self registration complete login form won't login user (24.11.00,24.05.04)
1623
- [37324](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37324) Self registration complete login form won't login user (24.11.00,24.05.04)
1624
  >This fixes the login form after completing self registration in the OPAC - the prefilled login details now let you log in.
1624
  >This fixes the login form after completing self registration in the OPAC - the prefilled login details now let you log in.
1625
- [37339](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37339) Default messaging preferences are not applied when self registering in OPAC (24.11.00,24.05.05,23.11.10)
1625
- [37339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37339) Default messaging preferences are not applied when self registering in OPAC (24.11.00,24.05.05,23.11.10)
1626
  >This fixes a regression in Koha 24.05, 23.11, and 23.05 (caused by Bug 30318). Default messaging preferences for the self registraton patron category were not set for patron's self-registering using the OPAC.
1626
  >This fixes a regression in Koha 24.05, 23.11, and 23.05 (caused by Bug 30318). Default messaging preferences for the self registraton patron category were not set for patron's self-registering using the OPAC.
1627
- [37362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37362) Do not show the lists button if there are no public lists and opacuserlogin is off (24.11.00)
1627
- [37362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37362) Do not show the lists button if there are no public lists and opacuserlogin is off (24.11.00)
1628
1628
1629
  **Sponsored by** *Athens County Public Libraries*
1629
  **Sponsored by** *Athens County Public Libraries*
1630
- [37370](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37370) opac-export.pl can be used even if exporting disabled (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1630
- [37370](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37370) opac-export.pl can be used even if exporting disabled (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1631
- [37629](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37629) Link to news are broken (24.11.00,24.05.06)
1631
- [37629](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37629) Link to news are broken (24.11.00,24.05.06)
1632
- [37679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37679) Dublin Core export option broken (24.11.00,24.05.06)
1632
- [37679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37679) Dublin Core export option broken (24.11.00,24.05.06)
1633
- [37684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37684) Direct links to expired news are broken (24.11.00)
1633
- [37684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37684) Direct links to expired news are broken (24.11.00)
1634
- [37724](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37724) Remove Koha version number from public generator metadata (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1634
- [37724](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37724) Remove Koha version number from public generator metadata (24.11.00,24.05.05,23.11.10,23.05.16,22.11.22)
1635
- [37742](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37742) My virtual card error message not showing (24.11.00)
1635
- [37742](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37742) My virtual card error message not showing (24.11.00)
1636
  >This fixes an error message shown for a patron's virtual card in the OPAC, where the patron's card number can't be converted to a Code39 barcode* (OPACVirtualCard system preference enabled, Your account > My virtual card). Previously the error message was "Error: ${errorMessage}", now it is "Error: Unable to generate barcode".
1636
  >This fixes an error message shown for a patron's virtual card in the OPAC, where the patron's card number can't be converted to a Code39 barcode* (OPACVirtualCard system preference enabled, Your account > My virtual card). Previously the error message was "Error: ${errorMessage}", now it is "Error: Unable to generate barcode".
1637
  >
1637
  >
1638
  >* Code 39 barcodes can only contain digits, capital letters, spaces, and the symbols -.$/+%
1638
  >* Code 39 barcodes can only contain digits, capital letters, spaces, and the symbols -.$/+%
1639
- [37827](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37827) Switch OPAC download list form from POST to GET (24.11.00,24.05.06)
1639
- [37827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37827) Switch OPAC download list form from POST to GET (24.11.00,24.05.06)
1640
1640
1641
  **Sponsored by** *Chetco Community Public Library*
1641
  **Sponsored by** *Chetco Community Public Library*
1642
- [37833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37833) Incorrect logic controlling display of OPAC language selection menus (24.11.00)
1642
- [37833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37833) Incorrect logic controlling display of OPAC language selection menus (24.11.00)
1643
  >This fixes the display of the OPAC footer and menu options. Some combinations of OPACReportProblem, CookieConsent, OpacLangSelectorMode, and opaclanguagesdisplay system preferences were causing the OPAC footer and menu items not to display as expected (including the footer not displaying, or menu options not displaying).
1643
  >This fixes the display of the OPAC footer and menu options. Some combinations of OPACReportProblem, CookieConsent, OpacLangSelectorMode, and opaclanguagesdisplay system preferences were causing the OPAC footer and menu items not to display as expected (including the footer not displaying, or menu options not displaying).
1644
- [37841](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37841) Switch OPAC language menu alignment in header and footer (24.11.00)
1644
- [37841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37841) Switch OPAC language menu alignment in header and footer (24.11.00)
1645
  >This fixes the display of the language selector in the footer for the OPAC. For longer language names (such as English United Kingdom), the name is misaligned and goes off the page to the left.
1645
  >This fixes the display of the language selector in the footer for the OPAC. For longer language names (such as English United Kingdom), the name is misaligned and goes off the page to the left.
1646
- [37853](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37853) Returning to your account at the end of changing your password in the OPAC doesn't need to POST a form (24.11.00,24.05.06)
1646
- [37853](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37853) Returning to your account at the end of changing your password in the OPAC doesn't need to POST a form (24.11.00,24.05.06)
1647
1647
1648
  **Sponsored by** *Chetco Community Public Library*
1648
  **Sponsored by** *Chetco Community Public Library*
1649
- [37887](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37887) OPAC password recovery needs to use a cud- op while POSTing new password (24.11.00,24.05.06)
1649
- [37887](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37887) OPAC password recovery needs to use a cud- op while POSTing new password (24.11.00,24.05.06)
1650
1650
1651
  **Sponsored by** *Chetco Community Public Library*
1651
  **Sponsored by** *Chetco Community Public Library*
1652
- [37931](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37931) Wrong OPAC facet item types label (24.11.00,24.05.06)
1652
- [37931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37931) Wrong OPAC facet item types label (24.11.00,24.05.06)
1653
- [38055](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38055) Space between label and value for MARC field 530 (24.11.00)
1653
- [38055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38055) Space between label and value for MARC field 530 (24.11.00)
1654
- [38100](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38100) Items with damaged status are shown in OPAC results as "Not available" even with AllowHoldsOnDamagedItems (24.11.00)
1654
- [38100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38100) Items with damaged status are shown in OPAC results as "Not available" even with AllowHoldsOnDamagedItems (24.11.00)
1655
- [38125](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38125) Setting patron reading privacy to "never" will immediately delete all reading history without warning (24.11.00)
1655
- [38125](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38125) Setting patron reading privacy to "never" will immediately delete all reading history without warning (24.11.00)
1656
- [38132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38132) Add data-isbn to shelfbrowser images (24.11.00)
1656
- [38132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38132) Add data-isbn to shelfbrowser images (24.11.00)
1657
- [38197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38197) Remove old version of Bootstrap JS left behind during upgrade (24.11.00)
1657
- [38197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38197) Remove old version of Bootstrap JS left behind during upgrade (24.11.00)
1658
- [38231](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38231) Adjust CSS for search result controls in the OPAC (24.11.00)
1658
- [38231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38231) Adjust CSS for search result controls in the OPAC (24.11.00)
1659
1659
1660
  **Sponsored by** *Athens County Public Libraries*
1660
  **Sponsored by** *Athens County Public Libraries*
1661
- [38304](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38304) Remove SaveState options for OPAC tables (24.11.00)
1661
- [38304](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38304) Remove SaveState options for OPAC tables (24.11.00)
1662
  >This removes the "SaveState" options (Save configuration state on page change, Save search state on page change) from the OPAC table settings configuration. The new SaveState feature (added to 24.11 by bug 33484) is not implemented for the OPAC tables, and this removes any ambiguity.
1662
  >This removes the "SaveState" options (Save configuration state on page change, Save search state on page change) from the OPAC table settings configuration. The new SaveState feature (added to 24.11 by bug 33484) is not implemented for the OPAC tables, and this removes any ambiguity.
1663
- [38463](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38463) Unnecessary CSRF token in OPAC authority search (24.11.00)
1663
- [38463](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38463) Unnecessary CSRF token in OPAC authority search (24.11.00)
1664
  >This fixes the OPAC authority search result URL so that it no longer includes the CSRF token, and makes the URL more readable. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1664
  >This fixes the OPAC authority search result URL so that it no longer includes the CSRF token, and makes the URL more readable. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1665
1665
1666
  **Sponsored by** *Chetco Community Public Library*
1666
  **Sponsored by** *Chetco Community Public Library*
1667
- [35755](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35755) Upgrade Business::ISBN to at least 3.008 minimum version (24.11.00)
1667
- [35755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35755) Upgrade Business::ISBN to at least 3.008 minimum version (24.11.00)
1668
- [25520](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25520) Change wording on SMS phone number set up (24.11.00,24.05.02,23.11.07)
1668
- [25520](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25520) Change wording on SMS phone number set up (24.11.00,24.05.02,23.11.07)
1669
  >This fixes the hint when entering an SMS number on the OPAC messaging settings page - it is now the same as the staff interface patron hint.
1669
  >This fixes the hint when entering an SMS number on the OPAC messaging settings page - it is now the same as the staff interface patron hint.
1670
- [30397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30397) Duplicate '20' option in dropdown 'Show entries' menu (24.11.00)
1670
- [30397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30397) Duplicate '20' option in dropdown 'Show entries' menu (24.11.00)
1671
  >This fixes the options for the number of entries to show for patron search results in the staff interface - 20 was listed twice.
1671
  >This fixes the options for the number of entries to show for patron search results in the staff interface - 20 was listed twice.
1672
- [30648](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30648) Title is lost in holds history when bibliographic record is deleted (24.11.00)
1672
- [30648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30648) Title is lost in holds history when bibliographic record is deleted (24.11.00)
1673
- [32530](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32530) When duplicating child card, guarantor is not saved (24.11.00)
1673
- [32530](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32530) When duplicating child card, guarantor is not saved (24.11.00)
1674
- [34610](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34610) ProtectSuperlibrarianPrivileges, not ProtectSuperlibrarian (24.11.00,24.05.06)
1674
- [34610](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34610) ProtectSuperlibrarianPrivileges, not ProtectSuperlibrarian (24.11.00,24.05.06)
1675
- [35508](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35508) Update borrowers.updated_on when modifying a patron's attribute (24.11.00,24.05.06)
1675
- [35508](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35508) Update borrowers.updated_on when modifying a patron's attribute (24.11.00,24.05.06)
1676
  >This patch causes the patron field "Updated on" to behave as expected and be updated when a patron attribute is changed.
1676
  >This patch causes the patron field "Updated on" to behave as expected and be updated when a patron attribute is changed.
1677
  >Before this patch, if while editing a patron only the value of a patron attribute was changed, the patron's updated_on date would not be updated.
1677
  >Before this patch, if while editing a patron only the value of a patron attribute was changed, the patron's updated_on date would not be updated.
1678
- [35987](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35987) See highlighted items below link broken (24.11.00)
1678
- [35987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35987) See highlighted items below link broken (24.11.00)
1679
- [36882](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36882) Flatpickr doesn't work for repeatable date patron attributes in overdues (24.11.00,24.05.04)
1679
- [36882](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36882) Flatpickr doesn't work for repeatable date patron attributes in overdues (24.11.00,24.05.04)
1680
- [37365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37365) Bad redirect when adding a patron message from members/files.pl (24.11.00)
1680
- [37365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37365) Bad redirect when adding a patron message from members/files.pl (24.11.00)
1681
  >This fixes a redirect when adding a patron message straight after uploading a patron file (when EnableBorrowerFiles is enabled). Before this fix, an error message "Patron not found. Return to search" was displayed if you added a message straight after you finished uploading a file (the "Add message" option on other pages worked as expected).
1681
  >This fixes a redirect when adding a patron message straight after uploading a patron file (when EnableBorrowerFiles is enabled). Before this fix, an error message "Patron not found. Return to search" was displayed if you added a message straight after you finished uploading a file (the "Add message" option on other pages worked as expected).
1682
- [37366](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37366) Patron category "Password change in OPAC" setting only follows system preference (24.11.00)
1682
- [37366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37366) Patron category "Password change in OPAC" setting only follows system preference (24.11.00)
1683
- [37368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37368) Patron searches break when surname and firstname are set to NULL (24.11.00,24.05.06)
1683
- [37368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37368) Patron searches break when surname and firstname are set to NULL (24.11.00,24.05.06)
1684
  >This fixes an error when searching for patrons in the staff interface (for both the search in the header and the sidebar). If you have a patron without a last name or first name, and search using a space, the search did not complete and generated a browser console error.
1684
  >This fixes an error when searching for patrons in the staff interface (for both the search in the header and the sidebar). If you have a patron without a last name or first name, and search using a space, the search did not complete and generated a browser console error.
1685
- [37435](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37435) Cannot renew patron from details page in patron account without circulate permissions (24.11.00,24.05.04,23.11.09)
1685
- [37435](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37435) Cannot renew patron from details page in patron account without circulate permissions (24.11.00,24.05.04,23.11.09)
1686
- [37488](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37488) Filepaths not validated in ZIP upload to picture-upload.pl (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1686
- [37488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37488) Filepaths not validated in ZIP upload to picture-upload.pl (24.11.00,24.05.03,23.11.08,23.05.14,22.11.20)
1687
- [37489](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37489) Cannot delete patron image without uploading a file (24.11.00,24.05.04)
1687
- [37489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37489) Cannot delete patron image without uploading a file (24.11.00,24.05.04)
1688
- [37528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37528) Using borrowerRelationship while guarantor relationship is unchecked from BorrowerMandatoryField results in error (24.11.00,24.05.06)
1688
- [37528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37528) Using borrowerRelationship while guarantor relationship is unchecked from BorrowerMandatoryField results in error (24.11.00,24.05.06)
1689
1689
1690
  **Sponsored by** *Koha-Suomi Oy*
1690
  **Sponsored by** *Koha-Suomi Oy*
1691
- [37562](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37562) Duplicate patron check when user cannot see patron leads to a blank popup (24.11.00,24.05.06)
1691
- [37562](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37562) Duplicate patron check when user cannot see patron leads to a blank popup (24.11.00,24.05.06)
1692
- [37807](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37807) "Export today's checked in barcodes" not disabled when needed (24.11.00)
1692
- [37807](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37807) "Export today's checked in barcodes" not disabled when needed (24.11.00)
1693
- [38005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38005) 500 error on self registration when patron attribute is set as mandatory (24.11.00,24.05.06)
1693
- [38005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38005) 500 error on self registration when patron attribute is set as mandatory (24.11.00,24.05.06)
1694
- [38109](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38109) Patron category types are not sorted when entering/editing patrons (24.11.00,24.05.06)
1694
- [38109](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38109) Patron category types are not sorted when entering/editing patrons (24.11.00,24.05.06)
1695
- [38112](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38112) Description of patrons search no longer displayed (24.11.00,24.05.06)
1695
- [38112](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38112) Description of patrons search no longer displayed (24.11.00,24.05.06)
1696
- [38188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38188) Fix populating borrowernumberslist from patron_search_selections (24.11.00,24.05.06)
1696
- [38188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38188) Fix populating borrowernumberslist from patron_search_selections (24.11.00,24.05.06)
1697
1697
1698
  **Sponsored by** *Koha-Suomi Oy*
1698
  **Sponsored by** *Koha-Suomi Oy*
1699
- [38283](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38283) Patron search modal has a button opened by a <button> and closed by a </a> (24.11.00)
1699
- [38283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38283) Patron search modal has a button opened by a <button> and closed by a </a> (24.11.00)
1700
- [38315](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38315) Add a class to expired patrons in patron search (24.11.00)
1700
- [38315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38315) Add a class to expired patrons in patron search (24.11.00)
1701
  >This updates patron search results in the staff interface to use the "dateexpiry" class to highlight expired patron accounts for the "Expires on" column (the date is now red and in italics).
1701
  >This updates patron search results in the staff interface to use the "dateexpiry" class to highlight expired patron accounts for the "Expires on" column (the date is now red and in italics).
1702
- [37146](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37146) plugin_launcher.pl allows running of any Perl file on file system
1702
- [37146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37146) plugin_launcher.pl allows running of any Perl file on file system
1703
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1703
  >24.11.00,24.05.02,23.11.07,23.05.13,22.11.19
1704
- [36998](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36998) 'Issue refund' modal on cash register transactions page can mistakenly display amount from previously clicked on transaction (24.11.00,24.05.04,23.11.09)
1704
- [36998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36998) 'Issue refund' modal on cash register transactions page can mistakenly display amount from previously clicked on transaction (24.11.00,24.05.04,23.11.09)
1705
- [37563](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37563) Refund, payout, and discount modals in patron transactions and point of sale have broken/bad formatting of values (24.11.00)
1705
- [37563](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37563) Refund, payout, and discount modals in patron transactions and point of sale have broken/bad formatting of values (24.11.00)
1706
- [29509](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29509) GET /patrons* routes permissions excessive (24.11.00,24.05.04,23.11.09)
1706
- [29509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29509) GET /patrons* routes permissions excessive (24.11.00,24.05.04,23.11.09)
1707
- [36575](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36575) Wrong patron can be returned for API validation route (24.11.00,24.05.01,23.11.06,23.05.12,22.11.18,22.05.22)
1707
- [36575](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36575) Wrong patron can be returned for API validation route (24.11.00,24.05.01,23.11.06,23.05.12,22.11.18,22.05.22)
1708
- [37021](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37021) REST API: Holds endpoint handles item_id as string in GET call (24.11.00,24.05.02,23.11.07)
1708
- [37021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37021) REST API: Holds endpoint handles item_id as string in GET call (24.11.00,24.05.02,23.11.07)
1709
  >This fixes the REST API holds endpoint so that the item_id is handled as an integer, not a string.
1709
  >This fixes the REST API holds endpoint so that the item_id is handled as an integer, not a string.
1710
- [37032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37032) REST API: Unable to call item info via holds endpoint (24.11.00,24.05.06)
1710
- [37032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37032) REST API: Unable to call item info via holds endpoint (24.11.00,24.05.06)
1711
1711
1712
  **Sponsored by** *Koha-Suomi Oy*
1712
  **Sponsored by** *Koha-Suomi Oy*
1713
- [37261](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37261) api/v1/extended_attribute_types does not return additional fields for unmapped tablenames (24.11.00)
1713
- [37261](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37261) api/v1/extended_attribute_types does not return additional fields for unmapped tablenames (24.11.00)
1714
- [37262](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37262) api/v1/extended_attribute_types does not filter additional fields for unmapped tablenames (24.11.00)
1714
- [37262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37262) api/v1/extended_attribute_types does not filter additional fields for unmapped tablenames (24.11.00)
1715
- [37535](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37535) Adding a debit via API will show the patron as the librarian that caused the debit (24.11.00,24.05.06)
1715
- [37535](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37535) Adding a debit via API will show the patron as the librarian that caused the debit (24.11.00,24.05.06)
1716
- [37639](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37639) items.stack ( shelving control number ) not included in items API endpoint (24.11.00)
1716
- [37639](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37639) items.stack ( shelving control number ) not included in items API endpoint (24.11.00)
1717
- [37687](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37687) API query operators list doesn't match documentation (24.11.00,24.05.06)
1717
- [37687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37687) API query operators list doesn't match documentation (24.11.00,24.05.06)
1718
- [37791](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37791) Fix terminology 'Biblio not found' (24.11.00)
1718
- [37791](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37791) Fix terminology 'Biblio not found' (24.11.00)
1719
- [38390](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38390) Add 'subscriptions+count' embed to vendors endpoint (24.11.00)
1719
- [38390](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38390) Add 'subscriptions+count' embed to vendors endpoint (24.11.00)
1720
1720
1721
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
1721
  **Sponsored by** *PTFS Europe* and *ByWater Solutions*
1722
- [36707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36707) Links on itemnumbers in report should say "item" instead of "record" (24.11.00)
1722
- [36707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36707) Links on itemnumbers in report should say "item" instead of "record" (24.11.00)
1723
1723
1724
  **Sponsored by** *Athens County Public Libraries*
1724
  **Sponsored by** *Athens County Public Libraries*
1725
- [37077](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37077) SQL Reports - Picking only one option for each multiple selection results in wrong query (24.11.00,24.05.04)
1725
- [37077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37077) SQL Reports - Picking only one option for each multiple selection results in wrong query (24.11.00,24.05.04)
1726
- [37108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37108) Cash register statistics wizard is wrongly sorting payment by home library of the manager (24.11.00,24.05.06)
1726
- [37108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37108) Cash register statistics wizard is wrongly sorting payment by home library of the manager (24.11.00,24.05.06)
1727
- [37328](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37328) Cannot delete report after using 'Update and run SQ' button (24.11.00)
1727
- [37328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37328) Cannot delete report after using 'Update and run SQ' button (24.11.00)
1728
  >This fixes deleting saved reports, and adds a confirmation message. Before this, attempting to delete a saved report (Edit > Delete) did not do anything.
1728
  >This fixes deleting saved reports, and adds a confirmation message. Before this, attempting to delete a saved report (Edit > Delete) did not do anything.
1729
1729
1730
  **Sponsored by** *Westlake Porter Public Library*
1730
  **Sponsored by** *Westlake Porter Public Library*
1731
- [37382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37382) Report download is empty except for headers if .tab format is selected (24.11.00,24.05.04)
1731
- [37382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37382) Report download is empty except for headers if .tab format is selected (24.11.00,24.05.04)
1732
- [37615](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37615) Clean up the form for sending cardnumbers from a report to batch patron modification (24.11.00)
1732
- [37615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37615) Clean up the form for sending cardnumbers from a report to batch patron modification (24.11.00)
1733
  >This tidies up the form used when initiating patron batch modifications from a report that uses card numbers (option for 'Batch operations with X visible records'). There is no visible difference (the form that sends the card numbers to the patron batch modification form now puts them in a single text area, instead of multiple inputs).
1733
  >This tidies up the form used when initiating patron batch modifications from a report that uses card numbers (option for 'Batch operations with X visible records'). There is no visible difference (the form that sends the card numbers to the patron batch modification form now puts them in a single text area, instead of multiple inputs).
1734
- [37740](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37740) Saved reports GROUP tabs don't show the proper panel (24.11.00)
1734
- [37740](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37740) Saved reports GROUP tabs don't show the proper panel (24.11.00)
1735
- [37745](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37745) Duplicate class attributes break dropdown items (24.11.00)
1735
- [37745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37745) Duplicate class attributes break dropdown items (24.11.00)
1736
- [37763](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37763) 'Update and run SQL' appends the editor screen after the report results (24.11.00,24.05.04)
1736
- [37763](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37763) 'Update and run SQL' appends the editor screen after the report results (24.11.00,24.05.04)
1737
1737
1738
  **Sponsored by** *Westlake Porter Public Library*
1738
  **Sponsored by** *Westlake Porter Public Library*
1739
- [37987](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37987) Downloading SQL report in .tab format is slow (24.11.00,24.05.06)
1739
- [37987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37987) Downloading SQL report in .tab format is slow (24.11.00,24.05.06)
1740
1740
1741
  **Sponsored by** *Koha-Suomi Oy*
1741
  **Sponsored by** *Koha-Suomi Oy*
1742
- [23426](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23426) Empty AV field returned in 'patron info' in addition to those requested (24.11.00)
1742
- [23426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23426) Empty AV field returned in 'patron info' in addition to those requested (24.11.00)
1743
  >This patch adds fine items (AV) to patron information response in SIP2.
1743
  >This patch adds fine items (AV) to patron information response in SIP2.
1744
  >Additionally the active currency is be part of the response (BH) and the number of items requested with BP and BQ is fixed.
1744
  >Additionally the active currency is be part of the response (BH) and the number of items requested with BP and BQ is fixed.
1745
- [36948](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948) Adjust SIPconfig for log_file and IP version (24.11.00,24.05.02,23.11.07)
1745
- [36948](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948) Adjust SIPconfig for log_file and IP version (24.11.00,24.05.02,23.11.07)
1746
  >This fixes issues with logging and default ports in the SIP configuration for Debian 12, when using the koha-testing-docker (KTD) development environment - these issues were causing the SIP service to stop working. Changes include updating the SIPconfig.xml template to:
1746
  >This fixes issues with logging and default ports in the SIP configuration for Debian 12, when using the koha-testing-docker (KTD) development environment - these issues were causing the SIP service to stop working. Changes include updating the SIPconfig.xml template to:
1747
  >- fix the logging issue (Debian 12 uses journal instead of syslog, use chomp for SIP log4perl configuration, log all SIP issues to sip.log by default)
1747
  >- fix the logging issue (Debian 12 uses journal instead of syslog, use chomp for SIP log4perl configuration, log all SIP issues to sip.log by default)
1748
  >- fix the port issue (allows using IPv4 and IPv6 for the port settings, configures the default template to use IPv4)
1748
  >- fix the port issue (allows using IPv4 and IPv6 for the port settings, configures the default template to use IPv4)
1749
- [37016](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37016) SIP2 renew shows old/wrong date due (24.11.00,24.05.02,23.11.07)
1749
- [37016](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37016) SIP2 renew shows old/wrong date due (24.11.00,24.05.02,23.11.07)
1750
  >Set correct due date in SIP2 renewal response message.
1750
  >Set correct due date in SIP2 renewal response message.
1751
- [37582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37582) SIP2 responses can contain newlines when a patron has multiple debarments (24.11.00,24.05.06)
1751
- [37582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37582) SIP2 responses can contain newlines when a patron has multiple debarments (24.11.00,24.05.06)
1752
- [38073](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38073) Missing use after Bug 25812 (24.11.00)
1752
- [38073](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38073) Missing use after Bug 25812 (24.11.00)
1753
- [38284](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38284) handle_patron_status dies if patron not found (24.11.00)
1753
- [38284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38284) handle_patron_status dies if patron not found (24.11.00)
1754
1754
1755
  **Sponsored by** *PTFS Europe*
1755
  **Sponsored by** *PTFS Europe*
1756
- [38344](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38344) Don't send "Thank you !" as screen message (24.11.00)
1756
- [38344](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38344) Don't send "Thank you !" as screen message (24.11.00)
1757
  >This fixes a typo in a SIP output message - "Thank you !" should be "Thank you!" (note the space before the exclamation mark).
1757
  >This fixes a typo in a SIP output message - "Thank you !" should be "Thank you!" (note the space before the exclamation mark).
1758
- [32252](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32252) Number of results in a facet do not show after facet selection (24.11.00)
1758
- [32252](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32252) Number of results in a facet do not show after facet selection (24.11.00)
1759
- [33563](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33563) Document Elasticsearch secure mode (24.11.00,24.05.02,23.11.07)
1759
- [33563](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33563) Document Elasticsearch secure mode (24.11.00,24.05.02,23.11.07)
1760
  >When using authentication with Elasticsearch/Opensearch, you must use HTTPS. This change adds some comments in koha-conf.xml to show how to do configure Koha to use authentication and HTTPS for ES/OS.
1760
  >When using authentication with Elasticsearch/Opensearch, you must use HTTPS. This change adds some comments in koha-conf.xml to show how to do configure Koha to use authentication and HTTPS for ES/OS.
1761
- [37167](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37167) Fix mapping call number searches to Z39.50 (24.11.00,24.05.06)
1761
- [37167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37167) Fix mapping call number searches to Z39.50 (24.11.00,24.05.06)
1762
- [37244](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37244) Selecting home library or holding library facet changes library dropdown (24.11.00,24.05.06)
1762
- [37244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37244) Selecting home library or holding library facet changes library dropdown (24.11.00,24.05.06)
1763
- [37249](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37249) Item search column filtering broken (24.11.00,24.05.06)
1763
- [37249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37249) Item search column filtering broken (24.11.00,24.05.06)
1764
- [37333](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37333) Search filters using OR are not correctly grouped (24.11.00,24.05.06)
1764
- [37333](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37333) Search filters using OR are not correctly grouped (24.11.00,24.05.06)
1765
- [37369](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37369) Item search column filtering can't use descriptions (24.11.00,24.05.06)
1765
- [37369](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37369) Item search column filtering can't use descriptions (24.11.00,24.05.06)
1766
1766
1767
  **Sponsored by** *Koha-Suomi Oy*
1767
  **Sponsored by** *Koha-Suomi Oy*
1768
- [37801](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37801) Search results with limits create URLs that cause XML errors in RSS2 output (24.11.00,24.05.05,23.11.11)
1768
- [37801](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37801) Search results with limits create URLs that cause XML errors in RSS2 output (24.11.00,24.05.05,23.11.11)
1769
1769
1770
  **Sponsored by** *Chetco Community Public Library*
1770
  **Sponsored by** *Chetco Community Public Library*
1771
- [37979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37979) typo in PQF index : index.koha.classification-soruce
1771
- [37979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37979) typo in PQF index : index.koha.classification-soruce
1772
1772
1773
  **Sponsored by** *Chetco Community Public Library*
1773
  **Sponsored by** *Chetco Community Public Library*
1774
- [37998](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37998) Tabs and backslashes in the data break item search display (24.11.00)
1774
- [37998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37998) Tabs and backslashes in the data break item search display (24.11.00)
1775
1775
1776
  **Sponsored by** *Ignatianum University in Cracow*
1776
  **Sponsored by** *Ignatianum University in Cracow*
1777
- [30745](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30745) Elasticsearch: Search never returns with after-date and/or before-date in label batch item search (24.11.00)
1777
- [30745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30745) Elasticsearch: Search never returns with after-date and/or before-date in label batch item search (24.11.00)
1778
- [33348](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348) Show authority heading use with Elasticsearch (24.11.00)
1778
- [33348](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33348) Show authority heading use with Elasticsearch (24.11.00)
1779
1779
1780
  **Sponsored by** *Education Services Australia SCIS*
1780
  **Sponsored by** *Education Services Australia SCIS*
1781
- [33407](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33407) With ES and QueryAutoTruncate on, a search containing ISBD punctuation returns no results (24.11.00)
1781
- [33407](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33407) With ES and QueryAutoTruncate on, a search containing ISBD punctuation returns no results (24.11.00)
1782
1782
1783
  **Sponsored by** *Ignatianum University in Cracow*
1783
  **Sponsored by** *Ignatianum University in Cracow*
1784
- [35792](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35792) Quiet warning: Use of uninitialized value $sub6 (24.11.00,24.05.04)
1784
- [35792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35792) Quiet warning: Use of uninitialized value $sub6 (24.11.00,24.05.04)
1785
  >This removes a warning message[1] that appears in the reindexing output when using Elasticsearch. The warning was generated if there was no value in 880$6 (880 = Alternate Graphic Representation, $6 = Linkage), but there were other 880 subfields with a value, for example 880$a.
1785
  >This removes a warning message[1] that appears in the reindexing output when using Elasticsearch. The warning was generated if there was no value in 880$6 (880 = Alternate Graphic Representation, $6 = Linkage), but there were other 880 subfields with a value, for example 880$a.
1786
  >
1786
  >
1787
  >[1] Use of uninitialized value $sub6 in pattern match (m//) at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 619.
1787
  >[1] Use of uninitialized value $sub6 in pattern match (m//) at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 619.
1788
- [36879](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36879) Spurious warnings in QueryBuilder (24.11.00,24.05.04,23.11.09,23.05.15)
1788
- [36879](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36879) Spurious warnings in QueryBuilder (24.11.00,24.05.04,23.11.09,23.05.15)
1789
  >This fixes the cause of a warning message in the log files. Changing the sort order for search results in the staff interface (for example, from Relevance to Author (A-Z)) would generate an unnecessary warning message in plack-intranet-error.log: [WARN] Use of uninitialized value $f in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 72    5.
1789
  >This fixes the cause of a warning message in the log files. Changing the sort order for search results in the staff interface (for example, from Relevance to Author (A-Z)) would generate an unnecessary warning message in plack-intranet-error.log: [WARN] Use of uninitialized value $f in hash element at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 72    5.
1790
- [36982](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36982) Collections facet does not get alphabetized based on collection descriptions (24.11.00,24.05.02,23.11.07)
1790
- [36982](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36982) Collections facet does not get alphabetized based on collection descriptions (24.11.00,24.05.02,23.11.07)
1791
  >This fixes the display of the 'Collections' facet for search results in the staff interface and OPAC when using Elasticsearch and Open Search. Values for the facet are now sorted alphabetically using the CCODE authorized values' descriptions, instead of the authorized values' codes.
1791
  >This fixes the display of the 'Collections' facet for search results in the staff interface and OPAC when using Elasticsearch and Open Search. Values for the facet are now sorted alphabetically using the CCODE authorized values' descriptions, instead of the authorized values' codes.
1792
- [37319](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37319) Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index (24.11.00,24.05.06)
1792
- [37319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37319) Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index (24.11.00,24.05.06)
1793
- [37430](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37430) (Bug 33407 follow-up) ISBD punctuation removal in ES searches (24.11.00)
1793
- [37430](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37430) (Bug 33407 follow-up) ISBD punctuation removal in ES searches (24.11.00)
1794
1794
1795
  **Sponsored by** *Ignatianum University in Cracow*
1795
  **Sponsored by** *Ignatianum University in Cracow*
1796
- [37446](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37446) Home/holding library facets missing user friendly label (24.11.00,24.05.06)
1796
- [37446](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37446) Home/holding library facets missing user friendly label (24.11.00,24.05.06)
1797
  >This patch fixes the facet labels for holdingbranch and homebranch to ensure they say "Holding libraries" or "Home libraries" when Elasticsearch is enabled.
1797
  >This patch fixes the facet labels for holdingbranch and homebranch to ensure they say "Holding libraries" or "Home libraries" when Elasticsearch is enabled.
1798
1798
1799
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1799
  **Sponsored by** *Toi Ohomai Institute of Technology, New Zealand*
1800
- [37857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37857) Unable to select type "Geo point" or "Call number" when adding a search field (24.11.00,24.05.06)
1800
- [37857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37857) Unable to select type "Geo point" or "Call number" when adding a search field (24.11.00,24.05.06)
1801
- [37953](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37953) Incorrect handling of DisplayLibraryFacets in previous database update 23.12.000.36 (24.11.00,24.05.05)
1801
- [37953](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37953) Incorrect handling of DisplayLibraryFacets in previous database update 23.12.000.36 (24.11.00,24.05.05)
1802
- [38416](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38416) Failover to MARCXML if cannot roundtrip USMARC when indexing (24.11.00)
1802
- [38416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38416) Failover to MARCXML if cannot roundtrip USMARC when indexing (24.11.00)
1803
- [35869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35869) Dismissing an OPAC message from SCO logs the user out (24.11.00,24.05.02,23.11.07)
1803
- [35869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35869) Dismissing an OPAC message from SCO logs the user out (24.11.00,24.05.02,23.11.07)
1804
  >This removes the "Dismiss" button for patron messages that appear in the OPAC self-checkout system. Dismissing messages was logging patrons out. This option was removed, as fixing this would require significant changes to the self-checkout system. Patron's can still dismiss messages from their OPAC account (Your account > Summary > Messages for you > Dismiss).
1804
  >This removes the "Dismiss" button for patron messages that appear in the OPAC self-checkout system. Dismissing messages was logging patrons out. This option was removed, as fixing this would require significant changes to the self-checkout system. Patron's can still dismiss messages from their OPAC account (Your account > Summary > Messages for you > Dismiss).
1805
- [36679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36679) Anonymous patron is not blocked from checkout via self check (24.11.00,24.05.02,23.11.07)
1805
- [36679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36679) Anonymous patron is not blocked from checkout via self check (24.11.00,24.05.02,23.11.07)
1806
  >This fixes the web-based self-checkout system to prevent the AnonymousPatron from checking out items.
1806
  >This fixes the web-based self-checkout system to prevent the AnonymousPatron from checking out items.
1807
- [37026](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37026) Switching tabs in the sco_main page ( Checkouts, Holds, Charges ) creates a JS error (24.11.00,24.05.02,23.11.07)
1807
- [37026](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37026) Switching tabs in the sco_main page ( Checkouts, Holds, Charges ) creates a JS error (24.11.00,24.05.02,23.11.07)
1808
  >This fixes a JavaScript error (dataTables is not defined) when switching between the checkouts, holds, and charges tabs in the OPAC self-checkout system.
1808
  >This fixes a JavaScript error (dataTables is not defined) when switching between the checkouts, holds, and charges tabs in the OPAC self-checkout system.
1809
- [37027](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37027) Some dataTable controls in SCO seem unnecessary (24.11.00,24.05.06)
1809
- [37027](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37027) Some dataTable controls in SCO seem unnecessary (24.11.00,24.05.06)
1810
- [37044](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37044) OPAC message from SCO missing library branch (24.11.00,24.05.02,23.11.07,23.05.15)
1810
- [37044](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37044) OPAC message from SCO missing library branch (24.11.00,24.05.02,23.11.07,23.05.15)
1811
  >This fixes the self checkout "Messages for you" section for a patron so that any OPAC messages added by library staff now include the library name. Previously, "Written on DD/MM/YYYY by " was displayed after the message without including the library name.
1811
  >This fixes the self checkout "Messages for you" section for a patron so that any OPAC messages added by library staff now include the library name. Previously, "Written on DD/MM/YYYY by " was displayed after the message without including the library name.
1812
- [37525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37525) Self checkout: "Return this item" doesn't show up in scan confirmation screen despite SCOAllowCheckin being allowed (24.11.00,24.05.06)
1812
- [37525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37525) Self checkout: "Return this item" doesn't show up in scan confirmation screen despite SCOAllowCheckin being allowed (24.11.00,24.05.06)
1813
- [38041](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38041) Not all self checkout errors behave the same (24.11.00,24.05.06)
1813
- [38041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38041) Not all self checkout errors behave the same (24.11.00,24.05.06)
1814
- [29818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29818) Cannot save subscription frequency without display order (24.11.00)
1814
- [29818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29818) Cannot save subscription frequency without display order (24.11.00)
1815
1815
1816
  **Sponsored by** *Chetco Community Public Library*
1816
  **Sponsored by** *Chetco Community Public Library*
1817
- [37294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37294) Generate next button in serials not working (24.11.00,24.05.04)
1817
- [37294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37294) Generate next button in serials not working (24.11.00,24.05.04)
1818
  >This fixes the 'Generate next' button when receiving serials so that it now works as expected. Before this fix, nothing happened when clicking the button. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1818
  >This fixes the 'Generate next' button when receiving serials so that it now works as expected. Before this fix, nothing happened when clicking the button. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1819
- [28762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28762) Item status shows incorrectly on course-details.pl (24.11.00,24.05.04)
1819
- [28762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28762) Item status shows incorrectly on course-details.pl (24.11.00,24.05.04)
1820
- [31921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31921) No confirmation alert when deleting a vendor (24.11.00,24.05.04)
1820
- [31921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31921) No confirmation alert when deleting a vendor (24.11.00,24.05.04)
1821
  >This fixes deleting vendors in acquisitions. There is now a new confirmation pop-up dialogue box.
1821
  >This fixes deleting vendors in acquisitions. There is now a new confirmation pop-up dialogue box.
1822
- [33453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33453) Confirmation button for 'Record cashup' should be yellow (24.11.00,24.05.04,23.11.09)
1822
- [33453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33453) Confirmation button for 'Record cashup' should be yellow (24.11.00,24.05.04,23.11.09)
1823
  >This fixes the style of the "Confirm" button in the pop-up window when recording a cashup (Tools > Transaction history for > Record cashup). The button was changed from the default button style (with a white background) to the yellow primary action button.
1823
  >This fixes the style of the "Confirm" button in the pop-up window when recording a cashup (Tools > Transaction history for > Record cashup). The button was changed from the default button style (with a white background) to the yellow primary action button.
1824
- [33455](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33455) Heading on 'update password' page is too big (24.11.00,24.05.04,23.11.09)
1824
- [33455](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33455) Heading on 'update password' page is too big (24.11.00,24.05.04,23.11.09)
1825
  >This fixes the heading for the patron change password page in the staff interface (Patrons > search for a patron > Change password). It was previously part of the form area with the white background, when it should have been above it like other page headings.
1825
  >This fixes the heading for the patron change password page in the staff interface (Patrons > search for a patron > Change password). It was previously part of the form area with the white background, when it should have been above it like other page headings.
1826
- [33635](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33635) CSV export display broken diacritics in Excel (24.11.00)
1826
- [33635](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33635) CSV export display broken diacritics in Excel (24.11.00)
1827
- [36129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36129) Check in "Hide all columns" doesn't persist on item batch modification/deletion (24.11.00.24.05.04,23.11.09)
1827
- [36129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36129) Check in "Hide all columns" doesn't persist on item batch modification/deletion (24.11.00.24.05.04,23.11.09)
1828
  >This fixes the item batch modification/deletion tool, so that if the "Hide all columns" checkbox is selected and then the page is reloaded, the checkbox is still shown as selected. Before this, the columns remained hidden as expected, but the checkbox wasn't selected.
1828
  >This fixes the item batch modification/deletion tool, so that if the "Hide all columns" checkbox is selected and then the page is reloaded, the checkbox is still shown as selected. Before this, the columns remained hidden as expected, but the checkbox wasn't selected.
1829
1829
1830
  **Sponsored by** *Koha-Suomi Oy*
1830
  **Sponsored by** *Koha-Suomi Oy*
1831
- [36182](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36182) Add vendor column to holdings table (24.11.00)
1831
- [36182](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36182) Add vendor column to holdings table (24.11.00)
1832
  >This adds a new columns 'Source of acquisition' (MARC21 952$e) to the holdings table in the staff detail page. If the field contains a valid vendor ID, it will display the name of the vendor. If the field contains text, the text will be displayed.
1832
  >This adds a new columns 'Source of acquisition' (MARC21 952$e) to the holdings table in the staff detail page. If the field contains a valid vendor ID, it will display the name of the vendor. If the field contains text, the text will be displayed.
1833
- [36930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36930) Item search gives irrelevant results when using 2+ added filter criteria (24.11.00,24.05.02,23.11.07,23.05.15)
1833
- [36930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36930) Item search gives irrelevant results when using 2+ added filter criteria (24.11.00,24.05.02,23.11.07,23.05.15)
1834
  >This fixes the item search so that it returns the correct results when two or more additional filters are used (such as publisher and publication date). It was working correctly with one filter, but was not using any filters if two or more were used in a query.
1834
  >This fixes the item search so that it returns the correct results when two or more additional filters are used (such as publisher and publication date). It was working correctly with one filter, but was not using any filters if two or more were used in a query.
1835
- [36966](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966) Fix links for local cover images for items on staff detail page (24.11.00,24.05.02)
1835
- [36966](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36966) Fix links for local cover images for items on staff detail page (24.11.00,24.05.02)
1836
  >This fixes the local cover image links for items (staff interface record details holdings table > dropdown link for Edit > Upload image) by removing unnecessary parameters, fixing an invalid link, an uninitialised Template::Toolkit variable. This has no noticeable effect, but is important for avoiding future issues.
1836
  >This fixes the local cover image links for items (staff interface record details holdings table > dropdown link for Edit > Upload image) by removing unnecessary parameters, fixing an invalid link, an uninitialised Template::Toolkit variable. This has no noticeable effect, but is important for avoiding future issues.
1837
- [37029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37029) 'About Koha' button on staff side homepage seems out of place among application buttons (24.11.00,24.05.04)
1837
- [37029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37029) 'About Koha' button on staff side homepage seems out of place among application buttons (24.11.00,24.05.04)
1838
- [37065](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37065) Bookings tab should filter out expired bookings by default (24.11.00,24.05.06)
1838
- [37065](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37065) Bookings tab should filter out expired bookings by default (24.11.00,24.05.06)
1839
  >This fixes the list of bookings for items so that only current bookings are listed. There is now a link, "Show expired", to display all bookings.
1839
  >This fixes the list of bookings for items so that only current bookings are listed. There is now a link, "Show expired", to display all bookings.
1840
- [37213](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37213) Improve breadcrumbs in rotating collections (24.11.00,24.05.06)
1840
- [37213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37213) Improve breadcrumbs in rotating collections (24.11.00,24.05.06)
1841
- [37233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37233) Library URL broken in the libraries table (24.11.00,24.05.06)
1841
- [37233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37233) Library URL broken in the libraries table (24.11.00,24.05.06)
1842
  >This fixes the URL link for a library in the staff interface (Administration > Basic parameters > Libraries) so that it works as expected. Currently, you get a 404 page not found error.
1842
  >This fixes the URL link for a library in the staff interface (Administration > Basic parameters > Libraries) so that it works as expected. Currently, you get a 404 page not found error.
1843
- [37330](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37330) LocalCoverImages for items don't show after 33526 (24.11.00)
1843
- [37330](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37330) LocalCoverImages for items don't show after 33526 (24.11.00)
1844
- [37425](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37425) Deletion of bibliographic record can cause search errors (24.11.00,24.05.04,23.11.09)
1844
- [37425](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37425) Deletion of bibliographic record can cause search errors (24.11.00,24.05.04,23.11.09)
1845
- [37452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37452) The 'Compare matched records' diff view page is missing page-sections (24.11.00)
1845
- [37452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37452) The 'Compare matched records' diff view page is missing page-sections (24.11.00)
1846
- [37484](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37484) Sorting dates in the housebound deliveries table should work for different date formats (24.11.00)
1846
- [37484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37484) Sorting dates in the housebound deliveries table should work for different date formats (24.11.00)
1847
- [37681](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37681) XSS vulnerability in item.uri in staff interface (24.11.00,24.05.04)
1847
- [37681](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37681) XSS vulnerability in item.uri in staff interface (24.11.00,24.05.04)
1848
- [37697](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37697) CSS from HTML customizations previews bleeds through to rest of page (24.11.00)
1848
- [37697](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37697) CSS from HTML customizations previews bleeds through to rest of page (24.11.00)
1849
- [37732](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37732) Update templates to use Bootstrap styles when alert class comes from the perl script (24.11.00)
1849
- [37732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37732) Update templates to use Bootstrap styles when alert class comes from the perl script (24.11.00)
1850
1850
1851
  **Sponsored by** *Athens County Public Libraries*
1851
  **Sponsored by** *Athens County Public Libraries*
1852
- [37733](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37733) Preservation link in the header menu is not styled correctly (24.11.00)
1852
- [37733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37733) Preservation link in the header menu is not styled correctly (24.11.00)
1853
- [37739](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37739) Can't delete vendors after Bootstrap 5 update (24.11.00)
1853
- [37739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37739) Can't delete vendors after Bootstrap 5 update (24.11.00)
1854
  >This fixes acquisitions so that you can now delete vendors. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11 (bug 35402) and bug 31921, which added a confirmation pop-up window when deleting a vendor.)
1854
  >This fixes acquisitions so that you can now delete vendors. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11 (bug 35402) and bug 31921, which added a confirmation pop-up window when deleting a vendor.)
1855
- [37752](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37752) Tabs for MARC subfield structure are missing a class (24.11.00)
1855
- [37752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37752) Tabs for MARC subfield structure are missing a class (24.11.00)
1856
  >This fixes the navigation display when editing bibliographic framework subfields. It was displaying a plain text link for each subfield in the header, instead of the standard tabbed style. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1856
  >This fixes the navigation display when editing bibliographic framework subfields. It was displaying a plain text link for each subfield in the header, instead of the standard tabbed style. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1857
- [37753](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37753) Navigation links when editing authority type subfields are in plain text instead of the tabbed style (24.11.00)
1857
- [37753](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37753) Navigation links when editing authority type subfields are in plain text instead of the tabbed style (24.11.00)
1858
  >This fixes the navigation display when editing authority type subfields. It was displaying a plain text link for each subfield in the header, instead of the standard tabbed style. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1858
  >This fixes the navigation display when editing authority type subfields. It was displaying a plain text link for each subfield in the header, instead of the standard tabbed style. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1859
- [37755](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37755) Change in Bootstrap5 has broken batch patron modification (24.11.00)
1859
- [37755](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37755) Change in Bootstrap5 has broken batch patron modification (24.11.00)
1860
- [37928](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37928) "Upload image" item not correctly styled (24.11.00,24.05.06)
1860
- [37928](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37928) "Upload image" item not correctly styled (24.11.00,24.05.06)
1861
- [37954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37954) Unable to hide barcode column in holdings table (24.11.00,24.05.06)
1861
- [37954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37954) Unable to hide barcode column in holdings table (24.11.00,24.05.06)
1862
  >This fixes hiding the barcode column on the staff interface for a record's holdings table. You can now turn on or off hiding the barcode by default, and select the display of the barcode column using the 'Columns' setting.
1862
  >This fixes hiding the barcode column on the staff interface for a record's holdings table. You can now turn on or off hiding the barcode by default, and select the display of the barcode column using the 'Columns' setting.
1863
- [37955](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37955) Clicking table's 'configure' button no longer opens column settings page properly (24.11.00)
1863
- [37955](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37955) Clicking table's 'configure' button no longer opens column settings page properly (24.11.00)
1864
- [37980](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37980) Style corrections for installer and onboarding following Bootstrap 5 update (24.11.00)
1864
- [37980](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37980) Style corrections for installer and onboarding following Bootstrap 5 update (24.11.00)
1865
- [38071](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38071) "Clear filter" on catalogue details page always disabled (24.11.00, 24.05.06)
1865
- [38071](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38071) "Clear filter" on catalogue details page always disabled (24.11.00, 24.05.06)
1866
- [38130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38130) Cannot filter items on library name (24.11.00,24.05.06)
1866
- [38130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38130) Cannot filter items on library name (24.11.00,24.05.06)
1867
- [38146](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38146) Last seen date is missing the time in the item holdings table (24.11.00,24.05.06)
1867
- [38146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38146) Last seen date is missing the time in the item holdings table (24.11.00,24.05.06)
1868
- [38191](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38191) Suggestions filters do not expand (24.11.00)
1868
- [38191](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38191) Suggestions filters do not expand (24.11.00)
1869
- [38192](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38192) State not restored correctly on suggestion tables (24.11.00)
1869
- [38192](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38192) State not restored correctly on suggestion tables (24.11.00)
1870
- [38240](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38240) Filtering resulting in no result will hide filters (24.11.00,24.05.06)
1870
- [38240](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38240) Filtering resulting in no result will hide filters (24.11.00,24.05.06)
1871
- [38312](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38312) Patron form behind fixed header (24.11.00)
1871
- [38312](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38312) Patron form behind fixed header (24.11.00)
1872
- [38379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38379) Remove obsolete Bootstrap classes from installer templates (24.11.00)
1872
- [38379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38379) Remove obsolete Bootstrap classes from installer templates (24.11.00)
1873
- [38444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38444) Bug 34147 follow-up: add tests (24.11.00)
1873
- [38444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38444) Bug 34147 follow-up: add tests (24.11.00)
1874
- [38482](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38482) Disable save state for items tables (24.11.00)
1874
- [38482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38482) Disable save state for items tables (24.11.00)
1875
- [38484](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38484) Filters on the "Holds to pull" page is broken (24.11.00)
1875
- [38484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38484) Filters on the "Holds to pull" page is broken (24.11.00)
1876
- [34185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34185) Code mixes OpacItemLocation and OPACItemLocation (24.11.00)
1876
- [34185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34185) Code mixes OpacItemLocation and OPACItemLocation (24.11.00)
1877
- [35257](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35257) Only admin start page uses "circulation desks" (24.11.00,24.05.06)
1877
- [35257](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35257) Only admin start page uses "circulation desks" (24.11.00,24.05.06)
1878
  >This changes the Koha administration page title for "Circulation desks" to "Desks" for consistency - all other areas such as the sidebar, page titles, and breadcrumbs all use just "Desks". It also updates the UseCirculationDesks system preference description.
1878
  >This changes the Koha administration page title for "Circulation desks" to "Desks" for consistency - all other areas such as the sidebar, page titles, and breadcrumbs all use just "Desks". It also updates the UseCirculationDesks system preference description.
1879
- [36217](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36217) Jobs page include last hour filter does not work (24.11.00)
1879
- [36217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36217) Jobs page include last hour filter does not work (24.11.00)
1880
1880
1881
  **Sponsored by** *Koha-Suomi Oy*
1881
  **Sponsored by** *Koha-Suomi Oy*
1882
- [36276](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36276) Cannot edit identity provider after creation (24.11.00,24.05.04)
1882
- [36276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36276) Cannot edit identity provider after creation (24.11.00,24.05.04)
1883
  >This fixes the identity provider and domain forms so that the information is now editable (Administration > Additional parameters > Identity providers).
1883
  >This fixes the identity provider and domain forms so that the information is now editable (Administration > Additional parameters > Identity providers).
1884
1884
1885
  **Sponsored by** *Athens County Public Libraries*
1885
  **Sponsored by** *Athens County Public Libraries*
1886
- [36527](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36527) Patron category or item type not changing when editing another circulation rule (24.11.00,24.05.02,23.11.07)
1886
- [36527](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36527) Patron category or item type not changing when editing another circulation rule (24.11.00,24.05.02,23.11.07)
1887
  >This fixes editing circulation rules, where the patron category and item type didn't change when you were editing one rule and then changed to editing another rule. This could happen if you were: 1. Editing a rule. 2. Clicked on Edit to change another rule. 3. Confirmed that you wanted to edit another rule. Depending on your rules, the values for the patron category or item type in the editing row may not have changed.
1887
  >This fixes editing circulation rules, where the patron category and item type didn't change when you were editing one rule and then changed to editing another rule. This could happen if you were: 1. Editing a rule. 2. Clicked on Edit to change another rule. 3. Confirmed that you wanted to edit another rule. Depending on your rules, the values for the patron category or item type in the editing row may not have changed.
1888
- [36672](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36672) Circulation rules are performing too many lookups (24.11.00,24.05.02)
1888
- [36672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36672) Circulation rules are performing too many lookups (24.11.00,24.05.02)
1889
  >This improves the performance of the circulation and rules page by reducing the number of lookups. This should improve the page loading times (including when editing and saving) when a library has many categories and item types.
1889
  >This improves the performance of the circulation and rules page by reducing the number of lookups. This should improve the page loading times (including when editing and saving) when a library has many categories and item types.
1890
- [36880](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36880) Record overlay rules are not validated on add or edit (24.11.00,24.05.02)
1890
- [36880](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36880) Record overlay rules are not validated on add or edit (24.11.00,24.05.02)
1891
  >This fixes the record overlay rules page so that a tag is now required when adding and editing a rule.
1891
  >This fixes the record overlay rules page so that a tag is now required when adding and editing a rule.
1892
- [36907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36907) OAI set mapping form field maxlength should match table column sizes (24.11.00,24.05.04,23.11.10)
1892
- [36907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36907) OAI set mapping form field maxlength should match table column sizes (24.11.00,24.05.04,23.11.10)
1893
  >This fixes the OIA set mappings form so that you can't enter more characters than the maximum length for the input fields (Field (3), Subfield (1), and Value (80)). Previously, you could enter more characters - however, when you saved the form it generated an error.
1893
  >This fixes the OIA set mappings form so that you can't enter more characters than the maximum length for the input fields (Field (3), Subfield (1), and Value (80)). Previously, you could enter more characters - however, when you saved the form it generated an error.
1894
- [36922](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36922) Correct hint on date patron attributes not being repeatable (24.11.00,24.05.02)
1894
- [36922](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36922) Correct hint on date patron attributes not being repeatable (24.11.00,24.05.02)
1895
  >This updates the hint text for "Is a date" when adding a patron attribute - date fields are now repeatable (an enhancement added to Koha 24.05 by bug 32610).
1895
  >This updates the hint text for "Is a date" when adding a patron attribute - date fields are now repeatable (an enhancement added to Koha 24.05 by bug 32610).
1896
- [36926](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36926) Move syspref PlaceHoldsOnOrdersFromSuggestions (24.11.00)
1896
- [36926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36926) Move syspref PlaceHoldsOnOrdersFromSuggestions (24.11.00)
1897
  >This moves the PlaceHoldsOnOrdersFromSuggestions system preference from the Acquisitions > Printing section to the Circulation > Holds policy section.
1897
  >This moves the PlaceHoldsOnOrdersFromSuggestions system preference from the Acquisitions > Printing section to the Circulation > Holds policy section.
1898
- [37157](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37157) Error 500 when loading identity provider list (24.11.00,24.05.02,23.11.07)
1898
- [37157](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37157) Error 500 when loading identity provider list (24.11.00,24.05.02,23.11.07)
1899
  >This fixes the listing of identity providers (Administration > Additional parameters > Identity providers) when special characters are used in the configuration and mapping fields (such as "scope": "élève"). Previously, using special characters in these fields caused a 500 error when viewing the Administration > Identity providers page.
1899
  >This fixes the listing of identity providers (Administration > Additional parameters > Identity providers) when special characters are used in the configuration and mapping fields (such as "scope": "élève"). Previously, using special characters in these fields caused a 500 error when viewing the Administration > Identity providers page.
1900
- [37163](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37163) Fix the redirect after deleting a tag from an authority framework to load the right page (24.11.00,24.05.02,23.11.07)
1900
- [37163](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37163) Fix the redirect after deleting a tag from an authority framework to load the right page (24.11.00,24.05.02,23.11.07)
1901
  >This fixes the redirect after deleting a tag from an authority framework. After confirming the deletion of a tag, you are now returned to where you were in the list of tags for the authority type, instead of tag 000 (this now matches the behavour when deleting tags for a MARC framework - see bug 37161).
1901
  >This fixes the redirect after deleting a tag from an authority framework. After confirming the deletion of a tag, you are now returned to where you were in the list of tags for the authority type, instead of tag 000 (this now matches the behavour when deleting tags for a MARC framework - see bug 37161).
1902
- [37209](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37209) Improve record overlay rules validation and styling (24.11.00)
1902
- [37209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37209) Improve record overlay rules validation and styling (24.11.00)
1903
- [37229](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37229) Table configuration listings for course reserves incorrect (24.11.00,24.05.06)
1903
- [37229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37229) Table configuration listings for course reserves incorrect (24.11.00,24.05.06)
1904
1904
1905
  **Sponsored by** *Athens County Public Libraries*
1905
  **Sponsored by** *Athens County Public Libraries*
1906
- [37329](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37329) Typo: authorised value in patron attribute types (24.11.00,24.05.06)
1906
- [37329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37329) Typo: authorised value in patron attribute types (24.11.00,24.05.06)
1907
- [37404](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37404) Typo in intranetreadinghistory description (24.11.00,24.05.06)
1907
- [37404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37404) Typo in intranetreadinghistory description (24.11.00,24.05.06)
1908
- [37461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37461) Typo in SMSSendAdditionalOptions description (24.11.00,24.05.04)
1908
- [37461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37461) Typo in SMSSendAdditionalOptions description (24.11.00,24.05.04)
1909
- [37606](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37606) Framework export module should escape double quotes (24.11.00,24.05.06)
1909
- [37606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37606) Framework export module should escape double quotes (24.11.00,24.05.06)
1910
- [37662](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37662) Library information - text inconsistencies between the table, edit form, and display page (24.11.00)
1910
- [37662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37662) Library information - text inconsistencies between the table, edit form, and display page (24.11.00)
1911
  >This fixes some text inconsistencies for the library information listing page, and the add, view and modify library pages. This includes:
1911
  >This fixes some text inconsistencies for the library information listing page, and the add, view and modify library pages. This includes:
1912
  >1. Using the message "Library hours not set" for the text if no hours are set.
1912
  >1. Using the message "Library hours not set" for the text if no hours are set.
1913
  >2. Using "Library hours" for the column and field name for library hours.
1913
  >2. Using "Library hours" for the column and field name for library hours.
1914
  >3. Adding a missing colon (:) for the "MARC organization code" field.
1914
  >3. Adding a missing colon (:) for the "MARC organization code" field.
1915
  >4. Spelling "information" in full for the previously labelled "OPAC info" field.
1915
  >4. Spelling "information" in full for the previously labelled "OPAC info" field.
1916
  >5. Updating the hint text for the IP, MARC organization code, and Public fields.
1916
  >5. Updating the hint text for the IP, MARC organization code, and Public fields.
1917
- [37765](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37765) Fix forms that POST without an op in systempreferences (24.11.00)
1917
- [37765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37765) Fix forms that POST without an op in systempreferences (24.11.00)
1918
1918
1919
  **Sponsored by** *Chetco Community Public Library*
1919
  **Sponsored by** *Chetco Community Public Library*
1920
- [37766](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37766) Fix forms that POST without an op in MARC bibliographic frameworks (24.11.00,24.05.06)
1920
- [37766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37766) Fix forms that POST without an op in MARC bibliographic frameworks (24.11.00,24.05.06)
1921
1921
1922
  **Sponsored by** *Chetco Community Public Library*
1922
  **Sponsored by** *Chetco Community Public Library*
1923
- [37767](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37767) Fix forms that POST without an op in Authority types (24.11.00)
1923
- [37767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37767) Fix forms that POST without an op in Authority types (24.11.00)
1924
1924
1925
  **Sponsored by** *Chetco Community Public Library*
1925
  **Sponsored by** *Chetco Community Public Library*
1926
- [37768](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37768) Fix form that POSTs without an op in itemtype administration (24.11.00)
1926
- [37768](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37768) Fix form that POSTs without an op in itemtype administration (24.11.00)
1927
1927
1928
  **Sponsored by** *Chetco Community Public Library*
1928
  **Sponsored by** *Chetco Community Public Library*
1929
- [37769](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37769) Fix forms that POST without an op in currency administration (24.11.00)
1929
- [37769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37769) Fix forms that POST without an op in currency administration (24.11.00)
1930
1930
1931
  **Sponsored by** *Chetco Community Public Library*
1931
  **Sponsored by** *Chetco Community Public Library*
1932
- [37905](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37905) Correctly fix the "last hour" filter on the job list (24.11.00,24.05.06)
1932
- [37905](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37905) Correctly fix the "last hour" filter on the job list (24.11.00,24.05.06)
1933
- [38293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38293) Cannot add Specific OPAC JS or CSS (24.11.00)
1933
- [38293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38293) Cannot add Specific OPAC JS or CSS (24.11.00)
1934
  >This fixes adding Specific OPAC JS and Specific OPAC CSS for libraries - you can now add or edit these settings. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1934
  >This fixes adding Specific OPAC JS and Specific OPAC CSS for libraries - you can now add or edit these settings. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1935
- [38309](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38309) Cannot delete additional fields (24.11.00)
1935
- [38309](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38309) Cannot delete additional fields (24.11.00)
1936
  >This fixes deleting additional fields (Administration - Additional parameters > Additional fields) - deleting fields now works as expected. Previously, attempting to delete a field would generate a blank page and the field was not deleted. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1936
  >This fixes deleting additional fields (Administration - Additional parameters > Additional fields) - deleting fields now works as expected. Previously, attempting to delete a field would generate a blank page and the field was not deleted. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1937
1937
1938
  **Sponsored by** *Chetco Community Public Library*
1938
  **Sponsored by** *Chetco Community Public Library*
1939
- [30699](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30699) Fix various HTML validity errors in staff interface templates (24.11.00)
1939
- [30699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30699) Fix various HTML validity errors in staff interface templates (24.11.00)
1940
1940
1941
  **Sponsored by** *Athens County Public Libraries*
1941
  **Sponsored by** *Athens County Public Libraries*
1942
- [33178](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33178) Use template wrapper for authority and bibliographic subfield entry form tabs (24.11.00)
1942
- [33178](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33178) Use template wrapper for authority and bibliographic subfield entry form tabs (24.11.00)
1943
- [34183](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34183) Remove MARC format hint from OPACResultsLibrary description (24.11.00)
1943
- [34183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34183) Remove MARC format hint from OPACResultsLibrary description (24.11.00)
1944
  >This correction removes an obsolete hint from the OPACResultsLibrary system preference description. It is no longer necessary to specify which MARC formats are supported.
1944
  >This correction removes an obsolete hint from the OPACResultsLibrary system preference description. It is no longer necessary to specify which MARC formats are supported.
1945
- [34573](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34573) Inconsistencies in acquisitions modify vendor title tag (24.11.00,24.05.02,23.11.07)
1945
- [34573](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34573) Inconsistencies in acquisitions modify vendor title tag (24.11.00,24.05.02,23.11.07)
1946
  >This fixes page title, breadcrumb, and browser page title inconsistencies when adding and modifying vendor details in acquisitions.
1946
  >This fixes page title, breadcrumb, and browser page title inconsistencies when adding and modifying vendor details in acquisitions.
1947
- [34706](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34706) Capitalization: Cas login (24.11.00,24.05.02,23.11.07)
1947
- [34706](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34706) Capitalization: Cas login (24.11.00,24.05.02,23.11.07)
1948
  >This fixes a capitalization error. CAS is an abbreviation, and should be CAS on the login form (used when casAuthentication is enabled and configured).
1948
  >This fixes a capitalization error. CAS is an abbreviation, and should be CAS on the login form (used when casAuthentication is enabled and configured).
1949
- [35232](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35232) Misspelled ID breaks label on patron lists form (24.11.00,24.05.06)
1949
- [35232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35232) Misspelled ID breaks label on patron lists form (24.11.00,24.05.06)
1950
- [35235](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35235) Mismatched label on notice edit form (24.11.00,25.05.04,23.11.09)
1950
- [35235](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35235) Mismatched label on notice edit form (24.11.00,25.05.04,23.11.09)
1951
- [35236](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35236) Mismatched label on patron card batch edit form (24.11.00,24.05.04,23.11.09)
1951
- [35236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35236) Mismatched label on patron card batch edit form (24.11.00,24.05.04,23.11.09)
1952
  >This fixes the "Batch description" label when editing a patron card batch (Tools > Patrons and circulation > Patron card creator > Manage > Card batches > Edit). When you click on the batch description label, the input field is now selected and you can enter the batch description. Before this, you had to click in the field to add the description.
1952
  >This fixes the "Batch description" label when editing a patron card batch (Tools > Patrons and circulation > Patron card creator > Manage > Card batches > Edit). When you click on the batch description label, the input field is now selected and you can enter the batch description. Before this, you had to click in the field to add the description.
1953
- [35238](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238) Incorrect label markup in patron card creator printer profile edit form (24.11.00,24.05.06)
1953
- [35238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238) Incorrect label markup in patron card creator printer profile edit form (24.11.00,24.05.06)
1954
- [35239](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35239) Missing form field ids in batch patron modification template (24.11.00,24.05.06)
1954
- [35239](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35239) Missing form field ids in batch patron modification template (24.11.00,24.05.06)
1955
  >This fixes the batch patron modification edit form labels so that they all have IDs, and the input box now receive the focus when clicking on the label (this includes patron attribute fields, but excludes date fields). This is an accessibility improvement. Before this, you had to click in the input box to add a value.
1955
  >This fixes the batch patron modification edit form labels so that they all have IDs, and the input box now receive the focus when clicking on the label (this includes patron attribute fields, but excludes date fields). This is an accessibility improvement. Before this, you had to click in the input box to add a value.
1956
1956
1957
  **Sponsored by** *Athens County Public Libraries*
1957
  **Sponsored by** *Athens County Public Libraries*
1958
- [35240](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35240) Missing form field ids in rotating collection edit form (24.11.00,24.05.02,23.11.07)
1958
- [35240](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35240) Missing form field ids in rotating collection edit form (24.11.00,24.05.02,23.11.07)
1959
  >This adds missing IDs to the rotating collections edit form (Tools > Rotating collections > edit a rotating collection (Actions > Edit)).
1959
  >This adds missing IDs to the rotating collections edit form (Tools > Rotating collections > edit a rotating collection (Actions > Edit)).
1960
- [36338](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36338) Capitalization: Card number or Userid may already exist. (24.11.00,24.05.02,23.11.07)
1960
- [36338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36338) Capitalization: Card number or Userid may already exist. (24.11.00,24.05.02,23.11.07)
1961
  >This fixes the text for the warning message in the web installer onboarding section when creating the Koha administrator patron - where the card number or username already exists. It now uses "username" instead of "Userid", and updates the surrounding text:
1961
  >This fixes the text for the warning message in the web installer onboarding section when creating the Koha administrator patron - where the card number or username already exists. It now uses "username" instead of "Userid", and updates the surrounding text:
1962
  >. Previous text: The patron has not been created! Card number or Userid may already exist.
1962
  >. Previous text: The patron has not been created! Card number or Userid may already exist.
1963
  >. Updated text: The patron was not created! The card number or username already exists.
1963
  >. Updated text: The patron was not created! The card number or username already exists.
1964
- [36885](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36885) Missing tooltip on budget planning page (24.11.00,24.05.04,23.11.09)
1964
- [36885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36885) Missing tooltip on budget planning page (24.11.00,24.05.04,23.11.09)
1965
  >This fixes the "Budget locked" tooltip for budget fund planning pages (Administration > Budgets > select a budget that is locked > Funds > Planning > any planning option). The tooltip was not styled correctly for fund names - it now has white text on a black background.
1965
  >This fixes the "Budget locked" tooltip for budget fund planning pages (Administration > Budgets > select a budget that is locked > Funds > Planning > any planning option). The tooltip was not styled correctly for fund names - it now has white text on a black background.
1966
- [36905](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36905) Terminology: home locations / home collections (24.11.00,24.05.06)
1966
- [36905](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36905) Terminology: home locations / home collections (24.11.00,24.05.06)
1967
  >This removes the unnecessary word "home" from several aria-labels in OPAC search facets. For example, "Show more home locations" was changed to "Show more locations". (Note that there is no visible change to the OPAC.)
1967
  >This removes the unnecessary word "home" from several aria-labels in OPAC search facets. For example, "Show more home locations" was changed to "Show more locations". (Note that there is no visible change to the OPAC.)
1968
- [36909](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36909) Eliminate duplicate ID in cookie consent markup (24.11.00,24.05.02)
1968
- [36909](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36909) Eliminate duplicate ID in cookie consent markup (24.11.00,24.05.02)
1969
  >This fixes HTML validation warnings about duplicate IDs in the cookie consent markup for the OPAC and staff interface.
1969
  >This fixes HTML validation warnings about duplicate IDs in the cookie consent markup for the OPAC and staff interface.
1970
- [36961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36961) Typo: itms (24.11.00,24.05.02)
1970
- [36961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36961) Typo: itms (24.11.00,24.05.02)
1971
  >This fixes a spelling mistake in the opacreadinghistory system preference description - it changes 'itms' to 'items'.
1971
  >This fixes a spelling mistake in the opacreadinghistory system preference description - it changes 'itms' to 'items'.
1972
- [37002](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37002) Correct several HTML markup errors (24.11.00,24.05.02)
1972
- [37002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37002) Correct several HTML markup errors (24.11.00,24.05.02)
1973
  >This fixes several minor HTML markup validation errors for the bibliographic detail page in the staff interface.
1973
  >This fixes several minor HTML markup validation errors for the bibliographic detail page in the staff interface.
1974
- [37030](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37030) Use template wrapper for breadcrumbs: Cash register stats (24.11.00,24.05.04,23.11.09)
1974
- [37030](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37030) Use template wrapper for breadcrumbs: Cash register stats (24.11.00,24.05.04,23.11.09)
1975
- [37161](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37161) After deleting a tag in a MARC framework, confirmation page is blank (24.11.00,24.05.02)
1975
- [37161](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37161) After deleting a tag in a MARC framework, confirmation page is blank (24.11.00,24.05.02)
1976
  >This removes the "Tag deleted" page after deleting a MARC framework tag. After confirming the deletion of a tag, you are now returned to you where you were in the list of tags for the framework (this now matches the behavour when deleting tags for an authority type - see bug 37163). 
1976
  >This removes the "Tag deleted" page after deleting a MARC framework tag. After confirming the deletion of a tag, you are now returned to you where you were in the list of tags for the framework (this now matches the behavour when deleting tags for an authority type - see bug 37163). 
1977
  >
1977
  >
1978
  >It also fixes the blank page that was displayed after confirming the tag deletion - this was related to the CSRF changes added in Koha 24.05 to improve form security.
1978
  >It also fixes the blank page that was displayed after confirming the tag deletion - this was related to the CSRF changes added in Koha 24.05 to improve form security.
1979
- [37162](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37162) Remove dead confirmation code when deleting tags from authority frameworks (24.11.00,24.05.02,23.11.07)
1979
- [37162](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37162) Remove dead confirmation code when deleting tags from authority frameworks (24.11.00,24.05.02,23.11.07)
1980
  >This removes redundant code that is no longer used when deleting authority tags. A previous change removed the extra page displayed after confirming the deletion an authority tag - this required you to click OK, and then you were returned to the list of tags.
1980
  >This removes redundant code that is no longer used when deleting authority tags. A previous change removed the extra page displayed after confirming the deletion an authority tag - this required you to click OK, and then you were returned to the list of tags.
1981
- [37231](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37231) (Bug 34940 follow-up) Highlight logged-in library in facets does not work with ES (24.11.00,24.05.06)
1981
- [37231](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37231) (Bug 34940 follow-up) Highlight logged-in library in facets does not work with ES (24.11.00,24.05.06)
1982
1982
1983
  **Sponsored by** *Ignatianum University in Cracow*
1983
  **Sponsored by** *Ignatianum University in Cracow*
1984
- [37242](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37242) Don't use the term branch in cash register administration (24.11.00,24.05.06)
1984
- [37242](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37242) Don't use the term branch in cash register administration (24.11.00,24.05.06)
1985
- [37264](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37264) Fix delete button on staff interface's suggestion detail page (24.11.00,24.05.06)
1985
- [37264](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37264) Fix delete button on staff interface's suggestion detail page (24.11.00,24.05.06)
1986
1986
1987
  **Sponsored by** *Athens County Public Libraries*
1987
  **Sponsored by** *Athens County Public Libraries*
1988
- [37496](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37496) Link to item details from holdings table links to all items (24.11.00,24.05.04)
1988
- [37496](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37496) Link to item details from holdings table links to all items (24.11.00,24.05.04)
1989
  >When clicking on an item barcode to view the details of that item, Koha usually displays a page showing just that item. The barcode link from the item holdings table on a bibliographic record was linking to a page showing the details for all items on the record, which can load very slowly when there are many items. This fixes the link so that it links only to that specific item.
1989
  >When clicking on an item barcode to view the details of that item, Koha usually displays a page showing just that item. The barcode link from the item holdings table on a bibliographic record was linking to a page showing the details for all items on the record, which can load very slowly when there are many items. This fixes the link so that it links only to that specific item.
1990
- [37595](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37595) Double HTML escaped ampersand in pagination bar (24.11.00,24.05.06)
1990
- [37595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37595) Double HTML escaped ampersand in pagination bar (24.11.00,24.05.06)
1991
- [37643](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37643) Check for NaN instead of truthiness if calendar.inc accepts_time (24.11.00,24.05.04)
1991
- [37643](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37643) Check for NaN instead of truthiness if calendar.inc accepts_time (24.11.00,24.05.04)
1992
- [37759](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37759) Duplicated "Set library" menu item caused by bad merge (24.11.00)
1992
- [37759](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37759) Duplicated "Set library" menu item caused by bad merge (24.11.00)
1993
- [37795](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37795) job-progress.inc progress bar broken by Bootstrap5 upgrade (24.11.00)
1993
- [37795](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37795) job-progress.inc progress bar broken by Bootstrap5 upgrade (24.11.00)
1994
1994
1995
  **Sponsored by** *Chetco Community Public Library*
1995
  **Sponsored by** *Chetco Community Public Library*
1996
- [37846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37846) Serial prediction pattern test appears at the bottom of the page (24.11.00)
1996
- [37846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37846) Serial prediction pattern test appears at the bottom of the page (24.11.00)
1997
  >This fixes the test prediction pattern when adding a new subscription for a serial - the prediction pattern was appearing at the bottom of the page, instead of in a column to the right. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1997
  >This fixes the test prediction pattern when adding a new subscription for a serial - the prediction pattern was appearing at the bottom of the page, instead of in a column to the right. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1998
- [37848](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37848) "Run with template" options need formatting (24.11.00,24.05.06)
1998
- [37848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37848) "Run with template" options need formatting (24.11.00,24.05.06)
1999
1999
2000
  **Sponsored by** *Athens County Public Libraries*
2000
  **Sponsored by** *Athens County Public Libraries*
2001
- [37910](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37910) Minor spacing issues in the catalog concerns page (24.11.00)
2001
- [37910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37910) Minor spacing issues in the catalog concerns page (24.11.00)
2002
- [37912](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37912) Catalog concerns - Broken link under concern title (24.11.00)
2002
- [37912](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37912) Catalog concerns - Broken link under concern title (24.11.00)
2003
- [37945](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37945) Links for system preferences subsections don't work (24.11.00)
2003
- [37945](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37945) Links for system preferences subsections don't work (24.11.00)
2004
- [37946](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37946) Double menu when clicking the caret in Z39.50 search (24.11.00)
2004
- [37946](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37946) Double menu when clicking the caret in Z39.50 search (24.11.00)
2005
- [37977](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37977) Fix some issues with labels in inventory form (24.11.00,24.05.06)
2005
- [37977](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37977) Fix some issues with labels in inventory form (24.11.00,24.05.06)
2006
2006
2007
  **Sponsored by** *Chetco Community Public Library*
2007
  **Sponsored by** *Chetco Community Public Library*
2008
- [38066](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38066) Pop-up window footers can block page content (24.11.00,24.05.06)
2008
- [38066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38066) Pop-up window footers can block page content (24.11.00,24.05.06)
2009
  >This fixes the display of some dialog boxes, such as the authority record search plugin when editing 100$a, so that the content at the bottom (such as search results) is not obscured by the footer navigation.
2009
  >This fixes the display of some dialog boxes, such as the authority record search plugin when editing 100$a, so that the content at the bottom (such as search results) is not obscured by the footer navigation.
2010
2010
2011
  **Sponsored by** *Athens County Public Libraries*
2011
  **Sponsored by** *Athens County Public Libraries*
2012
- [38129](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38129) Add note regarding permissions in suggestion manager search pop-up modal (24.11.00)
2012
- [38129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38129) Add note regarding permissions in suggestion manager search pop-up modal (24.11.00)
2013
- [38346](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38346) Make sidebar checkboxes consistent (24.11.00)
2013
- [38346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38346) Make sidebar checkboxes consistent (24.11.00)
2014
2014
2015
  **Sponsored by** *Athens County Public Libraries*
2015
  **Sponsored by** *Athens County Public Libraries*
2016
- [38380](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38380) Fix other instances of obsolete col-*-offset classes from templates (24.11.00)
2016
- [38380](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38380) Fix other instances of obsolete col-*-offset classes from templates (24.11.00)
2017
- [34838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838) The ILL module and tests generate warnings (24.11.00,24.05.02,23.11.07)
2017
- [34838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838) The ILL module and tests generate warnings (24.11.00,24.05.02,23.11.07)
2018
  >This fixes the cause of several warnings generated by the tests for the inter-library loan (ILL) module.
2018
  >This fixes the cause of several warnings generated by the tests for the inter-library loan (ILL) module.
2019
- [36919](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36919) t/db_dependent/Koha/Object.t produces warnings (24.11.00,24.05.06)
2019
- [36919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36919) t/db_dependent/Koha/Object.t produces warnings (24.11.00,24.05.06)
2020
- [36935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36935) BackgroundJob/ImportKBARTFile.t generates warnings (24.11.00,24.05.06)
2020
- [36935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36935) BackgroundJob/ImportKBARTFile.t generates warnings (24.11.00,24.05.06)
2021
- [36936](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36936) api/v1/bookings.t generates warnings (24.11.00,24.05.06)
2021
- [36936](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36936) api/v1/bookings.t generates warnings (24.11.00,24.05.06)
2022
- [36937](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36937) api/v1/password_validation.t generates warnings (24.11.00,24.05.02,23.11.07,23.05.15)
2022
- [36937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36937) api/v1/password_validation.t generates warnings (24.11.00,24.05.02,23.11.07,23.05.15)
2023
  >This fixes the cause of a warning for the t/db_dependent/api/v1/password_validation.t tests (warning fixed: Use of uninitialized value $status in numeric eq (==)).
2023
  >This fixes the cause of a warning for the t/db_dependent/api/v1/password_validation.t tests (warning fixed: Use of uninitialized value $status in numeric eq (==)).
2024
- [36938](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36938) Biblio.t generates warnings (24.11.00,24.05.02,23.11.07)
2024
- [36938](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36938) Biblio.t generates warnings (24.11.00,24.05.02,23.11.07)
2025
  >This fixes the cause of warnings generated by the bibliographic tests.
2025
  >This fixes the cause of warnings generated by the bibliographic tests.
2026
- [36944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36944) Auth.t should not fail when AutoLocation is enabled (24.11.00,24.05.06)
2026
- [36944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36944) Auth.t should not fail when AutoLocation is enabled (24.11.00,24.05.06)
2027
- [36999](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36999) 00-strict.t fails to find koha_perl_deps.pl (24.11.00,24.05.02,23.11.07)
2027
- [36999](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36999) 00-strict.t fails to find koha_perl_deps.pl (24.11.00,24.05.02,23.11.07)
2028
  >This fixes the tests in t/db_dependent/00-strict.t. The tests were failing as a file (koha_perl_deps.pl) was moved and is no longer required for these tests.
2028
  >This fixes the tests in t/db_dependent/00-strict.t. The tests were failing as a file (koha_perl_deps.pl) was moved and is no longer required for these tests.
2029
- [37283](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37283) t/db_dependent/selenium/authentication.t is failing (24.11.00,24.05.06)
2029
- [37283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37283) t/db_dependent/selenium/authentication.t is failing (24.11.00,24.05.06)
2030
- [37289](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37289) t/db_dependent/api/v1/authorised_values.t is failing under specific circumstances (24.11.00,24.05.06)
2030
- [37289](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37289) t/db_dependent/api/v1/authorised_values.t is failing under specific circumstances (24.11.00,24.05.06)
2031
- [37302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37302) xt/api.t should fail if swagger-cli is missing (24.11.00,24.05.04)
2031
- [37302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37302) xt/api.t should fail if swagger-cli is missing (24.11.00,24.05.04)
2032
  >This fixes the tests in xt/api.t. It was skipping tests if swagger-cli was missing, which meant that some tests weren't being run when they should be. The tests now fail if swagger-cli isn't found.
2032
  >This fixes the tests in xt/api.t. It was skipping tests if swagger-cli was missing, which meant that some tests weren't being run when they should be. The tests now fail if swagger-cli isn't found.
2033
  >
2033
  >
2034
  >It also adds swagger-cli 4.0.4+ to the devDependancies section of package.json.
2034
  >It also adds swagger-cli 4.0.4+ to the devDependancies section of package.json.
2035
- [37490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37490) Add test to detect when yarn.lock is not updated (24.11.00,24.05.06)
2035
- [37490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37490) Add test to detect when yarn.lock is not updated (24.11.00,24.05.06)
2036
- [37607](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37607) t/cypress/integration/ERM/DataProviders_spec.ts fails (24.11.00,24.05.04,23.11.09)
2036
- [37607](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37607) t/cypress/integration/ERM/DataProviders_spec.ts fails (24.11.00,24.05.04,23.11.09)
2037
- [37620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37620) Fix randomly failing tests for cypress/integration/InfiniteScrollSelect_spec.ts (24.11.00,24.05.04)
2037
- [37620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37620) Fix randomly failing tests for cypress/integration/InfiniteScrollSelect_spec.ts (24.11.00,24.05.04)
2038
- [37623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37623) t/db_dependent/Letters.t tests fails to consider EmailFieldPrimary system preference (24.11.00,24.05.04,23.11.10)
2038
- [37623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37623) t/db_dependent/Letters.t tests fails to consider EmailFieldPrimary system preference (24.11.00,24.05.04,23.11.10)
2039
2039
2040
  **Sponsored by** *Pymble Ladies' College*
2040
  **Sponsored by** *Pymble Ladies' College*
2041
- [37870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37870) UI/Form/Builder/Item.t and Biblio.t are still failing randomly (cn_source sort) (24.11.00)
2041
- [37870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37870) UI/Form/Builder/Item.t and Biblio.t are still failing randomly (cn_source sort) (24.11.00)
2042
- [37898](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37898) All db dependent tests should run within a transaction (24.11.00)
2042
- [37898](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37898) All db dependent tests should run within a transaction (24.11.00)
2043
- [37917](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37917) RecordSources_spec.ts is failing randomly (24.11.00)
2043
- [37917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37917) RecordSources_spec.ts is failing randomly (24.11.00)
2044
- [37929](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37929) Cypress tests for agreements aren't all running (24.11.00)
2044
- [37929](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37929) Cypress tests for agreements aren't all running (24.11.00)
2045
- [37963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37963) Improve error handling and testing of ERM eUsage SUSHI (24.11.00)
2045
- [37963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37963) Improve error handling and testing of ERM eUsage SUSHI (24.11.00)
2046
- [38043](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38043) KohaTimes filter is missing tests (24.11.00)
2046
- [38043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38043) KohaTimes filter is missing tests (24.11.00)
2047
- [38322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38322) Wrong comment in t/db_dependent/api/v1/erm_users.t (24.11.00)
2047
- [38322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38322) Wrong comment in t/db_dependent/api/v1/erm_users.t (24.11.00)
2048
- [38418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38418) SIP/Transaction.t fails if wrong `dateformat` set (24.11.00)
2048
- [38418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38418) SIP/Transaction.t fails if wrong `dateformat` set (24.11.00)
2049
- [38501](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38501) Prevent failures of Koha/Booking.t when running tests on an updated database (24.11.00)
2049
- [38501](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38501) Prevent failures of Koha/Booking.t when running tests on an updated database (24.11.00)
2050
- [38513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38513) Fix Biblio.t for Koha_Main_My8 test configuration (24.11.00)
2050
- [38513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38513) Fix Biblio.t for Koha_Main_My8 test configuration (24.11.00)
2051
- [38526](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38526) Auth_with_* tests fail randomly (24.11.00)
2051
- [38526](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38526) Auth_with_* tests fail randomly (24.11.00)
2052
- [35100](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35100) Items assigned to StockRotation do not advance if a hold is triggered before the initial transfer (24.11.00)
2052
- [35100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35100) Items assigned to StockRotation do not advance if a hold is triggered before the initial transfer (24.11.00)
2053
- [36083](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36083) Not able to create customizable areas to intranet home pages that are library specific (24.11.00)
2053
- [36083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36083) Not able to create customizable areas to intranet home pages that are library specific (24.11.00)
2054
- [36128](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36128) Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Overdues.pm (24.11.00,24.05.02,23.11.07)
2054
- [36128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36128) Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Overdues.pm (24.11.00,24.05.02,23.11.07)
2055
  >This fixes the following error message when running the overdues check cronjob on a Koha system without defined overdue rules:
2055
  >This fixes the following error message when running the overdues check cronjob on a Koha system without defined overdue rules:
2056
  >
2056
  >
2057
  >/etc/cron.daily/koha-common: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Overdues.pm line 686.
2057
  >/etc/cron.daily/koha-common: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Overdues.pm line 686.
2058
- [36132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36132) Allow users to delete multiple patron lists at once on any page (24.11.00)
2058
- [36132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36132) Allow users to delete multiple patron lists at once on any page (24.11.00)
2059
  >This fixes patron lists so that when there are more than 20 lists, the lists on the next pages can be deleted. Previously, you were only able to delete the lists on the first page.
2059
  >This fixes patron lists so that when there are more than 20 lists, the lists on the next pages can be deleted. Previously, you were only able to delete the lists on the first page.
2060
- [37186](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37186) Cannot delete a rotating collection (24.11.00,24.05.04)
2060
- [37186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37186) Cannot delete a rotating collection (24.11.00,24.05.04)
2061
- [37243](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37243) Tag moderation actions should be in the last column (24.11.00,24.05.06)
2061
- [37243](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37243) Tag moderation actions should be in the last column (24.11.00,24.05.06)
2062
2062
2063
  **Sponsored by** *Athens County Public Libraries*
2063
  **Sponsored by** *Athens County Public Libraries*
2064
- [37326](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37326) Batch modification should decode barcodes when using a barcode file (24.11.00)
2064
- [37326](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37326) Batch modification should decode barcodes when using a barcode file (24.11.00)
2065
- [37522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37522) Logging item modification should record the original version of the item (24.11.00)
2065
- [37522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37522) Logging item modification should record the original version of the item (24.11.00)
2066
  >Actions logs for changes to items now include the pre and post change item data in the database.
2066
  >Actions logs for changes to items now include the pre and post change item data in the database.
2067
2067
2068
  **Sponsored by** *Ignatianum University in Cracow*
2068
  **Sponsored by** *Ignatianum University in Cracow*
2069
- [37580](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37580) Unique holiday descriptions are not editable (24.11.00,24.05.06)
2069
- [37580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37580) Unique holiday descriptions are not editable (24.11.00,24.05.06)
2070
2070
2071
  **Sponsored by** *Westlake Porter Public Library*
2071
  **Sponsored by** *Westlake Porter Public Library*
2072
- [37730](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37730) Batch patron modification table horizontal scroll causes headers to mismatch (24.11.00,24.05.06)
2072
- [37730](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37730) Batch patron modification table horizontal scroll causes headers to mismatch (24.11.00,24.05.06)
2073
  >This fixes the table for the batch patron modification" tool (Tools > Patrons and circulation > Batch patron modification). When you scrolled down the page so that table header rows are "sticky", and then scrolled to the right, the table header columns were fixed instead of changing to match the column contents.
2073
  >This fixes the table for the batch patron modification" tool (Tools > Patrons and circulation > Batch patron modification). When you scrolled down the page so that table header rows are "sticky", and then scrolled to the right, the table header columns were fixed instead of changing to match the column contents.
2074
- [37779](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37779) Fix forms that POST without an op in tag moderation (24.11.00)
2074
- [37779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37779) Fix forms that POST without an op in tag moderation (24.11.00)
2075
2075
2076
  **Sponsored by** *Chetco Community Public Library*
2076
  **Sponsored by** *Chetco Community Public Library*
2077
- [37785](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37785) Remove dead code in tools/letter.tt that looks like a form that would POST without an op (24.11.00)
2077
- [37785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37785) Remove dead code in tools/letter.tt that looks like a form that would POST without an op (24.11.00)
2078
2078
2079
  **Sponsored by** *Chetco Community Public Library*
2079
  **Sponsored by** *Chetco Community Public Library*
2080
- [37859](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37859) Tabs for record comments are in plain text (related to Bootstrap 5 update) (24.11.00)
2080
- [37859](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37859) Tabs for record comments are in plain text (related to Bootstrap 5 update) (24.11.00)
2081
  >This fixes the tab headings for patron comments (Tools > Patrons and circulation > Comments), so that they are now standard tabs instead of plain text links. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
2081
  >This fixes the tab headings for patron comments (Tools > Patrons and circulation > Comments), so that they are now standard tabs instead of plain text links. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
2082
- [37965](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37965) Fix regression of convert_urls setting in TinyMCE which causes unexpected URL rewriting (24.11.00)
2082
- [37965](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37965) Fix regression of convert_urls setting in TinyMCE which causes unexpected URL rewriting (24.11.00)
2083
- [38266](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38266) Incorrect attribute disabled in patron batch modification (24.11.00)
2083
- [38266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38266) Incorrect attribute disabled in patron batch modification (24.11.00)
2084
- [38275](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38275) Unable to delete patron card creator images (24.11.00,24.05.06)
2084
- [38275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38275) Unable to delete patron card creator images (24.11.00,24.05.06)
2085
  >This fixes deleting images when using the patron card creator's image manager. You could not delete images, and received an error message "WARNING: An unsupported operation was attempted. Please have your system administrator check the error log for details." (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
2085
  >This fixes deleting images when using the patron card creator's image manager. You could not delete images, and received an error message "WARNING: An unsupported operation was attempted. Please have your system administrator check the error log for details." (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
2086
- [38428](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38428) Simplify listing of items on stock rotation page (24.11.00)
2086
- [38428](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38428) Simplify listing of items on stock rotation page (24.11.00)
2087
- [30715](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30715) Terminology: Logs should use staff interface and not intranet for the interface (24.11.00,24.05.02,23.11.07,23.05.15)
2087
- [30715](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30715) Terminology: Logs should use staff interface and not intranet for the interface (24.11.00,24.05.02,23.11.07,23.05.15)
2088
  >This fixes the log viewer so that 'Staff interface' is used instead of 'Intranet' for the filtering option and the value displayed in the log entries interface column.
2088
  >This fixes the log viewer so that 'Staff interface' is used instead of 'Intranet' for the filtering option and the value displayed in the log entries interface column.
2089
  >
2089
  >
2090
  >Note: This does not fix the underlying value recorded in the action_log table (these are added as 'intranet' to the interface column), or the values shown in CSV exports.
2090
  >Note: This does not fix the underlying value recorded in the action_log table (these are added as 'intranet' to the interface column), or the values shown in CSV exports.
2091
- [37182](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37182) 'datetime' field lost on pseudonymization (24.11.00,24.05.02)
2091
- [37182](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37182) 'datetime' field lost on pseudonymization (24.11.00,24.05.02)
2092
  >This fixes a regression where the datetime field was lost when using the pseudonymization command line script added in Koha 24.05 (misc/maintenance/pseudonymize_statistics.pl, see bug 34611). It also adds new tests.
2092
  >This fixes a regression where the datetime field was lost when using the pseudonymization command line script added in Koha 24.05 (misc/maintenance/pseudonymize_statistics.pl, see bug 34611). It also adds new tests.
2093
- [35442](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35442) Script migration_tools/build_oai_sets.pl is missing ORDER BY (24.11.00,24.05.06)
2093
- [35442](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35442) Script migration_tools/build_oai_sets.pl is missing ORDER BY (24.11.00,24.05.06)
2094
- [38131](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38131) ILS-DI documentation still shows renewals instead of renewals_count (24.11.00)
2094
- [38131](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38131) ILS-DI documentation still shows renewals instead of renewals_count (24.11.00)
2095
- [38233](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38233) ILS-DI GetRecords should filter out items hidden in OPAC and use OPAC MARCXML (24.11.00)
2095
- [38233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38233) ILS-DI GetRecords should filter out items hidden in OPAC and use OPAC MARCXML (24.11.00)
2096
  >This updates the ILS-DI GetRecords service to use the OPAC version of the MARCXML and filter items based on their OPAC visibility. For example, if OpacHiddenItems includes "withdrawn: [1]" (hide items with a withdrawn status of 1) and hidelostitems is set to "Don't show", then an ILS_DI request for a record will not show items with a withdrawn status = 1 (Withdrawn). Previously, there was no way to hide hidden items from the ILS-DI request.
2096
  >This updates the ILS-DI GetRecords service to use the OPAC version of the MARCXML and filter items based on their OPAC visibility. For example, if OpacHiddenItems includes "withdrawn: [1]" (hide items with a withdrawn status of 1) and hidelostitems is set to "Don't show", then an ILS_DI request for a record will not show items with a withdrawn status = 1 (Withdrawn). Previously, there was no way to hide hidden items from the ILS-DI request.
2097
2097
2098
## New system preferences
2098
## New system preferences
Lines 2155-2172 have already been fixed in maintenance releases Link Here
2155
The Koha manual is maintained in Sphinx. The home page for Koha
2155
The Koha manual is maintained in Sphinx. The home page for Koha
2156
documentation is
2156
documentation is
2157
2157
2158
- [Koha Documentation](https://koha-community.org/documentation/)
2158
- [Koha Documentation](http://koha-community.org/documentation/)
2159
As of the date of these release notes, the Koha manual is available in the following languages:
2159
As of the date of these release notes, the Koha manual is available in the following languages:
2160
2160
2161
- [Armenian (hy_ARMN)](https://koha-community.org/manual/24.11//html/) (58%)
2161
- [Armenian (hy_ARMN)](http://koha-community.org/manual/24.11//html/) (58%)
2162
- [Bulgarian (bg_CYRL)](https://koha-community.org/manual/24.11//html/) (98%)
2162
- [Bulgarian (bg_CYRL)](http://koha-community.org/manual/24.11//html/) (98%)
2163
- [Chinese (Traditional)](https://koha-community.org/manual/24.11/zh_Hant/html/) (81%)
2163
- [Chinese (Traditional)](http://koha-community.org/manual/24.11/zh_Hant/html/) (81%)
2164
- [English](https://koha-community.org/manual/24.11//html/) (100%)
2164
- [English](http://koha-community.org/manual/24.11//html/) (100%)
2165
- [English (USA)](https://koha-community.org/manual/24.11/en/html/)
2165
- [English (USA)](http://koha-community.org/manual/24.11/en/html/)
2166
- [French](https://koha-community.org/manual/24.11/fr/html/) (52%)
2166
- [French](http://koha-community.org/manual/24.11/fr/html/) (52%)
2167
- [German](https://koha-community.org/manual/24.11/de/html/) (45%)
2167
- [German](http://koha-community.org/manual/24.11/de/html/) (45%)
2168
- [Greek](https://koha-community.org/manual/24.11//html/) (75%)
2168
- [Greek](http://koha-community.org/manual/24.11//html/) (75%)
2169
- [Hindi](https://koha-community.org/manual/24.11/hi/html/) (72%)
2169
- [Hindi](http://koha-community.org/manual/24.11/hi/html/) (72%)
2170
2170
2171
The Git repository for the Koha manual can be found at
2171
The Git repository for the Koha manual can be found at
2172
2172
Lines 2212-2218 Partial translations are available for various other languages. Link Here
2212
2212
2213
The Koha team welcomes additional translations; please see
2213
The Koha team welcomes additional translations; please see
2214
2214
2215
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
2215
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
2216
2216
2217
For information about translating Koha, and join the koha-translate 
2217
For information about translating Koha, and join the koha-translate 
2218
list to volunteer:
2218
list to volunteer:
Lines 2613-2619 line is main. Link Here
2613
Bug reports and feature requests can be filed at the Koha bug
2613
Bug reports and feature requests can be filed at the Koha bug
2614
tracker at:
2614
tracker at:
2615
2615
2616
- [Koha Bugzilla](https://bugs.koha-community.org)
2616
- [Koha Bugzilla](http://bugs.koha-community.org)
2617
2617
2618
He rau ringa e oti ai.
2618
He rau ringa e oti ai.
2619
(Many hands finish the work)
2619
(Many hands finish the work)
(-)a/misc/release_notes/release_notes_25_05_00.md (-688 / +688 lines)
Lines 6-20 package (ILS). Development is sponsored by libraries of varying types Link Here
6
and sizes, volunteers, and support companies from around the world. The
6
and sizes, volunteers, and support companies from around the world. The
7
website for the Koha project is:
7
website for the Koha project is:
8
8
9
- [Koha Community](https://koha-community.org)
9
- [Koha Community](http://koha-community.org)
10
10
11
Koha 25.05.00 can be downloaded from:
11
Koha 25.05.00 can be downloaded from:
12
12
13
- [Download](https://download.koha-community.org/koha-25.05-latest.tar.gz)
13
- [Download](http://download.koha-community.org/koha-25.05-latest.tar.gz)
14
14
15
Installation instructions can be found at:
15
Installation instructions can be found at:
16
16
17
- [Koha Wiki](https://wiki.koha-community.org/wiki/Installation_Documentation)
17
- [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18
- OR in the INSTALL files that come in the tarball
18
- OR in the INSTALL files that come in the tarball
19
19
20
Koha 25.05.00 is a major release, that comes with many new features.
20
Koha 25.05.00 is a major release, that comes with many new features.
Lines 23-29 It includes 5 new features, 186 enhancements, 481 bugfixes. Link Here
23
23
24
**System requirements**
24
**System requirements**
25
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).
26
You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](http://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
27
28
## New features & Enhancements
28
## New features & Enhancements
29
29
Lines 31-62 You can learn about the system components (like OS and database) needed for runn Link Here
31
31
32
#### Enhancements
32
#### Enhancements
33
33
34
- [36039](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36039) The output of audit_database.pl should be accessible through the UI
34
- [36039](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36039) The output of audit_database.pl should be accessible through the UI
35
  >This enhancement makes the misc/maintenance/audit_database.pl script (added in Koha 23.11) available in the staff interface - About Koha > Database audit tab. The script compares the instance's database against kohastructure.sql and identifies any differences that need fixing. This is useful for identifying database issues that should be addressed before running a maintenance or release update.
35
  >This enhancement makes the misc/maintenance/audit_database.pl script (added in Koha 23.11) available in the staff interface - About Koha > Database audit tab. The script compares the instance's database against kohastructure.sql and identifies any differences that need fixing. This is useful for identifying database issues that should be addressed before running a maintenance or release update.
36
- [39154](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39154) About: add a warning for obsoleted sip.log
36
- [39154](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39154) About: add a warning for obsoleted sip.log
37
37
38
### Accessibility
38
### Accessibility
39
39
40
#### Enhancements
40
#### Enhancements
41
41
42
- [39237](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39237) HTML title in head tag doesn't correspond to page title of the "Your summary" page in OPAC
42
- [39237](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39237) HTML title in head tag doesn't correspond to page title of the "Your summary" page in OPAC
43
- [39356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39356) Accessibility 1.3.1:  There are pages where heading levels are skipped
43
- [39356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39356) Accessibility 1.3.1:  There are pages where heading levels are skipped
44
  >This fixes some accessibility issues on OPAC pages where heading levels are missing or skipped. It adds headings where they are missing, or changes the heading levels in the cases where they were incorrect.
44
  >This fixes some accessibility issues on OPAC pages where heading levels are missing or skipped. It adds headings where they are missing, or changes the heading levels in the cases where they were incorrect.
45
45
46
### Acquisitions
46
### Acquisitions
47
47
48
#### New features
48
#### New features
49
49
50
- [38010](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010) Migrate vendors to Vue
50
- [38010](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010) Migrate vendors to Vue
51
  >This update improves the vendor management interface by migrating it to Vue.js, enhancing user experience and maintainability. It introduces embedded counts for associated baskets and subscriptions, adds protection logic to the DELETE endpoint to prevent unintended deletions, and relocates system preference values to a configuration endpoint for better accessibility.
51
  >This update improves the vendor management interface by migrating it to Vue.js, enhancing user experience and maintainability. It introduces embedded counts for associated baskets and subscriptions, adds protection logic to the DELETE endpoint to prevent unintended deletions, and relocates system preference values to a configuration endpoint for better accessibility.
52
52
53
#### Enhancements
53
#### Enhancements
54
54
55
- [37588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37588) Add ability to mark a suggestion as 'available' from the suggestions management page
55
- [37588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37588) Add ability to mark a suggestion as 'available' from the suggestions management page
56
  >This enhancement adds the ability to mark a suggestion as available when it's not linked to an order. The AVAILABLE notice is then sent  to the patron.
56
  >This enhancement adds the ability to mark a suggestion as available when it's not linked to an order. The AVAILABLE notice is then sent  to the patron.
57
57
58
  **Sponsored by** *Pymble Ladies' College*
58
  **Sponsored by** *Pymble Ladies' College*
59
- [38689](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38689) EDIFACT errors should log to a staff accessible location
59
- [38689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38689) EDIFACT errors should log to a staff accessible location
60
  >**Summary:**  
60
  >**Summary:**  
61
  >Previously, EDIFACT import errors were only visible in server logs, making troubleshooting difficult for staff.
61
  >Previously, EDIFACT import errors were only visible in server logs, making troubleshooting difficult for staff.
62
  >
62
  >
Lines 68-74 You can learn about the system components (like OS and database) needed for runn Link Here
68
  >
68
  >
69
69
70
  **Sponsored by** *Open Fifth*
70
  **Sponsored by** *Open Fifth*
71
- [39518](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39518) Add the option to define the basket name in a MARC file when adding to a basket
71
- [39518](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39518) Add the option to define the basket name in a MARC file when adding to a basket
72
  >**Summary:**  
72
  >**Summary:**  
73
  >Some vendors include the intended basket name in the MARC file, but Koha previously ignored this information.
73
  >Some vendors include the intended basket name in the MARC file, but Koha previously ignored this information.
74
  >
74
  >
Lines 82-93 You can learn about the system components (like OS and database) needed for runn Link Here
82
82
83
#### Enhancements
83
#### Enhancements
84
84
85
- [18798](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798) Use Koha.Preference in OPAC reading record
85
- [18798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798) Use Koha.Preference in OPAC reading record
86
86
87
  **Sponsored by** *Catalyst*
87
  **Sponsored by** *Catalyst*
88
- [22415](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22415) Koha::EDI should not use Log::Log4perl directly
88
- [22415](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22415) Koha::EDI should not use Log::Log4perl directly
89
  >This enhancement changes the way EDI logging is done - it now uses the improved Koha::Logger, instead of Log::Log4perl.
89
  >This enhancement changes the way EDI logging is done - it now uses the improved Koha::Logger, instead of Log::Log4perl.
90
- [26553](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553) Remove KohaTable (columns_settings.inc) and use kohaTable (datatables.js)
90
- [26553](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553) Remove KohaTable (columns_settings.inc) and use kohaTable (datatables.js)
91
  >**Summary:**  
91
  >**Summary:**  
92
  >Koha had two similar implementations for DataTables buttons: `KohaTable` and `kohaTable`, leading to duplication and confusion.
92
  >Koha had two similar implementations for DataTables buttons: `KohaTable` and `kohaTable`, leading to duplication and confusion.
93
  >
93
  >
Lines 96-111 You can learn about the system components (like OS and database) needed for runn Link Here
96
  >
96
  >
97
  >**Impact:**  
97
  >**Impact:**  
98
  >Simplifies code maintenance and ensures consistent table behavior across the staff interface.
98
  >Simplifies code maintenance and ensures consistent table behavior across the staff interface.
99
- [36662](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36662) ILL - t/db_dependent/Illrequest should not exist
99
- [36662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36662) ILL - t/db_dependent/Illrequest should not exist
100
  >This enhancement moves the ILL test files to the correct folder structure - t/db_dependent/Koha/ILL/.
100
  >This enhancement moves the ILL test files to the correct folder structure - t/db_dependent/Koha/ILL/.
101
- [37911](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911) Prototype vue islands within static pages
101
- [37911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911) Prototype vue islands within static pages
102
- [37930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37930) Change how we handle authorised values in Vue
102
- [37930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37930) Change how we handle authorised values in Vue
103
- [38255](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38255) Do not use dataTable constructor directly
103
- [38255](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38255) Do not use dataTable constructor directly
104
- [38483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38483) C4::Heading::preferred_authorities is not used
104
- [38483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38483) C4::Heading::preferred_authorities is not used
105
  >This removes an unused method 'preferred_authorities' (Return a list of authority records for headings that are a preferred form of the heading).
105
  >This removes an unused method 'preferred_authorities' (Return a list of authority records for headings that are a preferred form of the heading).
106
106
107
  **Sponsored by** *Ignatianum University in Cracow*
107
  **Sponsored by** *Ignatianum University in Cracow*
108
- [38664](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38664) Tidy the whole codebase
108
- [38664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38664) Tidy the whole codebase
109
  >This is an improvement to the internals of Koha, which will not cause any changes to library workflows. Release notes for developers:
109
  >This is an improvement to the internals of Koha, which will not cause any changes to library workflows. Release notes for developers:
110
  >
110
  >
111
  >Most of the codebase is now tidy.
111
  >Most of the codebase is now tidy.
Lines 124-183 You can learn about the system components (like OS and database) needed for runn Link Here
124
  >There are two new scripts available for developers:
124
  >There are two new scripts available for developers:
125
  >misc/devel/tidy.pl - Used to tidy files.
125
  >misc/devel/tidy.pl - Used to tidy files.
126
  >misc/devel/auto_rebase.pl - Automatically attempts to rebase your patches.
126
  >misc/devel/auto_rebase.pl - Automatically attempts to rebase your patches.
127
- [38832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38832) Dead code in catalogue/search.pl
127
- [38832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38832) Dead code in catalogue/search.pl
128
  >This removes unused code for catalog searching in the staff interface.
128
  >This removes unused code for catalog searching in the staff interface.
129
- [38838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38838) optgroup construct needs cleaning in the reports module
129
- [38838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38838) optgroup construct needs cleaning in the reports module
130
  >This enhancement updates what is shown when selecting the columns when creating a new dictionary definition in reports. It now shows "Field description / tablename.fieldname", instead of just the "Field description" - the same as for creating reports. Example, 'Publication date / biblioitems.publicationyear' (previously it just showed 'Publication date').
130
  >This enhancement updates what is shown when selecting the columns when creating a new dictionary definition in reports. It now shows "Field description / tablename.fieldname", instead of just the "Field description" - the same as for creating reports. Example, 'Publication date / biblioitems.publicationyear' (previously it just showed 'Publication date').
131
- [38871](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38871) sub string_list in misc/translator/xgettext.pl never used
131
- [38871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38871) sub string_list in misc/translator/xgettext.pl never used
132
- [38930](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38930) Add a permissions store for Vue apps
132
- [38930](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38930) Add a permissions store for Vue apps
133
- [38941](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38941) Convert the acquisitions menu to a Vue island
133
- [38941](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38941) Convert the acquisitions menu to a Vue island
134
- [38952](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38952) JS function messenger not used in acq.js
134
- [38952](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38952) JS function messenger not used in acq.js
135
- [38993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38993) Merge fetch files
135
- [38993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38993) Merge fetch files
136
  >Technical notes: This change merge the 2 "fetch" directories. No more duplication of code which will make it more robust and maintainable.
136
  >Technical notes: This change merge the 2 "fetch" directories. No more duplication of code which will make it more robust and maintainable.
137
- [39096](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39096) Add "tidy all" commits to a git blame ignore file
137
- [39096](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39096) Add "tidy all" commits to a git blame ignore file
138
- [39106](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39106) Improve the auto-rebase script to retrieve patches from bugzilla
138
- [39106](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39106) Improve the auto-rebase script to retrieve patches from bugzilla
139
- [39191](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39191) Add a `format` param to Koha::Exceptions::ArticleRequest::WrongFormat
139
- [39191](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39191) Add a `format` param to Koha::Exceptions::ArticleRequest::WrongFormat
140
- [39772](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39772) Background jobs page lists unknown job types for jobs implemented by plugins
140
- [39772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39772) Background jobs page lists unknown job types for jobs implemented by plugins
141
- [39832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39832) Add $basket->vendor() method
141
- [39832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39832) Add $basket->vendor() method
142
142
143
### Cataloging
143
### Cataloging
144
144
145
#### Enhancements
145
#### Enhancements
146
146
147
- [26869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26869) Enable batch record modification to create items on existing bibs
147
- [26869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26869) Enable batch record modification to create items on existing bibs
148
  >This allows to use the MARC modification templates in combination with the batch record modifications to add items to records already in the Koha catalog. In order to add items you have to add a 952 (MARC21) or 995 (UNIMARC) field using the templates.
148
  >This allows to use the MARC modification templates in combination with the batch record modifications to add items to records already in the Koha catalog. In order to add items you have to add a 952 (MARC21) or 995 (UNIMARC) field using the templates.
149
- [30975](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975) Use event delegation for framework plugins to avoid using private jQuery method _data
149
- [30975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975) Use event delegation for framework plugins to avoid using private jQuery method _data
150
  >**This introduces a breaking change for users that have custom framework plugins:** the first parameter of JavaScript functions is now always an Event object. Before that it was possible to receive a string containing an HTML ID. This ID is available in `event.data.id` (assuming the first parameter is named `event`)
150
  >**This introduces a breaking change for users that have custom framework plugins:** the first parameter of JavaScript functions is now always an Event object. Before that it was possible to receive a string containing an HTML ID. This ID is available in `event.data.id` (assuming the first parameter is named `event`)
151
- [35134](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35134) Call number browser's pop-up size should be adjustable
151
- [35134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35134) Call number browser's pop-up size should be adjustable
152
  >With this feature it's possible to re-size the pop-up generated by the call number browser (cn_browser.pl) manually with the chosen size being remembered for the next time the pop-up is opened.
152
  >With this feature it's possible to re-size the pop-up generated by the call number browser (cn_browser.pl) manually with the chosen size being remembered for the next time the pop-up is opened.
153
- [37398](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37398) Initialize a datepicker on all date/datetime fields when adding/editing items
153
- [37398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37398) Initialize a datepicker on all date/datetime fields when adding/editing items
154
  >This enhancement adds the date picker by default to all item date and datetime fields.
154
  >This enhancement adds the date picker by default to all item date and datetime fields.
155
- [38142](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38142) UNIMARC: Choose heading to use from the authority record in the bibliographic record by language
155
- [38142](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38142) UNIMARC: Choose heading to use from the authority record in the bibliographic record by language
156
  >This allows to choose which heading to copy from an authority record into the bibliographic record using a language code recorded in $7 of the authority heading field. This feature only applies to UNIMARC.
156
  >This allows to choose which heading to copy from an authority record into the bibliographic record using a language code recorded in $7 of the authority heading field. This feature only applies to UNIMARC.
157
157
158
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
158
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
159
- [38670](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38670) Display MARC21 773$d in record detail page
159
- [38670](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38670) Display MARC21 773$d in record detail page
160
  >This adds 773$d - Place, publisher, and date of publication to the bibliographic record detail page in staff interface and OPAC.
160
  >This adds 773$d - Place, publisher, and date of publication to the bibliographic record detail page in staff interface and OPAC.
161
- [38943](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38943) Advanced catalog editor's macro modal isn't wide enough
161
- [38943](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38943) Advanced catalog editor's macro modal isn't wide enough
162
  >This increases the size of the advanced MARC editor's macro modal.
162
  >This increases the size of the advanced MARC editor's macro modal.
163
163
164
### Circulation
164
### Circulation
165
165
166
#### Enhancements
166
#### Enhancements
167
167
168
- [25711](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711) Move ExpireReservesMaxPickUpDelayCharge to the circulation rules
168
- [25711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711) Move ExpireReservesMaxPickUpDelayCharge to the circulation rules
169
  >This adds the option to define the charge for late hold pick-ups in the circulation rules. If no value is defined in the circulation rules, the value set in the ExpireReservesMaxPickUpDelayCharge system preference will be used.
169
  >This adds the option to define the charge for late hold pick-ups in the circulation rules. If no value is defined in the circulation rules, the value set in the ExpireReservesMaxPickUpDelayCharge system preference will be used.
170
- [37832](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37832) Rental discount is should be decimal like other similar fields in circulation rules
170
- [37832](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37832) Rental discount is should be decimal like other similar fields in circulation rules
171
  >This adds validation to the rental discount field in the circulation rules table.
171
  >This adds validation to the rental discount field in the circulation rules table.
172
- [38356](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38356) CheckPrevCheckout should also check current loans
172
- [38356](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38356) CheckPrevCheckout should also check current loans
173
  >If `AllowMultipleIssuesOnABiblio` is enabled patrons can checkout multiple items from same record but these check outs were not checked by Koha. This patch changes `CheckPrevCheckout` system preference functionality so that it also checks patrons current check outs and displays new confirmation message "Patron has this title currently checked out:..." so that librarians now have to confirm if item will be check out to patron.
173
  >If `AllowMultipleIssuesOnABiblio` is enabled patrons can checkout multiple items from same record but these check outs were not checked by Koha. This patch changes `CheckPrevCheckout` system preference functionality so that it also checks patrons current check outs and displays new confirmation message "Patron has this title currently checked out:..." so that librarians now have to confirm if item will be check out to patron.
174
174
175
  **Sponsored by** *Koha-Suomi Oy*
175
  **Sponsored by** *Koha-Suomi Oy*
176
- [38732](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38732) Add copy number column to the bundles table on the staff detail page
176
- [38732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38732) Add copy number column to the bundles table on the staff detail page
177
  >This enhancement adds a column to the bundles table which includes the copynumber information.
177
  >This enhancement adds a column to the bundles table which includes the copynumber information.
178
- [39141](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39141) Add search box to checkout page
178
- [39141](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39141) Add search box to checkout page
179
  >When visiting the checkouts page without having selected a patron, the page was empty. Now it shows a patron search box to help in selecting the patron.
179
  >When visiting the checkouts page without having selected a patron, the page was empty. Now it shows a patron search box to help in selecting the patron.
180
- [39624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39624) Add an "All" patron category option for the "Default open article requests limit" circulation rules
180
- [39624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39624) Add an "All" patron category option for the "Default open article requests limit" circulation rules
181
  >This fixes the "Default open article requests limit" for the circulation and fine rules, so that the patron category drop-down list has an "All" option. 
181
  >This fixes the "Default open article requests limit" for the circulation and fine rules, so that the patron category drop-down list has an "All" option. 
182
  >
182
  >
183
  >Previously, there was no "All" patron category option, and you needed to set rules individually for each patron category. 
183
  >Previously, there was no "All" patron category option, and you needed to set rules individually for each patron category. 
Lines 188-194 You can learn about the system components (like OS and database) needed for runn Link Here
188
188
189
#### Enhancements
189
#### Enhancements
190
190
191
- [32440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32440) Allow selective deletion of statistics entries based on type by cleanup_database
191
- [32440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32440) Allow selective deletion of statistics entries based on type by cleanup_database
192
  >Cleanup_database can delete all statistics entries more than X days old. If one is using pseudonymization to create pseudonymized_transactions data, then one may wish to use that cleanup_database function to delete statistics entries that have been duplicated in pseudonymized_transactions.
192
  >Cleanup_database can delete all statistics entries more than X days old. If one is using pseudonymization to create pseudonymized_transactions data, then one may wish to use that cleanup_database function to delete statistics entries that have been duplicated in pseudonymized_transactions.
193
  >However, not all types of transactions in statistics are duplicated in pseudonymized transactions.
193
  >However, not all types of transactions in statistics are duplicated in pseudonymized transactions.
194
  >
194
  >
Lines 204-258 You can learn about the system components (like OS and database) needed for runn Link Here
204
  >2. `--statistics-type-pseudo`
204
  >2. `--statistics-type-pseudo`
205
  >
205
  >
206
  >Grabs values from @Koha::Statistic::pseudonymization_types. At the time of implementation these are: renew, issue, return and onsite_checkout
206
  >Grabs values from @Koha::Statistic::pseudonymization_types. At the time of implementation these are: renew, issue, return and onsite_checkout
207
- [36365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36365) compare_es_to_db.pl should offer a way to reconcile differences
207
- [36365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36365) compare_es_to_db.pl should offer a way to reconcile differences
208
  >This patch adds a new option switch `--fix` (or `-f`) to make the script try to fix the problems it found.
208
  >This patch adds a new option switch `--fix` (or `-f`) to make the script try to fix the problems it found.
209
  >
209
  >
210
  >It also added a `--help` option.
210
  >It also added a `--help` option.
211
- [37418](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37418) Expand delete_patron.pl with option to not delete patrons with restrictions
211
- [37418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37418) Expand delete_patron.pl with option to not delete patrons with restrictions
212
  >This feature adds a new parameter to the cronjob delete_patrons.pl which gives an option to not delete patrons with given restriction types.
212
  >This feature adds a new parameter to the cronjob delete_patrons.pl which gives an option to not delete patrons with given restriction types.
213
  >The parameter `--without_restriction_type` is repeatable.
213
  >The parameter `--without_restriction_type` is repeatable.
214
214
215
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
215
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
216
- [38307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38307) Make overdue_notices.pl quiet if there are no libraries with active overdue rules
216
- [38307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38307) Make overdue_notices.pl quiet if there are no libraries with active overdue rules
217
217
218
  **Sponsored by** *Catalyst*
218
  **Sponsored by** *Catalyst*
219
- [38408](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38408) Add parallel exporting of MARC records to Zebra rebuild/reindex
219
- [38408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38408) Add parallel exporting of MARC records to Zebra rebuild/reindex
220
  >Add the parameter --processes to the rebuild_zebra.pl script for parallel processing of the export step when dumping authority or biblio records to file. This will signficantly reduce the time needed for this part of reindexing.
220
  >Add the parameter --processes to the rebuild_zebra.pl script for parallel processing of the export step when dumping authority or biblio records to file. This will signficantly reduce the time needed for this part of reindexing.
221
- [38762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38762) compare_es_to_db.pl should provide links to the staff interface
221
- [38762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38762) compare_es_to_db.pl should provide links to the staff interface
222
222
223
### Database
223
### Database
224
224
225
#### New features
225
#### New features
226
226
227
- [30888](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30888) Add a table for deletedauthorities
227
- [30888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30888) Add a table for deletedauthorities
228
  >This adds a new database table deletedauthorities that will keep the data of deleted authority records, similar to deletedbiblio_metadata and other related tables.
228
  >This adds a new database table deletedauthorities that will keep the data of deleted authority records, similar to deletedbiblio_metadata and other related tables.
229
229
230
#### Enhancements
230
#### Enhancements
231
231
232
- [39062](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39062) Increase length of inventory number field in database
232
- [39062](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39062) Increase length of inventory number field in database
233
  >The length of the inventory (items.stocknumber) field was increased from 32 characters to 80 characters.
233
  >The length of the inventory (items.stocknumber) field was increased from 32 characters to 80 characters.
234
234
235
### Developer documentation
235
### Developer documentation
236
236
237
#### Enhancements
237
#### Enhancements
238
238
239
- [39447](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39447) Update mailmap for company name change
239
- [39447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39447) Update mailmap for company name change
240
  >PTFS Europe is no more, Long live Open Fifth
240
  >PTFS Europe is no more, Long live Open Fifth
241
241
242
### ERM
242
### ERM
243
243
244
#### Enhancements
244
#### Enhancements
245
245
246
- [37273](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37273) Add ID column to Agreements table in the ERM
246
- [37273](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37273) Add ID column to Agreements table in the ERM
247
  >The enhancement adds an ID column to the ERM's agreement table which is configurable through Table settings.
247
  >The enhancement adds an ID column to the ERM's agreement table which is configurable through Table settings.
248
248
249
### Fines and fees
249
### Fines and fees
250
250
251
#### Enhancements
251
#### Enhancements
252
252
253
- [23674](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23674) Allowing notes on all entries in patron Transactions table
253
- [23674](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23674) Allowing notes on all entries in patron Transactions table
254
  >This enhancement adds the ability to set notes on all actions in the transaction table on the staff interface. Staff can now add notes when applying discounts, paying individual fines, writing off individual fines, issuing a payouts, voiding payments, issuing refunds, and cancelling charges.
254
  >This enhancement adds the ability to set notes on all actions in the transaction table on the staff interface. Staff can now add notes when applying discounts, paying individual fines, writing off individual fines, issuing a payouts, voiding payments, issuing refunds, and cancelling charges.
255
- [33473](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33473) Allow to send email receipts for payments/writeoff manually instead of automatically
255
- [33473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33473) Allow to send email receipts for payments/writeoff manually instead of automatically
256
  >**Summary:**  
256
  >**Summary:**  
257
  >Email receipts were previously either sent automatically for all transactions or not at all, with no manual option.
257
  >Email receipts were previously either sent automatically for all transactions or not at all, with no manual option.
258
  >
258
  >
Lines 265-273 You can learn about the system components (like OS and database) needed for runn Link Here
265
  >
265
  >
266
266
267
  **Sponsored by** *Open Fifth*
267
  **Sponsored by** *Open Fifth*
268
- [37211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37211) All notes in the patron account transactions table should be editable
268
- [37211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37211) All notes in the patron account transactions table should be editable
269
  >This enhancement adds the ability to edit notes in the patron transactions table. Staff can now edit notes on lines for discounts, paying individual fines, writing off individual fines, issuing a payouts, voiding payments, issuing refunds, and cancelling charges. There is a new subpermission in updatecharge to 'edit_notes'.
269
  >This enhancement adds the ability to edit notes in the patron transactions table. Staff can now edit notes on lines for discounts, paying individual fines, writing off individual fines, issuing a payouts, voiding payments, issuing refunds, and cancelling charges. There is a new subpermission in updatecharge to 'edit_notes'.
270
- [38457](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38457) Add additional fields support to debit types
270
- [38457](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38457) Add additional fields support to debit types
271
  >**Summary:**  
271
  >**Summary:**  
272
  >Debit types were previously limited in customization, restricting the ability to store extra metadata.
272
  >Debit types were previously limited in customization, restricting the ability to store extra metadata.
273
  >
273
  >
Lines 278-284 You can learn about the system components (like OS and database) needed for runn Link Here
278
  >Improves flexibility for libraries with advanced accounting or reporting requirements.
278
  >Improves flexibility for libraries with advanced accounting or reporting requirements.
279
279
280
  **Sponsored by** *Open Fifth*
280
  **Sponsored by** *Open Fifth*
281
- [39177](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39177) Add additional fields support to credit types
281
- [39177](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39177) Add additional fields support to credit types
282
  >**Summary:**  
282
  >**Summary:**  
283
  >Credit types lacked support for custom data, limiting financial tracking options.
283
  >Credit types lacked support for custom data, limiting financial tracking options.
284
  >
284
  >
Lines 294-302 You can learn about the system components (like OS and database) needed for runn Link Here
294
294
295
#### Enhancements
295
#### Enhancements
296
296
297
- [17338](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338) 'Holds awaiting pickup' should keep you on the same tab when cancelling a hold
297
- [17338](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338) 'Holds awaiting pickup' should keep you on the same tab when cancelling a hold
298
  >When cancelling hold requests that haven't been picked up, it would jump back to the first tab after saving. Now Koha will display the correct tab after saving.
298
  >When cancelling hold requests that haven't been picked up, it would jump back to the first tab after saving. Now Koha will display the correct tab after saving.
299
- [20747](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20747) Allow LocalHoldsPriority to fill by hierarchical groups system rather than individual library
299
- [20747](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20747) Allow LocalHoldsPriority to fill by hierarchical groups system rather than individual library
300
  >This enhancement adds the ability to set the "LocalHoldsPriority" system preference to more options: 
300
  >This enhancement adds the ability to set the "LocalHoldsPriority" system preference to more options: 
301
  >-`Give Library` (current behavior when on)
301
  >-`Give Library` (current behavior when on)
302
  >-`Give Library and Group` 
302
  >-`Give Library and Group` 
Lines 304-358 You can learn about the system components (like OS and database) needed for runn Link Here
304
  >-`Don't give` (current behavior when off).
304
  >-`Don't give` (current behavior when off).
305
  >The system preference will be updated in existing installations to match with the new options based on current settings.
305
  >The system preference will be updated in existing installations to match with the new options based on current settings.
306
  >Note: The holds queue needs to be rebuilt after changing the preference to update items that have already been targeted by the queue.
306
  >Note: The holds queue needs to be rebuilt after changing the preference to update items that have already been targeted by the queue.
307
- [35560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35560) Use the REST API for holds history
307
- [35560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35560) Use the REST API for holds history
308
  >This enhancement to a patron's hold history section in the staff interface:
308
  >This enhancement to a patron's hold history section in the staff interface:
309
  >- Uses the REST API to generate the holds history page.
309
  >- Uses the REST API to generate the holds history page.
310
  >- Separates the holds history into two tables: "Current holds" and "Past holds".
310
  >- Separates the holds history into two tables: "Current holds" and "Past holds".
311
  >- Adds filters for each table, such as Show all, Pending, Waiting, Fulfilled.
311
  >- Adds filters for each table, such as Show all, Pending, Waiting, Fulfilled.
312
- [37427](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37427) Searching for an empty string for clubs in an item's hold tab is not allowed
312
- [37427](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37427) Searching for an empty string for clubs in an item's hold tab is not allowed
313
  >This improves searching for patron clubs on a record's holds page - it now works similar to the patron search tab. You can now click search with no text in the search box, and a list of clubs are displayed. Previously, you had to enter the club ID or partial name to get a result.
313
  >This improves searching for patron clubs on a record's holds page - it now works similar to the patron search tab. You can now click search with no text in the search box, and a list of clubs are displayed. Previously, you had to enter the club ID or partial name to get a result.
314
- [37860](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37860) Holds awaiting pickup table should include the patron main contact method
314
- [37860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37860) Holds awaiting pickup table should include the patron main contact method
315
  >This adds the main contact method recorded in the user's account to the table of holds awaiting pick-up.
315
  >This adds the main contact method recorded in the user's account to the table of holds awaiting pick-up.
316
316
317
### I18N/L10N
317
### I18N/L10N
318
318
319
#### Enhancements
319
#### Enhancements
320
320
321
- [36833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36833) Update German translations for new languages added
321
- [36833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36833) Update German translations for new languages added
322
- [38684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38684) Improve translatability in cat-toolbar.inc
322
- [38684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38684) Improve translatability in cat-toolbar.inc
323
  >This enhancement improves the translatability of the tool tips for 'Edit > Delete record' on the record details page in the staff interface. It makes it easier to translate the singular and plural forms of items and subscriptions.
323
  >This enhancement improves the translatability of the tool tips for 'Edit > Delete record' on the record details page in the staff interface. It makes it easier to translate the singular and plural forms of items and subscriptions.
324
- [38727](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38727) Improve the translatability of the patron categories administration page
324
- [38727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38727) Improve the translatability of the patron categories administration page
325
  >This improves the translatability of the hint text for these fields on the patron categories form (Administration > Patrons and administration > Patron categories):
325
  >This improves the translatability of the hint text for these fields on the patron categories form (Administration > Patrons and administration > Patron categories):
326
  >- Block expired patron OPAC actions
326
  >- Block expired patron OPAC actions
327
  >- Exclude from local holds priority
327
  >- Exclude from local holds priority
328
  >- Checkout charge limit
328
  >- Checkout charge limit
329
  >- Guarantees checkout charge limit
329
  >- Guarantees checkout charge limit
330
  >- Guarantors with guarantees checkout charge limit
330
  >- Guarantors with guarantees checkout charge limit
331
- [39061](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39061) Allow translation context in vue files
331
- [39061](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39061) Allow translation context in vue files
332
- [39815](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39815) ODUE notice translatability can be improved
332
- [39815](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39815) ODUE notice translatability can be improved
333
333
334
### ILL
334
### ILL
335
335
336
#### New features
336
#### New features
337
337
338
- [35604](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35604) ILL - Allow for automatic backend selection
338
- [35604](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35604) ILL - Allow for automatic backend selection
339
  >With this new feature enabled, users no longer need to select a backend when submitting an ILL request. Instead, the Standard form is always displayed, and Koha automatically determines the best backend to use based on availability and priority settings. For staff, a "Confirm request" screen is displayed to verify the suggested backend.
339
  >With this new feature enabled, users no longer need to select a backend when submitting an ILL request. Instead, the Standard form is always displayed, and Koha automatically determines the best backend to use based on availability and priority settings. For staff, a "Confirm request" screen is displayed to verify the suggested backend.
340
  >Compatible backends must implement the provides_backend_availability_check capability and implement the availability_check_info method.
340
  >Compatible backends must implement the provides_backend_availability_check capability and implement the availability_check_info method.
341
341
342
  **Sponsored by** *NHS England (National Health Service England)* and *Open Fifth*
342
  **Sponsored by** *NHS England (National Health Service England)* and *Open Fifth*
343
- [36197](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36197) Allow unauthenticated ILL requests in the OPAC
343
- [36197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36197) Allow unauthenticated ILL requests in the OPAC
344
  >This new feature adds the option for unauthenticated users to place ILL requests through the OPAC without needing to log in.
344
  >This new feature adds the option for unauthenticated users to place ILL requests through the OPAC without needing to log in.
345
  >This may be especially helpful if users are redirected to the Koha OPAC ILL request form from an external service, allowing them to access the request form directly without being prompted to log in.
345
  >This may be especially helpful if users are redirected to the Koha OPAC ILL request form from an external service, allowing them to access the request form directly without being prompted to log in.
346
346
347
  **Sponsored by** *NHS England (National Health Service England)*
347
  **Sponsored by** *NHS England (National Health Service England)*
348
- [38441](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38441) Allow for an ILL history check workflow stage
348
- [38441](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38441) Allow for an ILL history check workflow stage
349
  >Adds a workflow stage that performs a check on whether an ILL request that is about to be placed has already been placed in the past.
349
  >Adds a workflow stage that performs a check on whether an ILL request that is about to be placed has already been placed in the past.
350
  >
350
  >
351
  >This feature is enabled using the new ILLHistoryCheck system preference.
351
  >This feature is enabled using the new ILLHistoryCheck system preference.
352
352
353
#### Enhancements
353
#### Enhancements
354
354
355
- [30200](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30200) Add customizable tabs to interlibrary loan requests list
355
- [30200](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30200) Add customizable tabs to interlibrary loan requests list
356
  >This enhancement adds system preference `ILLRequestsTabs`. The preference can be configured to show tabs that can optionally group multiple statuses together in the ILL requests table. Additionally, multiple statuses can be filtered on when filtering the ill request table.
356
  >This enhancement adds system preference `ILLRequestsTabs`. The preference can be configured to show tabs that can optionally group multiple statuses together in the ILL requests table. Additionally, multiple statuses can be filtered on when filtering the ill request table.
357
  >Tab format exampe: 
357
  >Tab format exampe: 
358
  >- name: New
358
  >- name: New
Lines 368-385 You can learn about the system components (like OS and database) needed for runn Link Here
368
  >- name: Empty
368
  >- name: Empty
369
  >  status:
369
  >  status:
370
  >    - NONEXISTENT
370
  >    - NONEXISTENT
371
- [38669](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38669) Staff interface: Automatic backend screen should provide option to go back to form
371
- [38669](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38669) Staff interface: Automatic backend screen should provide option to go back to form
372
  >This enhancement adds a "Return to form" link on the confirm backend page, so that the request details can be updated (for example, to fix a failure reason in the backend availability check).
372
  >This enhancement adds a "Return to form" link on the confirm backend page, so that the request details can be updated (for example, to fix a failure reason in the backend availability check).
373
373
374
  **Sponsored by** *Open Fifth* and *UK Health Security Agency*
374
  **Sponsored by** *Open Fifth* and *UK Health Security Agency*
375
- [38685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38685) ILL pages have incomplete breadcrumbs
375
- [38685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38685) ILL pages have incomplete breadcrumbs
376
- [38819](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38819) ILL - 'Switch provider' should use AutoILLBackendPriority
376
- [38819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38819) ILL - 'Switch provider' should use AutoILLBackendPriority
377
  >This enhancement changes the 'Switch provider' button on ILL requests to use the `AutoILLBackendPriority` feature when configured. The button will now present the automatic backend screen, query all installed backends for availability and suggest the most appropriate one.
377
  >This enhancement changes the 'Switch provider' button on ILL requests to use the `AutoILLBackendPriority` feature when configured. The button will now present the automatic backend screen, query all installed backends for availability and suggest the most appropriate one.
378
- [39179](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39179) ILL batches should allow editing without having to add new requests
378
- [39179](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39179) ILL batches should allow editing without having to add new requests
379
379
380
  **Sponsored by** *UK Health Security Agency*
380
  **Sponsored by** *UK Health Security Agency*
381
- [39444](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39444) Standard form does not consider PubMed ID
381
- [39444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39444) Standard form does not consider PubMed ID
382
- [39600](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39600) Use the API to render the OPAC ILL requests table
382
- [39600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39600) Use the API to render the OPAC ILL requests table
383
  >This patch modernizes the ILL requests page in the OPAC by making it render using the API.
383
  >This patch modernizes the ILL requests page in the OPAC by making it render using the API.
384
  >
384
  >
385
  >New API endpoints are added for this purpose.
385
  >New API endpoints are added for this purpose.
Lines 387-412 You can learn about the system components (like OS and database) needed for runn Link Here
387
  >This includes adding pagination and search features to the table previously not available.
387
  >This includes adding pagination and search features to the table previously not available.
388
388
389
  **Sponsored by** *Wiko*
389
  **Sponsored by** *Wiko*
390
- [39697](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39697) ILL OPAC unauthenticated form is not centered
390
- [39697](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39697) ILL OPAC unauthenticated form is not centered
391
391
392
### Lists
392
### Lists
393
393
394
#### Enhancements
394
#### Enhancements
395
395
396
- [38302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38302) Inconsistent delete confirmation dialog for "Delete list" buttons
396
- [38302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38302) Inconsistent delete confirmation dialog for "Delete list" buttons
397
  >This enhancement adds a confirmation step when deleting a list from the "Your lists" and "Public lists" tabs in the staff interface. Previously, you were not asked to confirm the list deletion. This also makes it consistent with deleting a list from its contents page, where you are asked to confirm the list deletion.
397
  >This enhancement adds a confirmation step when deleting a list from the "Your lists" and "Public lists" tabs in the staff interface. Previously, you were not asked to confirm the list deletion. This also makes it consistent with deleting a list from its contents page, where you are asked to confirm the list deletion.
398
- [39238](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39238) Add links toward private lists in bibliographic record detail page in staff interface
398
- [39238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39238) Add links toward private lists in bibliographic record detail page in staff interface
399
  >With this change the users can see links to their own private lists on the bibliographic record detail page in the staff interface.
399
  >With this change the users can see links to their own private lists on the bibliographic record detail page in the staff interface.
400
- [39374](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39374) No way to restrict OPAC users from sending lists
400
- [39374](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39374) No way to restrict OPAC users from sending lists
401
  >New system preference "OPACDisableSendList" provides libraries the option to disable the ability to send lists from the OPAC, and hides the "Send list" link on the opac-shelves.pl page.
401
  >New system preference "OPACDisableSendList" provides libraries the option to disable the ability to send lists from the OPAC, and hides the "Send list" link on the opac-shelves.pl page.
402
402
403
### MARC Authority data support
403
### MARC Authority data support
404
404
405
#### Enhancements
405
#### Enhancements
406
406
407
- [26684](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26684) Remove 'marc' column from auth_header table
407
- [26684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26684) Remove 'marc' column from auth_header table
408
  >Before this patch we stored both the MARC and the MARCXML record of an authority in the database table auth_header. With this patch the data is no longer duplicated and we are only storing the MARCXML record.
408
  >Before this patch we stored both the MARC and the MARCXML record of an authority in the database table auth_header. With this patch the data is no longer duplicated and we are only storing the MARCXML record.
409
- [38494](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494) Koha should consider authority heading use in cataloging
409
- [38494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494) Koha should consider authority heading use in cataloging
410
  >In MARC21 authority records, three bytes (008/14-16) can indicate what the heading can be used for (main/added entry, subject entry, series entry). With the new system preference ConsiderHeadingUse Koha will respect the authority record's intended use and limit the search in authority linker accordingly.
410
  >In MARC21 authority records, three bytes (008/14-16) can indicate what the heading can be used for (main/added entry, subject entry, series entry). With the new system preference ConsiderHeadingUse Koha will respect the authority record's intended use and limit the search in authority linker accordingly.
411
411
412
  **Sponsored by** *Ignatianum University in Cracow*
412
  **Sponsored by** *Ignatianum University in Cracow*
Lines 415-452 You can learn about the system components (like OS and database) needed for runn Link Here
415
415
416
#### Enhancements
416
#### Enhancements
417
417
418
- [38180](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38180) Don't show label if 520 ind1=8 (MARC21)
418
- [38180](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38180) Don't show label if 520 ind1=8 (MARC21)
419
  >This patch fixes the logic in the MARC21 XSLT files to not show a label on the 520 field if the first indicator is set to 8.
419
  >This patch fixes the logic in the MARC21 XSLT files to not show a label on the 520 field if the first indicator is set to 8.
420
- [38873](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38873) Update MARC21 default framework to Update 39 (December 2024)
420
- [38873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38873) Update MARC21 default framework to Update 39 (December 2024)
421
- [38891](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38891) MARC21 Addition to relator terms in technical notice 2024-10-17
421
- [38891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38891) MARC21 Addition to relator terms in technical notice 2024-10-17
422
422
423
### Notices
423
### Notices
424
424
425
#### Enhancements
425
#### Enhancements
426
426
427
- [30300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30300) Add patron expiration email to patron messaging preferences
427
- [30300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30300) Add patron expiration email to patron messaging preferences
428
  >This adds the option to set the patron account expiration notice in the patron account's messaging preference.
428
  >This adds the option to set the patron account expiration notice in the patron account's messaging preference.
429
  >
429
  >
430
  >If the MembershipExpiryDaysNotice system preference is in use, the patron account expiration notice will be activated automatically on update for all existing patron accounts.
430
  >If the MembershipExpiryDaysNotice system preference is in use, the patron account expiration notice will be activated automatically on update for all existing patron accounts.
431
- [30301](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30301) Add an option to specify the patron expiration notices as mandatory by patron category
431
- [30301](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30301) Add an option to specify the patron expiration notices as mandatory by patron category
432
  >This allows to configure by patron category if a user is allowed to opt-out of the patron account expiration notice. If the noticed is enforced, the patron can only pick between the available message transport options, but not deactivate the notice entirely.
432
  >This allows to configure by patron category if a user is allowed to opt-out of the patron account expiration notice. If the noticed is enforced, the patron can only pick between the available message transport options, but not deactivate the notice entirely.
433
- [32211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32211) Update sample (PRE)DUE notices to use Template Toolkit syntax
433
- [32211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32211) Update sample (PRE)DUE notices to use Template Toolkit syntax
434
- [32216](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32216) Send MEMBERSHIP_EXPIRY notice as print
434
- [32216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32216) Send MEMBERSHIP_EXPIRY notice as print
435
  >This enhancement adds print notice functionality to the membership_expiry.pl script, by adding both conditional and and forced modes. 
435
  >This enhancement adds print notice functionality to the membership_expiry.pl script, by adding both conditional and and forced modes. 
436
  >When passing only --confirm, the script will check the patron's record for an email address. 
436
  >When passing only --confirm, the script will check the patron's record for an email address. 
437
  >If one is found, an email notice is generated. If one is not, a print notice is used instead. 
437
  >If one is found, an email notice is generated. If one is not, a print notice is used instead. 
438
  >By adding a -p flag, print notices will be generated, even if an email address is present.
438
  >By adding a -p flag, print notices will be generated, even if an email address is present.
439
- [36109](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36109) Port default ODUE notice to Template Toolkit syntax
439
- [36109](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36109) Port default ODUE notice to Template Toolkit syntax
440
- [36110](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36110) Port default OVERDUES_SLIP to Template Toolkit syntax
440
- [36110](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36110) Port default OVERDUES_SLIP to Template Toolkit syntax
441
  >This enhancement replaces the default OVERDUES_SLIP syntax, converting it from Koha's bespoke syntax to the more standard Template Toolkit syntax.
441
  >This enhancement replaces the default OVERDUES_SLIP syntax, converting it from Koha's bespoke syntax to the more standard Template Toolkit syntax.
442
- [36112](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112) Port default CHECKOUT_NOTE notice to Template Toolkit syntax
442
- [36112](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36112) Port default CHECKOUT_NOTE notice to Template Toolkit syntax
443
- [36256](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36256) Port default MEMBERSHIP_EXPIRY notice to Template Toolkit syntax
443
- [36256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36256) Port default MEMBERSHIP_EXPIRY notice to Template Toolkit syntax
444
- [37989](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37989) Allow Template Toolkit for PROBLEM_REPORT notice
444
- [37989](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37989) Allow Template Toolkit for PROBLEM_REPORT notice
445
  >This makes it possible to use Template Toolkit syntax for the PROBLEM_REPORT notice linked to cataloguing concerns feature.
445
  >This makes it possible to use Template Toolkit syntax for the PROBLEM_REPORT notice linked to cataloguing concerns feature.
446
- [38087](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38087) Ship a default print template for the welcome notice
446
- [38087](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38087) Ship a default print template for the welcome notice
447
- [38095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38095) Custom patron messages should have access to information about the logged-in library they were sent from
447
- [38095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38095) Custom patron messages should have access to information about the logged-in library they were sent from
448
  >This enhancement allows branch information to be included in predefined notices templates for the `Patrons (custom message)` module, which defines notices that can be sent to patrons by clicking the "Add Message" button on the patron account. These notices can now use the `branch` tag to access information about the branch the staff member is logged into at the time they send the message. For example: `[% branch.branchname %]` - the logged-in branch's name, `[% branch.branchaddress1 %]` - the logged-in branch's address, etc.
448
  >This enhancement allows branch information to be included in predefined notices templates for the `Patrons (custom message)` module, which defines notices that can be sent to patrons by clicking the "Add Message" button on the patron account. These notices can now use the `branch` tag to access information about the branch the staff member is logged into at the time they send the message. For example: `[% branch.branchname %]` - the logged-in branch's name, `[% branch.branchaddress1 %]` - the logged-in branch's address, etc.
449
- [38758](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38758) Make formatting date and datetime fields in notices a bit shorter/easier
449
- [38758](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38758) Make formatting date and datetime fields in notices a bit shorter/easier
450
  >This enhancement adds an easier way to format dates in notices, and minimise potential errors - strftime. It can be used for both date and date time fields, and is locale friendly.
450
  >This enhancement adds an easier way to format dates in notices, and minimise potential errors - strftime. It can be used for both date and date time fields, and is locale friendly.
451
  >
451
  >
452
  >Examples:
452
  >Examples:
Lines 458-508 You can learn about the system components (like OS and database) needed for runn Link Here
458
458
459
#### Enhancements
459
#### Enhancements
460
460
461
- [26211](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26211) Patron age verification while doing the self-registration
461
- [26211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26211) Patron age verification while doing the self-registration
462
  >This enhancement adds age verification checking to the self-registration and personal details forms. A message is now shown if the date of birth entered doesn't match with the patron category age range, "Patron's age is incorrect for their category. Please try again.".
462
  >This enhancement adds age verification checking to the self-registration and personal details forms. A message is now shown if the date of birth entered doesn't match with the patron category age range, "Patron's age is incorrect for their category. Please try again.".
463
- [32051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32051) Rename 'Library' page link to 'Contact' for single library
463
- [32051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32051) Rename 'Library' page link to 'Contact' for single library
464
  >If there is only one library marked as 'public' in the library configuration page, the navigation item on the OPAC will change from 'Libraries' to 'Contact'.
464
  >If there is only one library marked as 'public' in the library configuration page, the navigation item on the OPAC will change from 'Libraries' to 'Contact'.
465
- [34778](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34778) Add a 'Show password' link to toggle visibility of password when logging into OPAC
465
- [34778](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34778) Add a 'Show password' link to toggle visibility of password when logging into OPAC
466
  >This enhancement adds a link to the OPAC login form so a user can reveal their password before submitting the form.
466
  >This enhancement adds a link to the OPAC login form so a user can reveal their password before submitting the form.
467
- [35808](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35808) Remove obsolete responsive table markup from several pages in the OPAC
467
- [35808](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35808) Remove obsolete responsive table markup from several pages in the OPAC
468
  >This enhancement removes obsolete responsive table markup (span.tdlabel) from several OPAC pages, as the tables now use the DataTables responsive features.
468
  >This enhancement removes obsolete responsive table markup (span.tdlabel) from several OPAC pages, as the tables now use the DataTables responsive features.
469
469
470
  **Sponsored by** *Athens County Public Libraries*
470
  **Sponsored by** *Athens County Public Libraries*
471
- [37907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37907) Add column to user summary to show date an item was checked out on
471
- [37907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37907) Add column to user summary to show date an item was checked out on
472
472
473
  **Sponsored by** *Athens County Public Libraries*
473
  **Sponsored by** *Athens County Public Libraries*
474
- [38705](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38705) Add "Publication date (text)" column to table of subscriptions in the OPAC
474
- [38705](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38705) Add "Publication date (text)" column to table of subscriptions in the OPAC
475
  >This enhancement adds a new column to the subscription table in the OPAC which displays the information in the serial.publisheddatetext column.
475
  >This enhancement adds a new column to the subscription table in the OPAC which displays the information in the serial.publisheddatetext column.
476
- [39265](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39265) Self registration: Hide library from the form if there is only one library
476
- [39265](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39265) Self registration: Hide library from the form if there is only one library
477
  >In a single-branch Koha installation it makes no sense to have library selection drop-down in the self-registration form. This patch makes it so it no longer displays in that case.
477
  >In a single-branch Koha installation it makes no sense to have library selection drop-down in the self-registration form. This patch makes it so it no longer displays in that case.
478
- [39508](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39508) Add support for ISNI and Wikidatata identifiers to OPACAuthorIdentifiersAndInformation
478
- [39508](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39508) Add support for ISNI and Wikidatata identifiers to OPACAuthorIdentifiersAndInformation
479
  >This adds support for ISNI and WIKIDATA ID to 'Author information' tab in the OPAC. The feature is configured using the OPACAuthorIdentifiersAndInformation system preference.
479
  >This adds support for ISNI and WIKIDATA ID to 'Author information' tab in the OPAC. The feature is configured using the OPACAuthorIdentifiersAndInformation system preference.
480
480
481
### Patrons
481
### Patrons
482
482
483
#### Enhancements
483
#### Enhancements
484
484
485
- [25947](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25947) Improve locked account message in brief patron info in staff interface
485
- [25947](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25947) Improve locked account message in brief patron info in staff interface
486
- [26744](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744) Log changes to extended patron attributes
486
- [26744](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744) Log changes to extended patron attributes
487
  >The enhancements allows for the logging of patron attribute types when adding, removing, or updating them in a patron record.
487
  >The enhancements allows for the logging of patron attribute types when adding, removing, or updating them in a patron record.
488
488
489
  **Sponsored by** *Gothenburg University Library*
489
  **Sponsored by** *Gothenburg University Library*
490
- [32742](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32742) Add sorting options to patron list export
490
- [32742](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32742) Add sorting options to patron list export
491
- [33454](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33454) Improve breadcrumbs for patron lists
491
- [33454](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33454) Improve breadcrumbs for patron lists
492
  >This fixes the breadcrumbs for patron lists (Tools > Patrons and circulation > Patron lists) so that they are now more consistent with other breadcrumbs, and improves their translatability (Tools > Patron lists > Add patrons to 'List name', instead of Tools > Patron lists > List name).
492
  >This fixes the breadcrumbs for patron lists (Tools > Patrons and circulation > Patron lists) so that they are now more consistent with other breadcrumbs, and improves their translatability (Tools > Patron lists > Add patrons to 'List name', instead of Tools > Patron lists > List name).
493
- [35028](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35028) Add OPAC self-registration alert on staff interface main page
493
- [35028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35028) Add OPAC self-registration alert on staff interface main page
494
494
495
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
495
  **Sponsored by** *Écoles nationales supérieure d'architecture (ENSA)*
496
- [35635](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35635) Expand patron attribute type mandatory field to allow different settings for OPAC and staff interface
496
- [35635](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35635) Expand patron attribute type mandatory field to allow different settings for OPAC and staff interface
497
  >This enhancement expands the patron attribute type "Mandatory" field, allowing for different configurations for the OPAC and the staff interface.
497
  >This enhancement expands the patron attribute type "Mandatory" field, allowing for different configurations for the OPAC and the staff interface.
498
- [38532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38532) Show both credits and debits on checkouts and details tabs in staff
498
- [38532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38532) Show both credits and debits on checkouts and details tabs in staff
499
  >This fixes the patron check out and details pages. They now show both charges and credits, for example:
499
  >This fixes the patron check out and details pages. They now show both charges and credits, for example:
500
  >- Charges: Patron has outstanding charges of 10.00.  
500
  >- Charges: Patron has outstanding charges of 10.00.  
501
  >- Credits: Patron has outstanding credits of 35.00
501
  >- Credits: Patron has outstanding credits of 35.00
502
  >
502
  >
503
  >Previously, the pages only listed the charges - which could be misleading.
503
  >Previously, the pages only listed the charges - which could be misleading.
504
- [39452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39452) Log cardnumber changes as distinct action within borrower logs
504
- [39452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39452) Log cardnumber changes as distinct action within borrower logs
505
- [39579](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39579) Add ability to restrict patron date of birth on self registration
505
- [39579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39579) Add ability to restrict patron date of birth on self registration
506
  >This new feature adds a new system preference `PatronSelfRegistrationAgeRestriction` to restrict the maximum age of patrons self registering.
506
  >This new feature adds a new system preference `PatronSelfRegistrationAgeRestriction` to restrict the maximum age of patrons self registering.
507
507
508
  **Sponsored by** *Cheshire Libraries Shared Services*
508
  **Sponsored by** *Cheshire Libraries Shared Services*
Lines 511-526 You can learn about the system components (like OS and database) needed for runn Link Here
511
511
512
#### Enhancements
512
#### Enhancements
513
513
514
- [36433](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36433) Plugin hook elasticsearch_to_document
514
- [36433](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36433) Plugin hook elasticsearch_to_document
515
- [39405](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405) Add plugin hook `overwrite_calc_fine` to override fine calculation
515
- [39405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405) Add plugin hook `overwrite_calc_fine` to override fine calculation
516
  >This new hook allows to overwrite the internal Koha standard calculation of fines. This can be useful if your library needs to implement its own algorithm. For example, if it has a fine policy with graduated fines per overdue letter.
516
  >This new hook allows to overwrite the internal Koha standard calculation of fines. This can be useful if your library needs to implement its own algorithm. For example, if it has a fine policy with graduated fines per overdue letter.
517
517
518
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
518
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
519
- [39540](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39540) Add a warning in the circulation rules page if a plugin overrides rules
519
- [39540](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39540) Add a warning in the circulation rules page if a plugin overrides rules
520
  >This adds a warning to the circulation rules page when a plugin using the `overwrite_calc_fine` hook is installed and enabled.
520
  >This adds a warning to the circulation rules page when a plugin using the `overwrite_calc_fine` hook is installed and enabled.
521
521
522
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
522
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
523
- [39870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39870) Add plugin hook for making arbitrary data available to notices
523
- [39870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39870) Add plugin hook for making arbitrary data available to notices
524
  >This development allows plugins to make arbitrary data available to notices.
524
  >This development allows plugins to make arbitrary data available to notices.
525
  >
525
  >
526
  >Each plugin has a defined namespace (e.g. 'innreach'). If a plugin implements the `notices_content` method, it will be called. The generated data structure it returns will be available to the notice author as `[% plugin_content.innreach %]`.
526
  >Each plugin has a defined namespace (e.g. 'innreach'). If a plugin implements the `notices_content` method, it will be called. The generated data structure it returns will be available to the notice author as `[% plugin_content.innreach %]`.
Lines 531-540 You can learn about the system components (like OS and database) needed for runn Link Here
531
531
532
#### Enhancements
532
#### Enhancements
533
533
534
- [37256](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37256) Add an endpoint to allow setting circulation rule sets
534
- [37256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37256) Add an endpoint to allow setting circulation rule sets
535
535
536
  **Sponsored by** *Glasgow Colleges Library Group*
536
  **Sponsored by** *Glasgow Colleges Library Group*
537
- [38253](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253) REST API: Toggle holds lowest priority via REST API
537
- [38253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253) REST API: Toggle holds lowest priority via REST API
538
538
539
  **Sponsored by** *Koha-Suomi Oy*
539
  **Sponsored by** *Koha-Suomi Oy*
540
540
Lines 542-549 You can learn about the system components (like OS and database) needed for runn Link Here
542
542
543
#### Enhancements
543
#### Enhancements
544
544
545
- [32034](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32034) Library branch transfers should be in the action logs
545
- [32034](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32034) Library branch transfers should be in the action logs
546
- [36585](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36585) Report 'Patrons with the most checkouts' doesn't have the total when outputting to CSV
546
- [36585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36585) Report 'Patrons with the most checkouts' doesn't have the total when outputting to CSV
547
  >This improves the 'Patrons with the most checkouts' report to:
547
  >This improves the 'Patrons with the most checkouts' report to:
548
  >1. Add the total to the CSV output.
548
  >1. Add the total to the CSV output.
549
  >2. Change the screen output to only show the patrons name once, instead of for each group by column.
549
  >2. Change the screen output to only show the patrons name once, instead of for each group by column.
Lines 551-557 You can learn about the system components (like OS and database) needed for runn Link Here
551
  >4. Change item type group by from biblioitems.itemtype to items.itype.
551
  >4. Change item type group by from biblioitems.itemtype to items.itype.
552
  >
552
  >
553
  >Note: This does not fix the SQL query so that it can run if the database is in strict mode.
553
  >Note: This does not fix the SQL query so that it can run if the database is in strict mode.
554
- [37050](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37050) Add select2 to SQL report multi select
554
- [37050](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37050) Add select2 to SQL report multi select
555
  >When writing SQL reports with SQL runtime parameters for selecting multiple items from a list, this is now easier with a Select2-style pull-down that allows for searching and displays choices as a list with 'x' for easy removal of previous selections.
555
  >When writing SQL reports with SQL runtime parameters for selecting multiple items from a list, this is now easier with a Select2-style pull-down that allows for searching and displays choices as a list with 'x' for easy removal of previous selections.
556
556
557
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
557
  **Sponsored by** *Cape Libraries Automated Materials Sharing*
Lines 560-577 You can learn about the system components (like OS and database) needed for runn Link Here
560
560
561
#### Enhancements
561
#### Enhancements
562
562
563
- [36431](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36431) Checkin does not show difference between WasTransfered and NeedsTransfer
563
- [36431](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36431) Checkin does not show difference between WasTransfered and NeedsTransfer
564
564
565
### Searching
565
### Searching
566
566
567
#### Enhancements
567
#### Enhancements
568
568
569
- [36660](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36660) Make authorities 'see from' searches more specific
569
- [36660](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36660) Make authorities 'see from' searches more specific
570
570
571
  **Sponsored by** *Education Services Australia SCIS*
571
  **Sponsored by** *Education Services Australia SCIS*
572
- [38681](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38681) "Last checkout date" in item search form should provide a date picker
572
- [38681](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38681) "Last checkout date" in item search form should provide a date picker
573
  >This enhancement adds a datepicker to the "Last checkout date" field in Item search making it easier to select before, after, and on dates in the appropriate date format.
573
  >This enhancement adds a datepicker to the "Last checkout date" field in Item search making it easier to select before, after, and on dates in the appropriate date format.
574
- [39147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39147) Add more missing languages
574
- [39147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39147) Add more missing languages
575
575
576
  **Sponsored by** *Ignatianum University in Cracow*
576
  **Sponsored by** *Ignatianum University in Cracow*
577
577
Lines 579-605 You can learn about the system components (like OS and database) needed for runn Link Here
579
579
580
#### Enhancements
580
#### Enhancements
581
581
582
- [36729](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36729) Add publisher/distributor number (MARC21 028$a) to standard identifier search index
582
- [36729](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36729) Add publisher/distributor number (MARC21 028$a) to standard identifier search index
583
  >This enhancement adds 028$a (MARC21 - Publisher or distributor number) to the standard number (standard-identifier) search index, searchable using the Advanced search > Standard number (in the staff interface and OPAC).
583
  >This enhancement adds 028$a (MARC21 - Publisher or distributor number) to the standard number (standard-identifier) search index, searchable using the Advanced search > Standard number (in the staff interface and OPAC).
584
  >
584
  >
585
  >Note: This change only affects new installations, or when resetting mappings. To update existing installations, either manually make the change and reindex, or reset the mappings and reindex. It may also require updating your bibliographic frameworks.
585
  >Note: This change only affects new installations, or when resetting mappings. To update existing installations, either manually make the change and reindex, or reset the mappings and reindex. It may also require updating your bibliographic frameworks.
586
- [38694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38694) Boost exact title matches in Elasticsearch
586
- [38694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38694) Boost exact title matches in Elasticsearch
587
- [39171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39171) Rename IS02709 ElasticsearchMARCFormat to base64ISO2709
587
- [39171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39171) Rename IS02709 ElasticsearchMARCFormat to base64ISO2709
588
588
589
### Serials
589
### Serials
590
590
591
#### Enhancements
591
#### Enhancements
592
592
593
- [35152](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35152) Convert RoutingListNote system preference to additional contents
593
- [35152](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35152) Convert RoutingListNote system preference to additional contents
594
  >This enhancement converts the `RoutingListNote` system preference to an HTML customization, making it possible to have language- and library-specific content.
594
  >This enhancement converts the `RoutingListNote` system preference to an HTML customization, making it possible to have language- and library-specific content.
595
  >
595
  >
596
  >NOTE: This removes the default content that was previously used in the `RoutingListNote` system preference. The `RoutingSerials` system preference was updated to mention the `RoutingListNote` HTML customization option.
596
  >NOTE: This removes the default content that was previously used in the `RoutingListNote` system preference. The `RoutingSerials` system preference was updated to mention the `RoutingListNote` HTML customization option.
597
597
598
  **Sponsored by** *Athens County Public Libraries*
598
  **Sponsored by** *Athens County Public Libraries*
599
- [37094](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37094) Improve layout of serial claims page
599
- [37094](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37094) Improve layout of serial claims page
600
600
601
  **Sponsored by** *Athens County Public Libraries*
601
  **Sponsored by** *Athens County Public Libraries*
602
- [37171](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37171) Add display of subscription issue notes on serials claims page
602
- [37171](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37171) Add display of subscription issue notes on serials claims page
603
603
604
  **Sponsored by** *Loughborough University*
604
  **Sponsored by** *Loughborough University*
605
605
Lines 607-614 You can learn about the system components (like OS and database) needed for runn Link Here
607
607
608
#### Enhancements
608
#### Enhancements
609
609
610
- [15461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461) Add shelving location to holdings table as a separate column
610
- [15461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461) Add shelving location to holdings table as a separate column
611
- [28453](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28453) Update pagination subroutine to generate Bootstrap markup
611
- [28453](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28453) Update pagination subroutine to generate Bootstrap markup
612
  >This enhancement updates how pagination bars are generated and displayed in the staff interface for these areas, so that they are consistent with the pagination for catalog search results:
612
  >This enhancement updates how pagination bars are generated and displayed in the staff interface for these areas, so that they are consistent with the pagination for catalog search results:
613
  >- Authorities > Authority search results
613
  >- Authorities > Authority search results
614
  >- Cataloging > Cataloging search results
614
  >- Cataloging > Cataloging search results
Lines 623-633 You can learn about the system components (like OS and database) needed for runn Link Here
623
  >- Tools > Tags
623
  >- Tools > Tags
624
624
625
  **Sponsored by** *Athens County Public Libraries*
625
  **Sponsored by** *Athens County Public Libraries*
626
- [35154](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35154) Convert StaffLoginInstructions system preference to additional contents
626
- [35154](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35154) Convert StaffLoginInstructions system preference to additional contents
627
  >This enhancement moves the StaffLoginInstructions system preference into HTML customizations, making it possible to have language-specific content.
627
  >This enhancement moves the StaffLoginInstructions system preference into HTML customizations, making it possible to have language-specific content.
628
- [36275](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275) The displayed values for 'client ID' and 'secret' need copy to clipboard buttons when managing API keys in patron accounts
628
- [36275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275) The displayed values for 'client ID' and 'secret' need copy to clipboard buttons when managing API keys in patron accounts
629
  >This enhancement adds copy buttons to the API keys in patron accounts to make it clear and easy to copy the values correctly. There is now a tooltip to indicate a successful copy.
629
  >This enhancement adds copy buttons to the API keys in patron accounts to make it clear and easy to copy the values correctly. There is now a tooltip to indicate a successful copy.
630
- [38116](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38116) Patrons search description should be built from DT's search settings
630
- [38116](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38116) Patrons search description should be built from DT's search settings
631
  >This enhancement improves the search description (or criteria) shown above the patrons page search results table. 
631
  >This enhancement improves the search description (or criteria) shown above the patrons page search results table. 
632
  >
632
  >
633
  >It now displays the additional search criteria entered in the global search filter and column filters, for example:
633
  >It now displays the additional search criteria entered in the global search filter and column filters, for example:
Lines 635-642 You can learn about the system components (like OS and database) needed for runn Link Here
635
  >  Patrons found for: Anywhere: e
635
  >  Patrons found for: Anywhere: e
636
  >  Standard starting with 'a'
636
  >  Standard starting with 'a'
637
  >  Library=Franklin
637
  >  Library=Franklin
638
- [38313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38313) RESTOAuth2ClientCredentials system preference description is confusing
638
- [38313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38313) RESTOAuth2ClientCredentials system preference description is confusing
639
- [38521](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38521) Add classes to reports homepage
639
- [38521](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38521) Add classes to reports homepage
640
  >This enhancement adds CSS classes to each of the main sections on the reports home page:
640
  >This enhancement adds CSS classes to each of the main sections on the reports home page:
641
  >- Reports dictionary: rep_dictionary *
641
  >- Reports dictionary: rep_dictionary *
642
  >- Statistics wizards: rep_wizards
642
  >- Statistics wizards: rep_wizards
Lines 646-656 You can learn about the system components (like OS and database) needed for runn Link Here
646
  >- Other: rep_other
646
  >- Other: rep_other
647
  >
647
  >
648
  >* This change also corrects the heading level for reports dictionary to an H2 (from an H5), to correctly reflect the page structure.
648
  >* This change also corrects the heading level for reports dictionary to an H2 (from an H5), to correctly reflect the page structure.
649
- [38662](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38662) Additional fields admin page hard to read
649
- [38662](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38662) Additional fields admin page hard to read
650
  >This enhancement to the Administration > Additional parameters > Additional fields page makes it easier to read. The tables are now grouped and listed alphabetically by module and table name, instead of alphabetically by database table name.
650
  >This enhancement to the Administration > Additional parameters > Additional fields page makes it easier to read. The tables are now grouped and listed alphabetically by module and table name, instead of alphabetically by database table name.
651
- [38663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663) Add additional fields to libraries
651
- [38663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663) Add additional fields to libraries
652
  >This enhancement lets you add additional fields to libraries (Koha administration > Additional parameters > Additional fields ).
652
  >This enhancement lets you add additional fields to libraries (Koha administration > Additional parameters > Additional fields ).
653
- [38790](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790) Add HTML classes to item information fields for a record - item page (moredetail.pl)
653
- [38790](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790) Add HTML classes to item information fields for a record - item page (moredetail.pl)
654
  >This enhancement adds CSS classes to each field on the record's item page. This makes it easier to customize the page, for example, hiding the "Paid for?" field.
654
  >This enhancement adds CSS classes to each field on the record's item page. This makes it easier to customize the page, for example, hiding the "Paid for?" field.
655
  >
655
  >
656
  >Field name: class name
656
  >Field name: class name
Lines 697-704 You can learn about the system components (like OS and database) needed for runn Link Here
697
  >- Serial enumeration: enumchron
697
  >- Serial enumeration: enumchron
698
  >- Public note: itemnotes
698
  >- Public note: itemnotes
699
  >- Non-public note: itemnotes_nonpublic
699
  >- Non-public note: itemnotes_nonpublic
700
- [38994](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38994) Add class attributes to the circulation homepage to ease customization
700
- [38994](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38994) Add class attributes to the circulation homepage to ease customization
701
- [39099](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39099) Use select2 to select library limitations in item types, patron categories, and authorized values
701
- [39099](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39099) Use select2 to select library limitations in item types, patron categories, and authorized values
702
  >This improves the selection of the values for the 'Libraries limitation' field when adding and editing:
702
  >This improves the selection of the values for the 'Libraries limitation' field when adding and editing:
703
  >
703
  >
704
  >* item types
704
  >* item types
Lines 713-719 You can learn about the system components (like OS and database) needed for runn Link Here
713
713
714
#### Enhancements
714
#### Enhancements
715
715
716
- [37311](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37311) Tone down the SMTP servers administration page
716
- [37311](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37311) Tone down the SMTP servers administration page
717
  >This enhancement improves the SMTP servers administration page.
717
  >This enhancement improves the SMTP servers administration page.
718
  >
718
  >
719
  >It reformats the information section at the top of the page with the current default SMTP server detailsand adds an edit link.
719
  >It reformats the information section at the top of the page with the current default SMTP server detailsand adds an edit link.
Lines 723-740 You can learn about the system components (like OS and database) needed for runn Link Here
723
  >- "Debug mode" column: if the server is in debug mode, it is highlighted with a yellow badge and "On" in bold.
723
  >- "Debug mode" column: if the server is in debug mode, it is highlighted with a yellow badge and "On" in bold.
724
724
725
  **Sponsored by** *Athens County Public Libraries*
725
  **Sponsored by** *Athens County Public Libraries*
726
- [38851](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38851) Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals
726
- [38851](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38851) Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals
727
- [38989](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38989) Note hard-coded price checks in MarcFieldsToOrder system preference text
727
- [38989](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38989) Note hard-coded price checks in MarcFieldsToOrder system preference text
728
- [39550](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39550) RestrictPatronsWithFailedNotices system preference should not be in patron relationships section
728
- [39550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39550) RestrictPatronsWithFailedNotices system preference should not be in patron relationships section
729
  >This moves the system preference `RestrictPatronsWithFailedNotices' into the right section of the system preferences editor.
729
  >This moves the system preference `RestrictPatronsWithFailedNotices' into the right section of the system preferences editor.
730
- [39565](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39565) OPACVirtualCard system preferences should not be in Suggestions section
730
- [39565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39565) OPACVirtualCard system preferences should not be in Suggestions section
731
  >This enhancement moves the OPACVirtualCard system preferences (OPACVirtualCard and OPACVirtualCardBarcode) from the OPAC suggestion section to the OPAC features section.
731
  >This enhancement moves the OPACVirtualCard system preferences (OPACVirtualCard and OPACVirtualCardBarcode) from the OPAC suggestion section to the OPAC features section.
732
732
733
### Templates
733
### Templates
734
734
735
#### Enhancements
735
#### Enhancements
736
736
737
- [7508](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7508) Collapsable items on items tab
737
- [7508](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7508) Collapsable items on items tab
738
  >This enhancement to the staff interface bibliographic record items detail tab:
738
  >This enhancement to the staff interface bibliographic record items detail tab:
739
  >1. Adds a sidebar sub-menu showing barcodes (or item numbers) so that staff can jump directly to an item. (The sub-menu uses a scrollbar if the record has around 15 or more items.)
739
  >1. Adds a sidebar sub-menu showing barcodes (or item numbers) so that staff can jump directly to an item. (The sub-menu uses a scrollbar if the record has around 15 or more items.)
740
  >2. Makes each item on the page collapsible, so item details are hidden when clicking the item header.
740
  >2. Makes each item on the page collapsible, so item details are hidden when clicking the item header.
Lines 746-778 You can learn about the system components (like OS and database) needed for runn Link Here
746
  >- staff-global.scss modified to improve the readability of the sidebar sub-menu and removes CSS which was specific to the system preferences page. This makes the sub-menus on the item details and system preferences pages consistent with each other.
746
  >- staff-global.scss modified to improve the readability of the sidebar sub-menu and removes CSS which was specific to the system preferences page. This makes the sub-menus on the item details and system preferences pages consistent with each other.
747
747
748
  **Sponsored by** *Athens County Public Libraries*
748
  **Sponsored by** *Athens County Public Libraries*
749
- [25318](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318) Convert authorities_js.inc to JavaScript file with translatable strings
749
- [25318](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25318) Convert authorities_js.inc to JavaScript file with translatable strings
750
750
751
  **Sponsored by** *Athens County Public Libraries*
751
  **Sponsored by** *Athens County Public Libraries*
752
- [32890](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32890) Add DataTables to curbside pickups
752
- [32890](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32890) Add DataTables to curbside pickups
753
  >This enhancement changes the curbside pickups page in the staff interface so that each table is a DataTable with configurable columns.
753
  >This enhancement changes the curbside pickups page in the staff interface so that each table is a DataTable with configurable columns.
754
  >
754
  >
755
  >It also replaces the patron name output for consistency and to display names 'surname, firstname' for correct column sorting.
755
  >It also replaces the patron name output for consistency and to display names 'surname, firstname' for correct column sorting.
756
- [37222](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37222) Standardize markup for sidebar menus
756
- [37222](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37222) Standardize markup for sidebar menus
757
  >This patch standardizes the way side navigation menus are built in the staff client.
757
  >This patch standardizes the way side navigation menus are built in the staff client.
758
758
759
  **Sponsored by** *Athens County Public Libraries*
759
  **Sponsored by** *Athens County Public Libraries*
760
- [37250](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37250) Redesign labels home page to match other module home pages
760
- [37250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37250) Redesign labels home page to match other module home pages
761
  >This enhancement changes the label creator home page (Cataloging > Tools > Label creator) so that it shows the links which previously were buried in a dropdown menu.
761
  >This enhancement changes the label creator home page (Cataloging > Tools > Label creator) so that it shows the links which previously were buried in a dropdown menu.
762
762
763
  **Sponsored by** *Athens County Public Libraries*
763
  **Sponsored by** *Athens County Public Libraries*
764
- [37826](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37826) Remove the use of the script_name variable where it is unnecessary
764
- [37826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37826) Remove the use of the script_name variable where it is unnecessary
765
  >This enhancement removes the $script_name variable from several pages where it is unnecessary, and updates the corresponding template with the URL itself. (Most of the places where a $script_name variable was used was not strictly necessary. It was also used inconsistently.)
765
  >This enhancement removes the $script_name variable from several pages where it is unnecessary, and updates the corresponding template with the URL itself. (Most of the places where a $script_name variable was used was not strictly necessary. It was also used inconsistently.)
766
766
767
  **Sponsored by** *Athens County Public Libraries*
767
  **Sponsored by** *Athens County Public Libraries*
768
- [38221](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38221) Add Bootstrap styling to pagination in authority plugin search results
768
- [38221](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38221) Add Bootstrap styling to pagination in authority plugin search results
769
  >This enhancement updates the style of the pagination links in the cataloging authority search popup (for example, 100$a). The style is now consistent with other pages (such as catalog search results), instead of plain links for result page numbers and angle brackets for next, last, first, and previous page links.
769
  >This enhancement updates the style of the pagination links in the cataloging authority search popup (for example, 100$a). The style is now consistent with other pages (such as catalog search results), instead of plain links for result page numbers and angle brackets for next, last, first, and previous page links.
770
770
771
  **Sponsored by** *Athens County Public Libraries*
771
  **Sponsored by** *Athens County Public Libraries*
772
- [38227](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38227) Collapse authority popup search form when showing results
772
- [38227](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38227) Collapse authority popup search form when showing results
773
773
774
  **Sponsored by** *Athens County Public Libraries*
774
  **Sponsored by** *Athens County Public Libraries*
775
- [38351](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38351) Improve layout of course reserve details
775
- [38351](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38351) Improve layout of course reserve details
776
  >This enhancement improves the layout of course reserves pages.
776
  >This enhancement improves the layout of course reserves pages.
777
  >
777
  >
778
  >For the list of courses, it changes the "Reserves" heading to "Courses".
778
  >For the list of courses, it changes the "Reserves" heading to "Courses".
Lines 787-813 You can learn about the system components (like OS and database) needed for runn Link Here
787
  >- Now shows "0" for the "Number of students" if no value is added.
787
  >- Now shows "0" for the "Number of students" if no value is added.
788
788
789
  **Sponsored by** *Athens County Public Libraries*
789
  **Sponsored by** *Athens County Public Libraries*
790
- [38488](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38488) Add TT filter using HTML scrubber
790
- [38488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38488) Add TT filter using HTML scrubber
791
- [38714](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38714) Adjust templates for prettier
791
- [38714](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38714) Adjust templates for prettier
792
- [38718](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38718) main container wrapper
792
- [38718](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38718) main container wrapper
793
- [38720](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38720) HTML1 no longer valid? TT tags can be present in HTML without breaking the translator tool
793
- [38720](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38720) HTML1 no longer valid? TT tags can be present in HTML without breaking the translator tool
794
- [38842](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38842) Add reusable modal wrapper
794
- [38842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38842) Add reusable modal wrapper
795
- [38984](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38984) DataTables's columnDefs cleanup
795
- [38984](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38984) DataTables's columnDefs cleanup
796
- [39046](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39046) Use Bootstrap badge to indicate late transfers
796
- [39046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39046) Use Bootstrap badge to indicate late transfers
797
797
798
  **Sponsored by** *Athens County Public Libraries*
798
  **Sponsored by** *Athens County Public Libraries*
799
- [39083](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39083) Fix title sorting on list of tagged titles
799
- [39083](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39083) Fix title sorting on list of tagged titles
800
800
801
  **Sponsored by** *Athens County Public Libraries*
801
  **Sponsored by** *Athens County Public Libraries*
802
- [39483](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39483) Update staff interface forms to use grid layout
802
- [39483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39483) Update staff interface forms to use grid layout
803
803
804
  **Sponsored by** *Athens County Public Libraries*
804
  **Sponsored by** *Athens County Public Libraries*
805
- [39533](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39533) Use select2 to select item types and libraries in export of bibliographic records
805
- [39533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39533) Use select2 to select item types and libraries in export of bibliographic records
806
  >This enhancement updates the bibliographic records export tool to use select2 for multiselect of item types and libraries for a more friendly user experience. Additionally the page will correctly load CSV profiles if the page is reloaded or navigated to using the back button and CSV is selected for the export.
806
  >This enhancement updates the bibliographic records export tool to use select2 for multiselect of item types and libraries for a more friendly user experience. Additionally the page will correctly load CSV profiles if the page is reloaded or navigated to using the back button and CSV is selected for the export.
807
807
808
  **Sponsored by** *Athens County Public Libraries*
808
  **Sponsored by** *Athens County Public Libraries*
809
- [39762](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39762) Add datatables server-side rendering to OPAC
809
- [39762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39762) Add datatables server-side rendering to OPAC
810
- [39810](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810) Use select2 to select library limitations in credit and debit type administration
810
- [39810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39810) Use select2 to select library limitations in credit and debit type administration
811
  >This improves the selection of the values for the 'Libraries limitation' field when adding and editing:
811
  >This improves the selection of the values for the 'Libraries limitation' field when adding and editing:
812
  >- Debit types
812
  >- Debit types
813
  >- Credit types
813
  >- Credit types
Lines 815-821 You can learn about the system components (like OS and database) needed for runn Link Here
815
  >Instead of selecting multiple values from a dropdown list using the Ctrl key, you can either select or start typing the value, select or press enter, then repeat to select additional values.
815
  >Instead of selecting multiple values from a dropdown list using the Ctrl key, you can either select or start typing the value, select or press enter, then repeat to select additional values.
816
816
817
  **Sponsored by** *Athens County Public Libraries*
817
  **Sponsored by** *Athens County Public Libraries*
818
- [39843](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39843) Use select2 for multiple selects on patron attributes and extend due dates pages
818
- [39843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39843) Use select2 for multiple selects on patron attributes and extend due dates pages
819
  >This improves the selection of values on these pages:
819
  >This improves the selection of values on these pages:
820
  >- Patron attribute types: for the Library limitation field
820
  >- Patron attribute types: for the Library limitation field
821
  >- Batch extend due dates: for the Patron categories, Item types, and Libraries fields
821
  >- Batch extend due dates: for the Patron categories, Item types, and Libraries fields
Lines 828-869 You can learn about the system components (like OS and database) needed for runn Link Here
828
828
829
#### Enhancements
829
#### Enhancements
830
830
831
- [37448](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37448) Add build_sample_ill_request to TestBuilder.pm
831
- [37448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37448) Add build_sample_ill_request to TestBuilder.pm
832
  >This enhancement adds the ability to generate sample ILL requests for the test suite.
832
  >This enhancement adds the ability to generate sample ILL requests for the test suite.
833
- [38461](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38461) Table features needs to be covered by e2e tests using Cypress
833
- [38461](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38461) Table features needs to be covered by e2e tests using Cypress
834
- [38503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38503) Add a Cypress task to generate objects based on its swagger def spec
834
- [38503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38503) Add a Cypress task to generate objects based on its swagger def spec
835
  >This provides utilities for Cypress tests to generate JavaScript objects directly from the API definitions. They contain example data and can then be using to easily mock API responses in tests.
835
  >This provides utilities for Cypress tests to generate JavaScript objects directly from the API definitions. They contain example data and can then be using to easily mock API responses in tests.
836
- [38818](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38818) Add diag option to t::lib::Mocks::Logger
836
- [38818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38818) Add diag option to t::lib::Mocks::Logger
837
837
838
  **Sponsored by** *Open Fifth*
838
  **Sponsored by** *Open Fifth*
839
- [38944](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38944) Add Test::NoWarnings to tests without warnings
839
- [38944](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38944) Add Test::NoWarnings to tests without warnings
840
  >This enhancement adds the Test::NoWarnings module to all the tests that currently do not produce warnings. This will then be a good starting point to move toward no warnings in our tests, with the next step to clean the other tests that currently do provide warnings.
840
  >This enhancement adds the Test::NoWarnings module to all the tests that currently do not produce warnings. This will then be a good starting point to move toward no warnings in our tests, with the next step to clean the other tests that currently do provide warnings.
841
- [39007](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39007) Add last_audit to the sushi_service API spec
841
- [39007](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39007) Add last_audit to the sushi_service API spec
842
- [39119](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39119) xt/js_tidy.t and xt/vue_tidy.t does not use tidy.pl
842
- [39119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39119) xt/js_tidy.t and xt/vue_tidy.t does not use tidy.pl
843
- [39130](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39130) Add unit tests for xgettext.pl
843
- [39130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39130) Add unit tests for xgettext.pl
844
- [39319](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39319) xt/author/podcorrectness.t only test POD for perl files within C4 and Koha
844
- [39319](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39319) xt/author/podcorrectness.t only test POD for perl files within C4 and Koha
845
- [39325](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39325) Run codespell successfully on the whole codebase
845
- [39325](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39325) Run codespell successfully on the whole codebase
846
- [39365](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39365) `perl -cw` should pass on all Perl files
846
- [39365](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39365) `perl -cw` should pass on all Perl files
847
- [39367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39367) Add POD to all subroutines/methods
847
- [39367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39367) Add POD to all subroutines/methods
848
- [39700](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39700) Fix test case t/db_dependent/Authority/Merge.t broken in 34739
848
- [39700](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39700) Fix test case t/db_dependent/Authority/Merge.t broken in 34739
849
- [39741](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39741) xt/author/valid-templates.t should setting dirs to skip
849
- [39741](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39741) xt/author/valid-templates.t should setting dirs to skip
850
850
851
### Tools
851
### Tools
852
852
853
#### Enhancements
853
#### Enhancements
854
854
855
- [18657](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18657) Inventory tool should display more statuses/problems
855
- [18657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18657) Inventory tool should display more statuses/problems
856
  >This enhancement adds two new checkboxes to the inventory tool. One will show lost items and the other will show items without a problem when barcodes aren't compared.
856
  >This enhancement adds two new checkboxes to the inventory tool. One will show lost items and the other will show items without a problem when barcodes aren't compared.
857
- [37360](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37360) Add 'protected status' as one of the things that can be updated via batch patron modification
857
- [37360](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37360) Add 'protected status' as one of the things that can be updated via batch patron modification
858
  >This enhancement to the batch patron modification tool allows superlibrarians to batch update the protected status setting for patrons, instead of having to change each patron individually. The edit patrons form now includes the "Protected" field. (The protected status option for patrons was added in Koha 23.11.
858
  >This enhancement to the batch patron modification tool allows superlibrarians to batch update the protected status setting for patrons, instead of having to change each patron individually. The edit patrons form now includes the "Protected" field. (The protected status option for patrons was added in Koha 23.11.
859
- [39628](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39628) Display 'diff' in action logs
859
- [39628](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39628) Display 'diff' in action logs
860
  >Adds a "diff" column to the action logs viewer. This column will display the old (O) and new (N) values of the fields that were changed, for modules that store that information.
860
  >Adds a "diff" column to the action logs viewer. This column will display the old (O) and new (N) values of the fields that were changed, for modules that store that information.
861
861
862
### Z39.50 / SRU / OpenSearch Servers
862
### Z39.50 / SRU / OpenSearch Servers
863
863
864
#### Enhancements
864
#### Enhancements
865
865
866
- [39303](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39303) Add audience index to SRU
866
- [39303](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39303) Add audience index to SRU
867
## Bugfixes
867
## Bugfixes
868
This list includes all bugfixes since the previous major version. Most of them
868
This list includes all bugfixes since the previous major version. Most of them
869
have already been fixed in maintenance releases
869
have already been fixed in maintenance releases
Lines 871-956 have already been fixed in maintenance releases Link Here
871
871
872
#### Security bugs
872
#### Security bugs
873
873
874
- [39184](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39184) Server-side template injection leading to remote code execution (25.05.00)
874
- [39184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39184) Server-side template injection leading to remote code execution (25.05.00)
875
875
876
#### Critical bugs fixed
876
#### Critical bugs fixed
877
877
878
- [33430](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33430) Use REST API for suggestions tables (25.05.00)
878
- [33430](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33430) Use REST API for suggestions tables (25.05.00)
879
  >This development reworks the purchase suggestion tables to use the API, which results in much faster load times when there are many suggestions.
879
  >This development reworks the purchase suggestion tables to use the API, which results in much faster load times when there are many suggestions.
880
- [37993](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37993) Having a single EDI EAN account produces a bad redirect (25.05.00,24.11.02)
880
- [37993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37993) Having a single EDI EAN account produces a bad redirect (25.05.00,24.11.02)
881
  >This fixes creating an EDIFACT order for a basket in acquisitions - if there was only one library EAN defined, then a 403 page error was generated. It also simplifies creating an EDIFACT order:
881
  >This fixes creating an EDIFACT order for a basket in acquisitions - if there was only one library EAN defined, then a 403 page error was generated. It also simplifies creating an EDIFACT order:
882
  >- If there are no library EANs defined, the "Create EDIFACT order" button is greyed out and has a tooltip "You must define an EAN in Administration > Library EANs".
882
  >- If there are no library EANs defined, the "Create EDIFACT order" button is greyed out and has a tooltip "You must define an EAN in Administration > Library EANs".
883
  >- If there is only one library EAN defined, you are prompted to generate the order without needing to select an EAN.
883
  >- If there is only one library EAN defined, you are prompted to generate the order without needing to select an EAN.
884
  >- If there is more than one library EAN, the "Create EDIFACT order" button incorporates a dropdown list with the available library EANs.
884
  >- If there is more than one library EAN, the "Create EDIFACT order" button incorporates a dropdown list with the available library EANs.
885
  >(The error is related to the CSRF changes added in Koha 24.05 to improve form security.)
885
  >(The error is related to the CSRF changes added in Koha 24.05 to improve form security.)
886
- [38411](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38411) When adding multiple items on receive, mandatory fields are not checked (25.05.00)
886
- [38411](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38411) When adding multiple items on receive, mandatory fields are not checked (25.05.00)
887
- [38423](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38423) EDIFACT invoice files should skip orders that cannot be receipted rather than failing to complete (25.05.00,24.11.04)
887
- [38423](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38423) EDIFACT invoice files should skip orders that cannot be receipted rather than failing to complete (25.05.00,24.11.04)
888
  >This fixes loading EDIFACT invoice files so that it skips a problematic order (usually a cancelled order or a deleted bibliographic or item record), reports any problem orders, and completes the processing of other orders. Previously, the EDIFACT page would get "stuck" and display as "Processing" for problematic orders, then the remainder of the orders in the file had to be manually receipted by library staff (as vendors are reluctant to re-process part invoices).
888
  >This fixes loading EDIFACT invoice files so that it skips a problematic order (usually a cancelled order or a deleted bibliographic or item record), reports any problem orders, and completes the processing of other orders. Previously, the EDIFACT page would get "stuck" and display as "Processing" for problematic orders, then the remainder of the orders in the file had to be manually receipted by library staff (as vendors are reluctant to re-process part invoices).
889
889
890
  **Sponsored by** *Open Fifth*
890
  **Sponsored by** *Open Fifth*
891
- [38961](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38961) XSS in vendor search (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
891
- [38961](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38961) XSS in vendor search (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
892
892
893
  **Sponsored by** *Chetco Community Public Library*
893
  **Sponsored by** *Chetco Community Public Library*
894
- [39282](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282) When adding an order from file, data entered in the "Item information" tab is not saved and invalid items are created (25.05.00, 24.11.03)
894
- [39282](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282) When adding an order from file, data entered in the "Item information" tab is not saved and invalid items are created (25.05.00, 24.11.03)
895
  >This fixes an issue that occurs in Acquisitions when adding an order from a new or staged file. If the system preference AcqCreateItem is set to create items when the order is placed, and item information is not imported from the uploaded MARC file, then the librarian would enter the item information in the "Item information" tab when confirming the order. The information from this tab was not getting processed correctly, which led to "empty" items being created.
895
  >This fixes an issue that occurs in Acquisitions when adding an order from a new or staged file. If the system preference AcqCreateItem is set to create items when the order is placed, and item information is not imported from the uploaded MARC file, then the librarian would enter the item information in the "Item information" tab when confirming the order. The information from this tab was not getting processed correctly, which led to "empty" items being created.
896
- [39754](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39754) Cannot scroll EANs when clicking 'Create EDIFACT order' in a basket (25.05.00)
896
- [39754](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39754) Cannot scroll EANs when clicking 'Create EDIFACT order' in a basket (25.05.00)
897
- [39858](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39858) Cannot save vendor if it has invoices (25.05.00)
897
- [39858](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39858) Cannot save vendor if it has invoices (25.05.00)
898
- [39878](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39878) EDIFACT vendor account records sets default port incorrectly for FTP (25.05.00)
898
- [39878](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39878) EDIFACT vendor account records sets default port incorrectly for FTP (25.05.00)
899
  >This fixes the default upload and download ports when creating an EDI account (Koha administration > Acquisition parameters > EDI accounts > New account). 
899
  >This fixes the default upload and download ports when creating an EDI account (Koha administration > Acquisition parameters > EDI accounts > New account). 
900
  >
900
  >
901
  >If:
901
  >If:
902
  >- FTP is selected, it now defaults to port 21 (instead of port 22).
902
  >- FTP is selected, it now defaults to port 21 (instead of port 22).
903
  >- SFTP is selected, it defaults to port 22.
903
  >- SFTP is selected, it defaults to port 22.
904
- [34070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070) background_jobs_worker.pl floods logs when it gets error frames (25.05.00)
904
- [34070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070) background_jobs_worker.pl floods logs when it gets error frames (25.05.00)
905
- [37020](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020) bulkmarcimport gets killed when inserting large files (25.05.00)
905
- [37020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020) bulkmarcimport gets killed when inserting large files (25.05.00)
906
- [38872](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38872) Only first 'a' node tested for wrong filters (25.05.00,24.11.04)
906
- [38872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38872) Only first 'a' node tested for wrong filters (25.05.00,24.11.04)
907
- [39115](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39115) Tidy script should list the files we do not want to tidy (25.05.00)
907
- [39115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39115) Tidy script should list the files we do not want to tidy (25.05.00)
908
- [39353](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39353) Tidy - Do not empty template files (25.05.00)
908
- [39353](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39353) Tidy - Do not empty template files (25.05.00)
909
- [39849](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39849) Target dependency issue in Makefile (25.05.00)
909
- [39849](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39849) Target dependency issue in Makefile (25.05.00)
910
- [38826](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38826) C4::Auth::check_api_auth sometimes returns $session and sometimes returns $sessionID (25.05.00,24.11.03,24.05.08,23.11.13)
910
- [38826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38826) C4::Auth::check_api_auth sometimes returns $session and sometimes returns $sessionID (25.05.00,24.11.03,24.05.08,23.11.13)
911
  >This fixes authentication checking so that the $sessionID is consistently returned (sometimes it was returning the session object). (Note: $sessionID is returned on a successful login, while $session is returned when there is a cookie for an authenticated session.)
911
  >This fixes authentication checking so that the $sessionID is consistently returned (sometimes it was returning the session object). (Note: $sessionID is returned on a successful login, while $session is returned when there is a cookie for an authenticated session.)
912
- [39874](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39874) Template error prevents authority merging (25.05.00)
912
- [39874](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39874) Template error prevents authority merging (25.05.00)
913
  >This fixes merging authority records. It was not possible to merge authority records after bug 39325 (this only affects  Koha 25.05/main).
913
  >This fixes merging authority records. It was not possible to merge authority records after bug 39325 (this only affects  Koha 25.05/main).
914
914
915
  **Sponsored by** *Athens County Public Libraries*
915
  **Sponsored by** *Athens County Public Libraries*
916
- [39299](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39299) cn_browser on 952$o fails to open from item editor (25.05.00)
916
- [39299](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39299) cn_browser on 952$o fails to open from item editor (25.05.00)
917
- [39396](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39396) Select2 drop-downs in batch item modification are empty (25.05.00)
917
- [39396](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39396) Select2 drop-downs in batch item modification are empty (25.05.00)
918
- [39462](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39462) (bug 37870 follow-up) Default values from framework are inserted into existing record while editing (25.05.00)
918
- [39462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39462) (bug 37870 follow-up) Default values from framework are inserted into existing record while editing (25.05.00)
919
919
920
  **Sponsored by** *Pontificia Università di San Tommaso d'Aquino (Angelicum)*
920
  **Sponsored by** *Pontificia Università di San Tommaso d'Aquino (Angelicum)*
921
- [39848](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39848) Users without edit_catalogue permission can delete the record if no items remain from the batch item deletion tool (25.05.00)
921
- [39848](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39848) Users without edit_catalogue permission can delete the record if no items remain from the batch item deletion tool (25.05.00)
922
- [39864](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39864) Cannot save automatic item modifications by age rules (25.05.00)
922
- [39864](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39864) Cannot save automatic item modifications by age rules (25.05.00)
923
- [33284](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33284) checkout_renewals table retains checkout history in violation of patron privacy (25.05.00)
923
- [33284](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33284) checkout_renewals table retains checkout history in violation of patron privacy (25.05.00)
924
  >With the introduction of more fine-grained renewals tracking in "Checkout renewals should be stored in their own table", we inadvertently missed applying patron anonymization preferences.
924
  >With the introduction of more fine-grained renewals tracking in "Checkout renewals should be stored in their own table", we inadvertently missed applying patron anonymization preferences.
925
  >
925
  >
926
  >This bug corrects that by adding logic to ensure we follow a patrons preference for removing this data.
926
  >This bug corrects that by adding logic to ensure we follow a patrons preference for removing this data.
927
- [38588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38588) Checkin that triggers a transfer => print slip => Internal server error (25.05.00,24.11.02)
927
- [38588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38588) Checkin that triggers a transfer => print slip => Internal server error (25.05.00,24.11.02)
928
  >This fixes a regression caused by bug 35721 in Koha 24.11. When checking in an item that needs transferring to its home library, printing the slip was generating an error ("..Active item transfer already exists' with transfer..").
928
  >This fixes a regression caused by bug 35721 in Koha 24.11. When checking in an item that needs transferring to its home library, printing the slip was generating an error ("..Active item transfer already exists' with transfer..").
929
- [38789](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38789) Wrong Transfer modal does not show (25.05.00,24.11.03)
929
- [38789](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38789) Wrong Transfer modal does not show (25.05.00,24.11.03)
930
  >This fixes a regression. When an item in transit was checked in at a library other than the destination, it was not generating the "Wrong transfer" dialog box.
930
  >This fixes a regression. When an item in transit was checked in at a library other than the destination, it was not generating the "Wrong transfer" dialog box.
931
- [38793](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38793) When setting up automatic confirmation of transfers when dismissing the modal. It prevents manual cancellation (25.05.00,24.11.03)
931
- [38793](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38793) When setting up automatic confirmation of transfers when dismissing the modal. It prevents manual cancellation (25.05.00,24.11.03)
932
  >Fixes a transfer being silently not canceled (despite clicking the button) when system preferences TransfersBlockCirc = "don't block" and AutomaticConfirmTransfer = "do automatically confirm". Which should only be about confirming when dismissing the transfer modal.
932
  >Fixes a transfer being silently not canceled (despite clicking the button) when system preferences TransfersBlockCirc = "don't block" and AutomaticConfirmTransfer = "do automatically confirm". Which should only be about confirming when dismissing the transfer modal.
933
- [39302](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39302) Checkins can disappear from checkin list if transfer modal is triggered (25.05.00)
933
- [39302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39302) Checkins can disappear from checkin list if transfer modal is triggered (25.05.00)
934
- [39750](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39750) Wrong transfer breaking check in when using library transfer limits (25.05.00)
934
- [39750](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39750) Wrong transfer breaking check in when using library transfer limits (25.05.00)
935
- [38894](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38894) Longoverdue cron should follow HomeOrHoldingBranch as well as CircControl when using --library flag (25.05.00,24.11.04)
935
- [38894](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38894) Longoverdue cron should follow HomeOrHoldingBranch as well as CircControl when using --library flag (25.05.00,24.11.04)
936
  >When the longoverdue cron is limited by library, it follows the CircControl system preference. When CircControl is set to "the item's library," this patch allows the HomeOrHoldingBranch system preference to further specify either the item's homebranch or the item's holdingbranch. This makes the longoverdue cron consistent with the application or circulation and fine rules.
936
  >When the longoverdue cron is limited by library, it follows the CircControl system preference. When CircControl is set to "the item's library," this patch allows the HomeOrHoldingBranch system preference to further specify either the item's homebranch or the item's holdingbranch. This makes the longoverdue cron consistent with the application or circulation and fine rules.
937
- [39694](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39694) `es_indexer_daemon.pl` doesn't use batch_size in DB poll mode (25.05.00)
937
- [39694](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39694) `es_indexer_daemon.pl` doesn't use batch_size in DB poll mode (25.05.00)
938
- [38602](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38602) Columns bookings.creation_date and bookings.modification_date not added if multiple databases are in use (25.05.00,24.11.01)
938
- [38602](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38602) Columns bookings.creation_date and bookings.modification_date not added if multiple databases are in use (25.05.00,24.11.01)
939
  >This fixes the database update for Bug 37592 - Add a record of creation and modification to bookings, added in Koha 24.11.00. It covers the case where multiple Koha instances are being updated on the same server - the database update was only updating the first database.
939
  >This fixes the database update for Bug 37592 - Add a record of creation and modification to bookings, added in Koha 24.11.00. It covers the case where multiple Koha instances are being updated on the same server - the database update was only updating the first database.
940
940
941
  **Sponsored by** *Koha-Suomi Oy*
941
  **Sponsored by** *Koha-Suomi Oy*
942
- [39025](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39025) Update patron account templates to use old_issue_id to display circ info (25.05.00,24.11.03)
942
- [39025](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39025) Update patron account templates to use old_issue_id to display circ info (25.05.00,24.11.03)
943
- [38919](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38919) Checkin does not notify of waiting holds (25.05.00,24.11.02)
943
- [38919](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38919) Checkin does not notify of waiting holds (25.05.00,24.11.02)
944
- [38340](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38340) Translatability - Standard form include files are not translatable (25.05.00)
944
- [38340](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38340) Translatability - Standard form include files are not translatable (25.05.00)
945
- [39765](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39765) Old-fashioned ILL backends (not plugins) are not working (25.05.00)
945
- [39765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39765) Old-fashioned ILL backends (not plugins) are not working (25.05.00)
946
- [38750](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38750) Installer process not terminating when nothing to do (25.05.00,24.11.02,24.05.08)
946
- [38750](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38750) Installer process not terminating when nothing to do (25.05.00,24.11.02,24.05.08)
947
  >This fixes the installation process - instead of getting "Try again" when there is nothing left to do (after updating the database structure) and not being able to finish, you now get "Everything went okay. Update done."
947
  >This fixes the installation process - instead of getting "Try again" when there is nothing left to do (after updating the database structure) and not being able to finish, you now get "Everything went okay. Update done."
948
- [38779](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38779) Record sources not working on packages install (25.05.00,24.11.02,24.05.07)
948
- [38779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38779) Record sources not working on packages install (25.05.00,24.11.02,24.05.07)
949
  >This fixes the record sources page (Administration > Cataloging > Record sources) for package installs - you can now add and edit record sources, instead of getting a blank page. The Koha packages were missing the required JavaScript files (/intranet-tmpl/prog/js/vue/dist/admin/record_sources_24.1100000.js"></script>) to make the page work correctly.
949
  >This fixes the record sources page (Administration > Cataloging > Record sources) for package installs - you can now add and edit record sources, instead of getting a blank page. The Koha packages were missing the required JavaScript files (/intranet-tmpl/prog/js/vue/dist/admin/record_sources_24.1100000.js"></script>) to make the page work correctly.
950
- [39460](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39460) Debian package install broken in 24.11 if no database change included in package (e.g. 24.11.03-2) (25.05.00,24.11.03)
950
- [39460](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39460) Debian package install broken in 24.11 if no database change included in package (e.g. 24.11.03-2) (25.05.00,24.11.03)
951
- [39560](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39560) For authorities, hidden fields in the record will be lost when editing and saving (25.05.00)
951
- [39560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39560) For authorities, hidden fields in the record will be lost when editing and saving (25.05.00)
952
  >This bug fixes an issue where data would be deleted from authorities if the field was filled out but hidden in the authority type. This patch updates the authority editor to show the data if present, even if the field is edited, matching the bibliographic editor behavior.
952
  >This bug fixes an issue where data would be deleted from authorities if the field was filled out but hidden in the authority type. This patch updates the authority editor to show the data if present, even if the field is edited, matching the bibliographic editor behavior.
953
- [32722](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722) UNIMARC: Remove mandatory flag from some subfields and field in default bibliographic framework (25.05.00,24.11.02,24.05.08)
953
- [32722](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722) UNIMARC: Remove mandatory flag from some subfields and field in default bibliographic framework (25.05.00,24.11.02,24.05.08)
954
  >This updates the default UNIMARC bibliographic record framework to remove the mandatory flag from some subfields and fields. 
954
  >This updates the default UNIMARC bibliographic record framework to remove the mandatory flag from some subfields and fields. 
955
  >
955
  >
956
  >For UNIMARC, several subfields are only mandatory if the field is actually used (MARC21 does not have this requirement). 
956
  >For UNIMARC, several subfields are only mandatory if the field is actually used (MARC21 does not have this requirement). 
Lines 962-1007 have already been fixed in maintenance releases Link Here
962
  >As Koha is not currently able to manage both the UNIMARC and MARC21 requirements without significant changes, a practical decision was made to configure the otherwise mandatory subfields as not mandatory. 
962
  >As Koha is not currently able to manage both the UNIMARC and MARC21 requirements without significant changes, a practical decision was made to configure the otherwise mandatory subfields as not mandatory. 
963
  >
963
  >
964
  >Important note: This only affects NEW UNIMARC installations. Existing installations should edit their default UNIMARC framework to make these changes (although, it is likely that they have already done so).
964
  >Important note: This only affects NEW UNIMARC installations. Existing installations should edit their default UNIMARC framework to make these changes (although, it is likely that they have already done so).
965
- [28478](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28478) MARC detail and ISBD pages still show suppressed records (25.05.00,24.11.02,24.05.07)
965
- [28478](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28478) MARC detail and ISBD pages still show suppressed records (25.05.00,24.11.02,24.05.07)
966
- [38683](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38683) OPAC cover images are only shown on first result page (25.05.00,24.11.02)
966
- [38683](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38683) OPAC cover images are only shown on first result page (25.05.00,24.11.02)
967
  >This fixes OPAC search results when cover images are enabled - covers are now shown on all the result pages, instead of just the first page of results.
967
  >This fixes OPAC search results when cover images are enabled - covers are now shown on all the result pages, instead of just the first page of results.
968
- [38981](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38981) Local cover images failing to load in OPAC search results (25.05.00)
968
- [38981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38981) Local cover images failing to load in OPAC search results (25.05.00)
969
  >This patchset fixes a problem where local cover images were not properly loading on the OPAC results page. With this fix local covers now load correctly.
969
  >This patchset fixes a problem where local cover images were not properly loading on the OPAC results page. With this fix local covers now load correctly.
970
- [39095](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39095) Clicking 'Cancel' for article requests in the OPAC patron account does not respond (25.05.00)
970
- [39095](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39095) Clicking 'Cancel' for article requests in the OPAC patron account does not respond (25.05.00)
971
971
972
  **Sponsored by** *Athens County Public Libraries*
972
  **Sponsored by** *Athens County Public Libraries*
973
- [39313](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39313) OpacTrustedCheckout self-checkout modal not checking out valid barcode (25.05.00)
973
- [39313](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39313) OpacTrustedCheckout self-checkout modal not checking out valid barcode (25.05.00)
974
974
975
  **Sponsored by** *Reserve Bank of New Zealand*
975
  **Sponsored by** *Reserve Bank of New Zealand*
976
- [39395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39395) Self checkout login form not correctly place (25.05.00)
976
- [39395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39395) Self checkout login form not correctly place (25.05.00)
977
  >This fixes the self checkout system login page - there was a large vertical gap between the header of the page, and the actual login form.
977
  >This fixes the self checkout system login page - there was a large vertical gap between the header of the page, and the actual login form.
978
- [39680](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39680) The navigation item "Clear” in search history doesn't delete searches (25.05.00)
978
- [39680](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39680) The navigation item "Clear” in search history doesn't delete searches (25.05.00)
979
979
980
  **Sponsored by** *Athens County Public Libraries*
980
  **Sponsored by** *Athens County Public Libraries*
981
- [39707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39707) Fix JS error when placing a request (25.05.00)
981
- [39707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39707) Fix JS error when placing a request (25.05.00)
982
- [39761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39761) OPAC DataTables responsive table controls style broken by Bug 39600 (25.05.00)
982
- [39761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39761) OPAC DataTables responsive table controls style broken by Bug 39600 (25.05.00)
983
983
984
  **Sponsored by** *Athens County Public Libraries*
984
  **Sponsored by** *Athens County Public Libraries*
985
- [39857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39857) OAI expanded_avs option broken (25.05.00,24.11.05)
985
- [39857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39857) OAI expanded_avs option broken (25.05.00,24.11.05)
986
- [38892](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38892) Patron category 'can be a guarantee' means that same category cannot be a guarantor (again) (25.05.00)
986
- [38892](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38892) Patron category 'can be a guarantee' means that same category cannot be a guarantor (again) (25.05.00)
987
- [39331](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39331) Guarantor relationships not removed when changing patron category from memberentry.pl (25.05.00)
987
- [39331](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39331) Guarantor relationships not removed when changing patron category from memberentry.pl (25.05.00)
988
  >This fixes changing a patron with guarantors from a patron category that allows guarantees to one that doesn't (for example, from Kid to a Patron). Currently, the guarantor relationships are kept (when they shouldn't be).
988
  >This fixes changing a patron with guarantors from a patron category that allows guarantees to one that doesn't (for example, from Kid to a Patron). Currently, the guarantor relationships are kept (when they shouldn't be).
989
- [39779](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39779) Table.row.add error in point of sale table (25.05.00)
989
- [39779](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39779) Table.row.add error in point of sale table (25.05.00)
990
- [28907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28907) Potential unauthorized access in public REST routes (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
990
- [28907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28907) Potential unauthorized access in public REST routes (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
991
- [39932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39932) Koha::Item->_status should return an array (25.05.00)
991
- [39932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39932) Koha::Item->_status should return an array (25.05.00)
992
- [38375](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375) SIP2 syspref SIP2SortBinMapping is not working (25.05.00,24.11.03)
992
- [38375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375) SIP2 syspref SIP2SortBinMapping is not working (25.05.00,24.11.03)
993
- [38913](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38913) Elasticsearch indexing explodes with some oversized records with UTF-8 characters (25.05.00,24.11.02,24.05.07)
993
- [38913](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38913) Elasticsearch indexing explodes with some oversized records with UTF-8 characters (25.05.00,24.11.02,24.05.07)
994
- [38829](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38829) [CVE-2025-22954] SQL Injection in lateissues-export.pl (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
994
- [38829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38829) [CVE-2025-22954] SQL Injection in lateissues-export.pl (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
995
- [38070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38070) Regression in print notices (25.05.00,24.11.02)
995
- [38070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38070) Regression in print notices (25.05.00,24.11.02)
996
  >This fixes a regression from the Boostrap 5 upgrade for print notices. Each notice is now on its own page, instead of running one after the other without a page break (when running gather_print_notices.pl with HTML file output). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
996
  >This fixes a regression from the Boostrap 5 upgrade for print notices. Each notice is now on its own page, instead of running one after the other without a page break (when running gather_print_notices.pl with HTML file output). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
997
- [38632](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38632) All columns shown in holdings table when displaying the filters (25.05.00,24.11.03)
997
- [38632](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38632) All columns shown in holdings table when displaying the filters (25.05.00,24.11.03)
998
  >This fixes the holdings table - clicking "Show filters" was incorrectly displaying all columns.
998
  >This fixes the holdings table - clicking "Show filters" was incorrectly displaying all columns.
999
- [39112](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39112) Item search returns error (25.05.00)
999
- [39112](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39112) Item search returns error (25.05.00)
1000
1000
1001
  **Sponsored by** *Athens County Public Libraries*
1001
  **Sponsored by** *Athens County Public Libraries*
1002
- [39305](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39305) About page must warn if Plack is not running (25.05.00)
1002
- [39305](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39305) About page must warn if Plack is not running (25.05.00)
1003
- [39664](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39664) Repeatable AV additional fields no longer work (25.05.00)
1003
- [39664](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39664) Repeatable AV additional fields no longer work (25.05.00)
1004
- [38268](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38268) Callers of confirmModal need to remove the modal as the first step in their callback function (25.05.00,24.11.02,23.11.14)
1004
- [38268](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38268) Callers of confirmModal need to remove the modal as the first step in their callback function (25.05.00,24.11.02,23.11.14)
1005
  >This fixes confirm dialog boxes in the OPAC to prevent unintended actions being taken, such as accidentally deleting a list. This specifically fixes lists, and makes a technical change to prevent this happening in the future for other areas of the OPAC (such as suggestions, tags, and self-checkout).
1005
  >This fixes confirm dialog boxes in the OPAC to prevent unintended actions being taken, such as accidentally deleting a list. This specifically fixes lists, and makes a technical change to prevent this happening in the future for other areas of the OPAC (such as suggestions, tags, and self-checkout).
1006
  >
1006
  >
1007
  >Example of issue fixed for lists: 
1007
  >Example of issue fixed for lists: 
Lines 1012-1032 have already been fixed in maintenance releases Link Here
1012
  >5. Result: Instead of removing the items selected, the whole list was incorrectly deleted!
1012
  >5. Result: Instead of removing the items selected, the whole list was incorrectly deleted!
1013
1013
1014
  **Sponsored by** *Chetco Community Public Library*
1014
  **Sponsored by** *Chetco Community Public Library*
1015
- [39304](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39304) Jenkins not failing when git command fails (25.05.00)
1015
- [39304](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39304) Jenkins not failing when git command fails (25.05.00)
1016
- [31450](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31450) HTML customizations and news will not display on OPAC without a publication date (25.05.00,24.11.02,24.05.08,23.11.13)
1016
- [31450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31450) HTML customizations and news will not display on OPAC without a publication date (25.05.00,24.11.02,24.05.08,23.11.13)
1017
  >This fixes the display of news, HTML customizations, and pages on the OPAC - a publication date is now required for all types of additional content. Previously, news items and HTML customizations were not shown if they didn't have a publication date (this behavour was not obvious from the forms).
1017
  >This fixes the display of news, HTML customizations, and pages on the OPAC - a publication date is now required for all types of additional content. Previously, news items and HTML customizations were not shown if they didn't have a publication date (this behavour was not obvious from the forms).
1018
1018
1019
  **Sponsored by** *Athens County Public Libraries*
1019
  **Sponsored by** *Athens County Public Libraries*
1020
- [39170](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39170) Remote code execution within task scheduler (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1020
- [39170](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39170) Remote code execution within task scheduler (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1021
- [39295](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39295) Patron card creator infinite loop during line wrapping in template/layout incompatibility (25.05.00)
1021
- [39295](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39295) Patron card creator infinite loop during line wrapping in template/layout incompatibility (25.05.00)
1022
1022
1023
#### Other bugs fixed
1023
#### Other bugs fixed
1024
1024
1025
- [38617](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38617) Fix warning about auto increment and biblioitems (25.05.00,24.11.03)
1025
- [38617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38617) Fix warning about auto increment and biblioitems (25.05.00,24.11.03)
1026
  >This fixes the table name in the warning about auto increment and biblioitems on the About Koha > System information page.
1026
  >This fixes the table name in the warning about auto increment and biblioitems on the About Koha > System information page.
1027
  >
1027
  >
1028
  >If the system identifies auto increment issues, the message is now "The following IDs exist in both tables biblioitems and deletedbiblioitems", instead of "...tables biblio and deletedbiblioitems".
1028
  >If the system identifies auto increment issues, the message is now "The following IDs exist in both tables biblioitems and deletedbiblioitems", instead of "...tables biblio and deletedbiblioitems".
1029
- [38988](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38988) If JobsNotificationMethod is not STOMP the about page shows as if there was a problem (25.05.00)
1029
- [38988](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38988) If JobsNotificationMethod is not STOMP the about page shows as if there was a problem (25.05.00)
1030
  >This fixes the messages displayed in About Koha "Server information" and "System information" tabs, depending on whether the RabbitMQ service is running and the options for the JobsNotificationMethod system preference. Previously, an error message was shown in the system information tab when the "Polling" option was selected and RabbitMQ was not running, when it shouldn't have.
1030
  >This fixes the messages displayed in About Koha "Server information" and "System information" tabs, depending on whether the RabbitMQ service is running and the options for the JobsNotificationMethod system preference. Previously, an error message was shown in the system information tab when the "Polling" option was selected and RabbitMQ was not running, when it shouldn't have.
1031
  >
1031
  >
1032
  >Expected behavour:
1032
  >Expected behavour:
Lines 1036-1089 have already been fixed in maintenance releases Link Here
1036
  >- RabbitMQ not running:
1036
  >- RabbitMQ not running:
1037
  >  . STOMP option: message broker shows as "Using SQL polling (Fallback, Error connecting to RabbitMQ)", error message shown in the system information tab
1037
  >  . STOMP option: message broker shows as "Using SQL polling (Fallback, Error connecting to RabbitMQ)", error message shown in the system information tab
1038
  >  . Polling option: message broker shows as "Using SQL polling", no warnings in the system information tab
1038
  >  . Polling option: message broker shows as "Using SQL polling", no warnings in the system information tab
1039
- [39153](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39153) About does not handle log4perl warnings correctly. (25.05.00)
1039
- [39153](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39153) About does not handle log4perl warnings correctly. (25.05.00)
1040
- [38644](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38644) Breadcrumbs disappear when zoomed in (25.05.00)
1040
- [38644](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38644) Breadcrumbs disappear when zoomed in (25.05.00)
1041
  >This fixes the display of breadcrumbs in the OPAC for smaller screen sizes - when the page was zoomed in or viewed on a mobile device, the breadcrumbs disappeared.
1041
  >This fixes the display of breadcrumbs in the OPAC for smaller screen sizes - when the page was zoomed in or viewed on a mobile device, the breadcrumbs disappeared.
1042
1042
1043
  **Sponsored by** *Athens County Public Libraries*
1043
  **Sponsored by** *Athens County Public Libraries*
1044
- [39209](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39209) Cookie consent banner should be 'focused' on load (25.05.00)
1044
- [39209](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39209) Cookie consent banner should be 'focused' on load (25.05.00)
1045
- [39274](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39274) HTML bg-* elements are low contrast (25.05.00)
1045
- [39274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39274) HTML bg-* elements are low contrast (25.05.00)
1046
1046
1047
  **Sponsored by** *Athens County Public Libraries*
1047
  **Sponsored by** *Athens County Public Libraries*
1048
- [39490](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39490) Table columns missing headings (25.05.00)
1048
- [39490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39490) Table columns missing headings (25.05.00)
1049
- [39492](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39492) Add missing aria label on the OPAC holdings table browse shelf link (25.05.00)
1049
- [39492](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39492) Add missing aria label on the OPAC holdings table browse shelf link (25.05.00)
1050
  >This enhancement adds an aria label to the browse shelf link in the OPAC holdings table. This provides more information about what the link does for those using assistive technology, such as screen readers.
1050
  >This enhancement adds an aria label to the browse shelf link in the OPAC holdings table. This provides more information about what the link does for those using assistive technology, such as screen readers.
1051
- [39494](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39494) Announce status messaging on login page (25.05.00)
1051
- [39494](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39494) Announce status messaging on login page (25.05.00)
1052
- [39497](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39497) 'Lists' page tabs should be marked as such (25.05.00)
1052
- [39497](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39497) 'Lists' page tabs should be marked as such (25.05.00)
1053
- [39547](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39547) Required fields not conveyed programmatically in patron details in the OPAC (25.05.00)
1053
- [39547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39547) Required fields not conveyed programmatically in patron details in the OPAC (25.05.00)
1054
- [39597](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39597) When cancelling multiple holds on a bib record cancel_hold_alert has very low contrast (25.05.00)
1054
- [39597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39597) When cancelling multiple holds on a bib record cancel_hold_alert has very low contrast (25.05.00)
1055
- [39661](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39661) Self-registration form - field label missing for gender selection (25.05.00)
1055
- [39661](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39661) Self-registration form - field label missing for gender selection (25.05.00)
1056
- [39688](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39688) Space missing between "suspended" and "until" in the holds summary table (25.05.00)
1056
- [39688](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39688) Space missing between "suspended" and "until" in the holds summary table (25.05.00)
1057
- [39689](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39689) Typo in header of course reserves page (25.05.00)
1057
- [39689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39689) Typo in header of course reserves page (25.05.00)
1058
- [39782](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39782) Staff interface patron registration form - field label missing for gender selection (25.05.00)
1058
- [39782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39782) Staff interface patron registration form - field label missing for gender selection (25.05.00)
1059
  >This fixes the patron registration form in the staff interface. It adds a label ("Gender") before the gender selection options in the patron identity section.
1059
  >This fixes the patron registration form in the staff interface. It adds a label ("Gender") before the gender selection options in the patron identity section.
1060
- [8425](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425) Autobarcode generates duplicate barcodes with AcqCreateItems = on order (25.05.00,24.11.04)
1060
- [8425](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425) Autobarcode generates duplicate barcodes with AcqCreateItems = on order (25.05.00,24.11.04)
1061
- [38155](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38155) Can't close invoices using checkboxes from invoices.pl (25.05.00,24.11.02,24.05.09)
1061
- [38155](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38155) Can't close invoices using checkboxes from invoices.pl (25.05.00,24.11.02,24.05.09)
1062
  >This fixes closing and reopening of invoices (Acquisitions > [Vendor] > Invoices). Previously, the invoices you selected weren't closed or reopened when clicking on the "Close/Reopen selected invoices" button - all that happened was that one of the selected invoices was displayed instead. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1062
  >This fixes closing and reopening of invoices (Acquisitions > [Vendor] > Invoices). Previously, the invoices you selected weren't closed or reopened when clicking on the "Close/Reopen selected invoices" button - all that happened was that one of the selected invoices was displayed instead. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1063
- [38659](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38659) Cannot set a new suggestion manager when editing a suggestion (25.05.00,24.11.02)
1063
- [38659](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38659) Cannot set a new suggestion manager when editing a suggestion (25.05.00,24.11.02)
1064
  >This fixes editing suggestions so that you can change the suggestion manager in the staff interface. Previously, you could select a new suggestion manager, but the managed by field wasn't updated or saved.
1064
  >This fixes editing suggestions so that you can change the suggestion manager in the staff interface. Previously, you could select a new suggestion manager, but the managed by field wasn't updated or saved.
1065
- [38698](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38698) Created by filter in acquisitions duplicate orders search always shows zero results (25.05.00,24.11.04)
1065
- [38698](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38698) Created by filter in acquisitions duplicate orders search always shows zero results (25.05.00,24.11.04)
1066
  >This fixes the "Basket created by" search when duplicating existing orders in acquisitions - it now returns results, previously no results were returned.
1066
  >This fixes the "Basket created by" search when duplicating existing orders in acquisitions - it now returns results, previously no results were returned.
1067
- [38765](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38765) Internal server error when merging invoices (25.05.00,24.11.04)
1067
- [38765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38765) Internal server error when merging invoices (25.05.00,24.11.04)
1068
  >This fixes merging of invoices (Acquisitions > Invoices > [select invoices from search results] > Merge selected invoices > Merge). Previously, clicking "Merge" caused an internal server error with the message "The given date <date> does not match the date format (iso)...".
1068
  >This fixes merging of invoices (Acquisitions > Invoices > [select invoices from search results] > Merge selected invoices > Merge). Previously, clicking "Merge" caused an internal server error with the message "The given date <date> does not match the date format (iso)...".
1069
- [38766](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38766) Opening, closing, or deleting and invoice from the Action drop-down can cause internal server error (25.05.00,24.11.03)
1069
- [38766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38766) Opening, closing, or deleting and invoice from the Action drop-down can cause internal server error (25.05.00,24.11.03)
1070
  >This fixes closing and reopening of invoices using the action button options (Acquisitions > [Vendor] > Invoices > Actions) - when used from the search results when using invoice filters (for example, shipment to and from dates). This caused an internal server error with the message "The given date <date> does not match the date format (iso)...". It also adds a confirmation message when deleting an invoice.
1070
  >This fixes closing and reopening of invoices using the action button options (Acquisitions > [Vendor] > Invoices > Actions) - when used from the search results when using invoice filters (for example, shipment to and from dates). This caused an internal server error with the message "The given date <date> does not match the date format (iso)...". It also adds a confirmation message when deleting an invoice.
1071
- [38957](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38957) EDIFACT messages table should sort by 'Transferred date' descending by default (25.05.00,24.11.03)
1071
- [38957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38957) EDIFACT messages table should sort by 'Transferred date' descending by default (25.05.00,24.11.03)
1072
- [38986](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38986) Restore "Any" option to purchase suggestion filter by fund (25.05.00,24.11.03)
1072
- [38986](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38986) Restore "Any" option to purchase suggestion filter by fund (25.05.00,24.11.03)
1073
- [39029](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39029) When a basket contains an order transferred from another basket some information is incorrect (25.05.00)
1073
- [39029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39029) When a basket contains an order transferred from another basket some information is incorrect (25.05.00)
1074
- [39044](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39044) Fund dropdown not populated for order search on acqui-home (25.05.00, 24.11.03)
1074
- [39044](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39044) Fund dropdown not populated for order search on acqui-home (25.05.00, 24.11.03)
1075
- [39169](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39169) Acquisitions homepage no longer automatically hides "active" and "budget period" columns (25.05.00)
1075
- [39169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39169) Acquisitions homepage no longer automatically hides "active" and "budget period" columns (25.05.00)
1076
- [39530](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39530) Make MARC ordering cronjob respect the AcqCreateItems system preference (25.05.00)
1076
- [39530](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39530) Make MARC ordering cronjob respect the AcqCreateItems system preference (25.05.00)
1077
- [39620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39620) Price not populating from 020$c when creating a basket (25.05.00,24.11.05)
1077
- [39620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39620) Price not populating from 020$c when creating a basket (25.05.00,24.11.05)
1078
  >This patch fixes an error in Koha/MarcOrder.pm where price was not correctly defaulting to the 020$c if it exists.
1078
  >This patch fixes an error in Koha/MarcOrder.pm where price was not correctly defaulting to the 020$c if it exists.
1079
- [39752](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39752) Koha MarcOrder does not verify bibliographic record exists when adding order and items (25.05.00)
1079
- [39752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39752) Koha MarcOrder does not verify bibliographic record exists when adding order and items (25.05.00)
1080
- [39787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39787) Sending EDI order from basket fails if only one Library EAN exists (25.05.00)
1080
- [39787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39787) Sending EDI order from basket fails if only one Library EAN exists (25.05.00)
1081
- [39888](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39888) Error on acquisitions home when no budgets are defined (25.05.00)
1081
- [39888](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39888) Error on acquisitions home when no budgets are defined (25.05.00)
1082
- [39904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39904) EDIFACT error messages are malformed (25.05.00)
1082
- [39904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39904) EDIFACT error messages are malformed (25.05.00)
1083
- [39914](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39914) Can't use table export function on late orders (25.05.00)
1083
- [39914](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39914) Can't use table export function on late orders (25.05.00)
1084
  >This fixes the export option for the acquisition's late orders table (Acquisitions > Late orders). Export now works as expected - previously, a progress spinner was shown and the table data was not exported.
1084
  >This fixes the export option for the acquisition's late orders table (Acquisitions > Late orders). Export now works as expected - previously, a progress spinner was shown and the table data was not exported.
1085
- [18584](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces (25.05.00)
1085
- [18584](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces (25.05.00)
1086
- [36229](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36229) koha-run-backups should be first daily job (25.05.00,24.11.04)
1086
- [36229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36229) koha-run-backups should be first daily job (25.05.00,24.11.04)
1087
  >This fixes the order of the daily cron jobs (/etc/cron.daily/koha-common) so that koha-run-backups is run first. 
1087
  >This fixes the order of the daily cron jobs (/etc/cron.daily/koha-common) so that koha-run-backups is run first. 
1088
  >
1088
  >
1089
  >Reasons for this include:
1089
  >Reasons for this include:
Lines 1098-1156 have already been fixed in maintenance releases Link Here
1098
  >  . You HAVEN'T manually modified the crontab: it will seamlessly apply.
1098
  >  . You HAVEN'T manually modified the crontab: it will seamlessly apply.
1099
  >  . You HAVE manually modified the crontab: you will be prompted, and will need to decide about applying the change.
1099
  >  . You HAVE manually modified the crontab: you will be prompted, and will need to decide about applying the change.
1100
  >  . Where deployment tools are used (such as Ansible): this will depend on what tools you use and how they are configured.
1100
  >  . Where deployment tools are used (such as Ansible): this will depend on what tools you use and how they are configured.
1101
- [37292](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37292) Add an index on expires column for oauth_access_tokens (25.05.00,24.11.01,24.05.06)
1101
- [37292](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37292) Add an index on expires column for oauth_access_tokens (25.05.00,24.11.01,24.05.06)
1102
  >This adds a database index to the `expires` column for the 'oauth_access_tokens' table, making it easier for database administrators to purge older records.
1102
  >This adds a database index to the `expires` column for the 'oauth_access_tokens' table, making it easier for database administrators to purge older records.
1103
- [38149](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38149) Make ESLint config compatible with version 9 and have ESLint and Prettier installed by default (25.05.00)
1103
- [38149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38149) Make ESLint config compatible with version 9 and have ESLint and Prettier installed by default (25.05.00)
1104
  >This fixes the Koha ESLint configuration (used for finding JavaScript errors) so that it is compatible with ESLint v9, changes the packages used so that ESLint and prettier are installed by default, and tidies some files that require updating after the prettier upgrade.
1104
  >This fixes the Koha ESLint configuration (used for finding JavaScript errors) so that it is compatible with ESLint v9, changes the packages used so that ESLint and prettier are installed by default, and tidies some files that require updating after the prettier upgrade.
1105
- [38167](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38167) ESLint: migrate config to flat format + cleanup some node dependencies (25.05.00)
1105
- [38167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38167) ESLint: migrate config to flat format + cleanup some node dependencies (25.05.00)
1106
- [38440](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38440) dt_button_clear_filter handling outside of datatables.js not needed (25.05.00)
1106
- [38440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38440) dt_button_clear_filter handling outside of datatables.js not needed (25.05.00)
1107
- [38472](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38472) exportColumns hard-coded in patron categories, patron restriction types, and basket tables (25.05.00)
1107
- [38472](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38472) exportColumns hard-coded in patron categories, patron restriction types, and basket tables (25.05.00)
1108
- [38524](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38524) Add support for Vue.js and TypeScript to ESLint config to be able to actually enforce coding guideline JS8 (25.05.00)
1108
- [38524](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38524) Add support for Vue.js and TypeScript to ESLint config to be able to actually enforce coding guideline JS8 (25.05.00)
1109
  >This updates the configuration for ESLint (used for finding JavaScript coding errors) so that ESLint can be used to check Vue (.vue) and TypesScript (.ts) files. This will help with enforcing coding guideline JS8: Follow guidelines set by ESLint (https://wiki.koha-community.org/wiki/Coding_Guidelines#JS8:_Follow_guidelines_set_by_ESLint).
1109
  >This updates the configuration for ESLint (used for finding JavaScript coding errors) so that ESLint can be used to check Vue (.vue) and TypesScript (.ts) files. This will help with enforcing coding guideline JS8: Follow guidelines set by ESLint (http://wiki.koha-community.org/wiki/Coding_Guidelines#JS8:_Follow_guidelines_set_by_ESLint).
1110
- [38543](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38543) dataTables assets included but no longer exist (25.05.00,24.11.01)
1110
- [38543](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38543) dataTables assets included but no longer exist (25.05.00,24.11.01)
1111
  >This fixes the cause of a file not found message in log files when displaying the checkouts table for a patron (for any patron with current checkouts > Check out > Checkouts tab > Show checkouts). It removes the reference to the rowGroup data tables plugin assets - these no longer exist, as the plugin is now part of DataTables. (This is related to the upgrade to DataTables 2.x in Koha 24.11.)
1111
  >This fixes the cause of a file not found message in log files when displaying the checkouts table for a patron (for any patron with current checkouts > Check out > Checkouts tab > Show checkouts). It removes the reference to the rowGroup data tables plugin assets - these no longer exist, as the plugin is now part of DataTables. (This is related to the upgrade to DataTables 2.x in Koha 24.11.)
1112
- [38546](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38546) prettierrc should set tabWidth and useTabs (25.05.00)
1112
- [38546](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38546) prettierrc should set tabWidth and useTabs (25.05.00)
1113
  >This fixes Koha's Prettier code formatter configuration file (.prettierrc.js) to set the default indentation to four spaces.
1113
  >This fixes Koha's Prettier code formatter configuration file (.prettierrc.js) to set the default indentation to four spaces.
1114
- [38624](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38624) browserid_include.js no longer used (25.05.00,24.11.02)
1114
- [38624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38624) browserid_include.js no longer used (25.05.00,24.11.02)
1115
  >This removes a JavaScript file previously used in OPAC templates that is no longer used (js/browserid_include.js).
1115
  >This removes a JavaScript file previously used in OPAC templates that is no longer used (js/browserid_include.js).
1116
- [38653](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38653) Obsolete call on system preference 'OPACLocalCoverImagesPriority' (25.05.00,24.11.02,24.05.09,23.11.14)
1116
- [38653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38653) Obsolete call on system preference 'OPACLocalCoverImagesPriority' (25.05.00,24.11.02,24.05.09,23.11.14)
1117
  >This fixes the OPAC search results page by removing a call to system preference OPACLocalCoverImagesPriority - this system preference no longer exists. (There is no visible difference to the OPAC search results page.)
1117
  >This fixes the OPAC search results page by removing a call to system preference OPACLocalCoverImagesPriority - this system preference no longer exists. (There is no visible difference to the OPAC search results page.)
1118
- [38770](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38770) Remove @vue/cli-service and babel (25.05.00)
1118
- [38770](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38770) Remove @vue/cli-service and babel (25.05.00)
1119
  >This removes unused dependencies following the move from webpack to Rspack (Bug 37824 - added to Koha 24.11). They were blocking upgrading ESLint and Node.js
1119
  >This removes unused dependencies following the move from webpack to Rspack (Bug 37824 - added to Koha 24.11). They were blocking upgrading ESLint and Node.js
1120
- [38855](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38855) test/README not removed by bug 22056 (25.05.00,24.11.04)
1120
- [38855](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38855) test/README not removed by bug 22056 (25.05.00,24.11.04)
1121
  >This removes an unused README file and directory (koha-tmpl/intranet-tmpl/prog/en/modules/test/README).
1121
  >This removes an unused README file and directory (koha-tmpl/intranet-tmpl/prog/en/modules/test/README).
1122
- [38998](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38998) Cannot edit default SMTP server config when not using DB (25.05.00)
1122
- [38998](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38998) Cannot edit default SMTP server config when not using DB (25.05.00)
1123
- [39092](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39092) When loading an ILL backend plugin it should be cached (25.05.00)
1123
- [39092](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39092) When loading an ILL backend plugin it should be cached (25.05.00)
1124
- [39114](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39114) Auto-rebase script does not deal correctly with deleted files (25.05.00)
1124
- [39114](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39114) Auto-rebase script does not deal correctly with deleted files (25.05.00)
1125
- [39126](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39126) The tidy script might hide useful error message (25.05.00)
1125
- [39126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39126) The tidy script might hide useful error message (25.05.00)
1126
- [39132](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39132) Fix dbic: Revert changes to Schema.pm (25.05.00)
1126
- [39132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39132) Fix dbic: Revert changes to Schema.pm (25.05.00)
1127
- [39149](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39149) .PL files not tidy (25.05.00)
1127
- [39149](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39149) .PL files not tidy (25.05.00)
1128
- [39159](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39159) Remove useless autouse in C4/Koha.pm (25.05.00)
1128
- [39159](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39159) Remove useless autouse in C4/Koha.pm (25.05.00)
1129
- [39172](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39172) Merging records no longer compares side by side (25.05.00,24.11.03)
1129
- [39172](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39172) Merging records no longer compares side by side (25.05.00,24.11.03)
1130
  >This patch fixes a regression when merging records in the cataloging module. Columns will show side by side again when comparing records for a merge.
1130
  >This patch fixes a regression when merging records in the cataloging module. Columns will show side by side again when comparing records for a merge.
1131
- [39188](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39188) ESLint doesn't work due bug in old "globals" node package (25.05.00)
1131
- [39188](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39188) ESLint doesn't work due bug in old "globals" node package (25.05.00)
1132
- [39200](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39200) Fix QA tool complaint that hidelostitems is badly placed in sysprefs.sql (25.05.00)
1132
- [39200](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39200) Fix QA tool complaint that hidelostitems is badly placed in sysprefs.sql (25.05.00)
1133
- [39213](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39213) CGI::param called in list context from cataloguing/moveitem.pl (25.05.00)
1133
- [39213](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39213) CGI::param called in list context from cataloguing/moveitem.pl (25.05.00)
1134
- [39214](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39214) Mock preferences in t/db_dependent/Koha/Session.t for subtest 'test session driver' (25.05.00)
1134
- [39214](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39214) Mock preferences in t/db_dependent/Koha/Session.t for subtest 'test session driver' (25.05.00)
1135
- [39262](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39262) showCartUpdate indirectly uses eval() (25.05.00)
1135
- [39262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39262) showCartUpdate indirectly uses eval() (25.05.00)
1136
1136
1137
  **Sponsored by** *Athens County Public Libraries*
1137
  **Sponsored by** *Athens County Public Libraries*
1138
- [39392](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39392) Atomic update README references wrong file extension (25.05.00)
1138
- [39392](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39392) Atomic update README references wrong file extension (25.05.00)
1139
- [39485](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39485) "Wide character in print" when exporting from staff interface and OPAC (25.05.00)
1139
- [39485](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39485) "Wide character in print" when exporting from staff interface and OPAC (25.05.00)
1140
- [39567](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39567) Move form-submit js into js includes files (25.05.00)
1140
- [39567](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39567) Move form-submit js into js includes files (25.05.00)
1141
  >This moves form-submit JavaScript from individual template files and adds it to the global JavaScript include files for the staff interface and OPAC.
1141
  >This moves form-submit JavaScript from individual template files and adds it to the global JavaScript include files for the staff interface and OPAC.
1142
- [39606](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39606) Cover change from bug 39294 with a Cypress test (25.05.00)
1142
- [39606](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39606) Cover change from bug 39294 with a Cypress test (25.05.00)
1143
  >This adds Cyress tests for staging MARC records for import.
1143
  >This adds Cyress tests for staging MARC records for import.
1144
- [39618](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39618) Add a non-unique index/key to borrowers table for preferred_name (25.05.00)
1144
- [39618](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39618) Add a non-unique index/key to borrowers table for preferred_name (25.05.00)
1145
- [39623](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39623) "make install" re-runs "make" process unnecessarily (25.05.00)
1145
- [39623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39623) "make install" re-runs "make" process unnecessarily (25.05.00)
1146
- [39734](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39734) Obsolete call of system preference IntranetmainUserblock (25.05.00)
1146
- [39734](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39734) Obsolete call of system preference IntranetmainUserblock (25.05.00)
1147
- [39826](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39826) Vendor interface's password not utf8 decoded on display (25.05.00)
1147
- [39826](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39826) Vendor interface's password not utf8 decoded on display (25.05.00)
1148
- [39833](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39833) mysqldump SET character_set_client = utf8 vs utf8mb4 (25.05.00)
1148
- [39833](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39833) mysqldump SET character_set_client = utf8 vs utf8mb4 (25.05.00)
1149
- [39835](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39835) Tidy is_boolean / tinyint (25.05.00)
1149
- [39835](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39835) Tidy is_boolean / tinyint (25.05.00)
1150
- [19113](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113) Barcode value builder not working with numeric branchcode (25.05.00)
1150
- [19113](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113) Barcode value builder not working with numeric branchcode (25.05.00)
1151
  >This fixes the generation of item barcodes, where the autoBarcode system preference is set to "generated in the form <branchcode>yymm0001" and the library code is either a number or alphanumeric value. This automatically generated barcode format didn't work in this case, and the number generated would not automatically increment.
1151
  >This fixes the generation of item barcodes, where the autoBarcode system preference is set to "generated in the form <branchcode>yymm0001" and the library code is either a number or alphanumeric value. This automatically generated barcode format didn't work in this case, and the number generated would not automatically increment.
1152
- [25015](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25015) Staff with 'Edit Iitems' permission currently can not edit Items attached to a fast add framework (25.05.00)
1152
- [25015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25015) Staff with 'Edit Iitems' permission currently can not edit Items attached to a fast add framework (25.05.00)
1153
- [31019](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31019) UNIMARC field help link when cataloging - update default URL (25.05.00)
1153
- [31019](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31019) UNIMARC field help link when cataloging - update default URL (25.05.00)
1154
  >This fixes the default UNIMARC field documentation link for the basic MARC editor - the help link now goes to https://www.ifla.org/g/unimarc-rg/unimarc-updates/. IFLA no longer provides field-level documentation pages for the UNIMARC format (as at December 2024), and the previous default links no longer work.
1154
  >This fixes the default UNIMARC field documentation link for the basic MARC editor - the help link now goes to https://www.ifla.org/g/unimarc-rg/unimarc-updates/. IFLA no longer provides field-level documentation pages for the UNIMARC format (as at December 2024), and the previous default links no longer work.
1155
  >
1155
  >
1156
  >It also:
1156
  >It also:
Lines 1161-1339 have already been fixed in maintenance releases Link Here
1161
  >  . adds some additional spacing before the indicator fields
1161
  >  . adds some additional spacing before the indicator fields
1162
  >  . removes the '-' before the tag title
1162
  >  . removes the '-' before the tag title
1163
  >- updates the MarcFieldDocURL system preference description
1163
  >- updates the MarcFieldDocURL system preference description
1164
- [31323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31323) Edit item highlighting problem (25.05.00)
1164
- [31323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31323) Edit item highlighting problem (25.05.00)
1165
1165
1166
  **Sponsored by** *Chetco Community Public Library*
1166
  **Sponsored by** *Chetco Community Public Library*
1167
- [32877](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32877) Clean up cataloguing/value_builder/upload.pl (25.05.00)
1167
- [32877](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32877) Clean up cataloguing/value_builder/upload.pl (25.05.00)
1168
- [37293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37293) MARC bibliographic framework text for librarians and OPAC limited to 100 characters (25.05.00,24.11.01,24.05.06,23.11.11)
1168
- [37293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37293) MARC bibliographic framework text for librarians and OPAC limited to 100 characters (25.05.00,24.11.01,24.05.06,23.11.11)
1169
  >This fixes the staff and OPAC description fields for the MARC bibliographic framework forms - it increases the number of characters that can be entered to 255. Previously, the tag description fields were limited to 100 characters and the subfield description fields to 80 characters, even though the database allows up to 255 characters.
1169
  >This fixes the staff and OPAC description fields for the MARC bibliographic framework forms - it increases the number of characters that can be entered to 255. Previously, the tag description fields were limited to 100 characters and the subfield description fields to 80 characters, even though the database allows up to 255 characters.
1170
1170
1171
  **Sponsored by** *Chetco Community Public Library*
1171
  **Sponsored by** *Chetco Community Public Library*
1172
- [37546](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37546) We should output error messages alongside error codes for z39.50 errors (25.05.00)
1172
- [37546](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37546) We should output error messages alongside error codes for z39.50 errors (25.05.00)
1173
  >This fixes the output displayed for errors returned from Z39.50 searches within Koha. Error messages and additional information are now shown for any error codes (when they are returned), making it easier to troubleshoot issues.
1173
  >This fixes the output displayed for errors returned from Z39.50 searches within Koha. Error messages and additional information are now shown for any error codes (when they are returned), making it easier to troubleshoot issues.
1174
  >
1174
  >
1175
  >The message output now has the 'message' first, followed by the error reference inside brackets, the "for [SERVERNAME]", and finally "result No."
1175
  >The message output now has the 'message' first, followed by the error reference inside brackets, the "for [SERVERNAME]", and finally "result No."
1176
- [38895](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38895) In advanced editor, the fixed data helpers put '#' instead of space in record content (25.05.00)
1176
- [38895](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38895) In advanced editor, the fixed data helpers put '#' instead of space in record content (25.05.00)
1177
1177
1178
  **Sponsored by** *Ignatianum University in Cracow*
1178
  **Sponsored by** *Ignatianum University in Cracow*
1179
- [38925](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38925) Update record 'date entered on file' when duplicating a record -- in advanced editor (25.05.00)
1179
- [38925](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38925) Update record 'date entered on file' when duplicating a record -- in advanced editor (25.05.00)
1180
- [39293](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39293) Remove box around subfield tag in basic editor (25.05.00)
1180
- [39293](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39293) Remove box around subfield tag in basic editor (25.05.00)
1181
1181
1182
  **Sponsored by** *Chetco Community Public Library*
1182
  **Sponsored by** *Chetco Community Public Library*
1183
- [39294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39294) Not all settings stick when staging MARC records for import (25.05.00,24.11.04)
1183
- [39294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39294) Not all settings stick when staging MARC records for import (25.05.00,24.11.04)
1184
- [39321](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39321) Hide subfield tag for fixed length control fields (25.05.00)
1184
- [39321](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39321) Hide subfield tag for fixed length control fields (25.05.00)
1185
- [39544](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39544) New / New record generates warnings in log (25.05.00)
1185
- [39544](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39544) New / New record generates warnings in log (25.05.00)
1186
- [39559](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39559) YY is not interpreted as a default value for authorities (25.05.00)
1186
- [39559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39559) YY is not interpreted as a default value for authorities (25.05.00)
1187
- [39561](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39561) Users with only editcatalogue: fast_cataloging cannot easily add an item if a duplicate is found (25.05.00)
1187
- [39561](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39561) Users with only editcatalogue: fast_cataloging cannot easily add an item if a duplicate is found (25.05.00)
1188
- [39570](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39570) Add item form includes itemnumber while adding a new item (25.05.00)
1188
- [39570](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39570) Add item form includes itemnumber while adding a new item (25.05.00)
1189
1189
1190
  **Sponsored by** *Chetco Community Public Library*
1190
  **Sponsored by** *Chetco Community Public Library*
1191
- [39633](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39633) Inventory tool DataTable doesn't properly load (25.05.00,24.11.05)
1191
- [39633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39633) Inventory tool DataTable doesn't properly load (25.05.00,24.11.05)
1192
- [31167](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31167) Only mark due dates in the past red on overdues report (25.05.00)
1192
- [31167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31167) Only mark due dates in the past red on overdues report (25.05.00)
1193
  >This fixes the overdues report (Circulation > Overdues > Overdues) so that when the "Show any items currently checked out" filter is selected, the due date is only shown in red for overdue items. Currently, the due date is in red for all items.
1193
  >This fixes the overdues report (Circulation > Overdues > Overdues) so that when the "Show any items currently checked out" filter is selected, the due date is only shown in red for overdue items. Currently, the due date is in red for all items.
1194
1194
1195
  **Sponsored by** *Athens County Public Libraries*
1195
  **Sponsored by** *Athens County Public Libraries*
1196
- [34068](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068) Dropdown selector when changing pickup library should not depend on RESTdefaultPageSize (25.05.00,24.11.04)
1196
- [34068](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34068) Dropdown selector when changing pickup library should not depend on RESTdefaultPageSize (25.05.00,24.11.04)
1197
  >This fixes the dropdown list for holds pickup locations in the staff interface - it now shows the complete list of libraries. Previously, in some circumstances, it was not showing the complete list of pickup locations (for example, with RESTdefaultPageSize = 5 and AllowHoldPolicyOverride = Allow, it would only show the final page of libraries instead of the full list of libraries).
1197
  >This fixes the dropdown list for holds pickup locations in the staff interface - it now shows the complete list of libraries. Previously, in some circumstances, it was not showing the complete list of pickup locations (for example, with RESTdefaultPageSize = 5 and AllowHoldPolicyOverride = Allow, it would only show the final page of libraries instead of the full list of libraries).
1198
- [36081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36081) ArticleRequestsSupportedFormats not enforced server-side (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1198
- [36081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36081) ArticleRequestsSupportedFormats not enforced server-side (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1199
- [37334](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334) Cannot filter holdings table by status (25.05.00)
1199
- [37334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334) Cannot filter holdings table by status (25.05.00)
1200
  >This restores the ability to filter the holdings table by status. This was lost when the holdings table was upgraded to use the REST API (added to Koha 24.05 by bug 33568).
1200
  >This restores the ability to filter the holdings table by status. This was lost when the holdings table was upgraded to use the REST API (added to Koha 24.05 by bug 33568).
1201
- [38232](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38232) Materials specified note un-checks 'forgive overdue charges' box (25.05.00,24.11.04)
1201
- [38232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38232) Materials specified note un-checks 'forgive overdue charges' box (25.05.00,24.11.04)
1202
  >This fixes the remembering of the options when checking in items from Circulation > Check in > options icon in the barcode field.
1202
  >This fixes the remembering of the options when checking in items from Circulation > Check in > options icon in the barcode field.
1203
  >
1203
  >
1204
  >If the "Forgive overdue charges" option was selected (shown when the finesMode system preference is set to "Calculate and charge"), this selection was not remembered after checking in an item with a materials specified note (952$3).
1204
  >If the "Forgive overdue charges" option was selected (shown when the finesMode system preference is set to "Calculate and charge"), this selection was not remembered after checking in an item with a materials specified note (952$3).
1205
- [38469](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38469) Circulation returns vulnerable to reflected XSS (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1205
- [38469](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38469) Circulation returns vulnerable to reflected XSS (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1206
- [38512](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38512) Item table status column display is wrong when record has recalls (25.05.00,24.11.02,24.05.09)
1206
- [38512](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38512) Item table status column display is wrong when record has recalls (25.05.00,24.11.02,24.05.09)
1207
  >This fixes the display of recalls in the holdings table - the "Recalled by [patron] on [date]" message now only shows for item-level recalls. Previously, the message was displayed for all items when a record-level recall was made.
1207
  >This fixes the display of recalls in the holdings table - the "Recalled by [patron] on [date]" message now only shows for item-level recalls. Previously, the message was displayed for all items when a record-level recall was made.
1208
- [38649](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38649) Searching for a patron from additem.pl triggers an issue slip to print (25.05.00)
1208
- [38649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38649) Searching for a patron from additem.pl triggers an issue slip to print (25.05.00)
1209
  >This fixes an issue when searching for a patron using the check out menu item in the header, when you are on the add or edit item form for a record. It was triggering a blank issue slip for printing. This was caused by a change in Bug 37407 (Fast add/fast cataloging from patron checkout does not checkout item) that affected checking referrer URLs and query strings.
1209
  >This fixes an issue when searching for a patron using the check out menu item in the header, when you are on the add or edit item form for a record. It was triggering a blank issue slip for printing. This was caused by a change in Bug 37407 (Fast add/fast cataloging from patron checkout does not checkout item) that affected checking referrer URLs and query strings.
1210
- [38748](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38748) Library name is missing in return to home transfer slip (25.05.00,24.11.03)
1210
- [38748](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38748) Library name is missing in return to home transfer slip (25.05.00,24.11.03)
1211
  >This fixes the generation of the transfer slip - the library to transfer an item to is now shown, instead of being blank.
1211
  >This fixes the generation of the transfer slip - the library to transfer an item to is now shown, instead of being blank.
1212
- [38767](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38767) Statuses in the holdings table should have block display, not inline (25.05.00)
1212
- [38767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38767) Statuses in the holdings table should have block display, not inline (25.05.00)
1213
  >This fixes the status column in the holdings table for a record with multiple statuses - each status is now shown on its own line, instead of running together. (The CSS was updated so that there is a holding_status class (which is styled as a block) and then the individual status class, for example: <span class="holding_status waitingat">Waiting at X since Y.</span>.)
1213
  >This fixes the status column in the holdings table for a record with multiple statuses - each status is now shown on its own line, instead of running together. (The CSS was updated so that there is a holding_status class (which is styled as a block) and then the individual status class, for example: <span class="holding_status waitingat">Waiting at X since Y.</span>.)
1214
- [38783](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38783) Row highlighting in the circulation history table for a patron doesn't look great (25.05.00,24.11.04)
1214
- [38783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38783) Row highlighting in the circulation history table for a patron doesn't look great (25.05.00,24.11.04)
1215
  >This fixes the circulation history table for a patron, and makes it easier to identify checked out items:
1215
  >This fixes the circulation history table for a patron, and makes it easier to identify checked out items:
1216
  >- the alternating row background colors are now white and grey, rather than:
1216
  >- the alternating row background colors are now white and grey, rather than:
1217
  >  . Returned items: white/grey
1217
  >  . Returned items: white/grey
1218
  >  . Checked out items: yellow/grey
1218
  >  . Checked out items: yellow/grey
1219
  >- checked out items are now shown as "Checked out" using an orange/gold badge in the "Return date" column
1219
  >- checked out items are now shown as "Checked out" using an orange/gold badge in the "Return date" column
1220
- [38853](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38853) 'Cancel selected' on holds table does not work (25.05.00,24.11.03)
1220
- [38853](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38853) 'Cancel selected' on holds table does not work (25.05.00,24.11.03)
1221
  >This fixes the "Cancel selected" button for a records' holds table in the staff interface - it now cancels the selected holds. Previously, after you confirmed the hold cancellation nothing happened (the background jobs didn't run and the holds were not cancelled). (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1221
  >This fixes the "Cancel selected" button for a records' holds table in the staff interface - it now cancels the selected holds. Previously, after you confirmed the hold cancellation nothing happened (the background jobs didn't run and the holds were not cancelled). (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1222
1222
1223
  **Sponsored by** *Chetco Community Public Library*
1223
  **Sponsored by** *Chetco Community Public Library*
1224
- [38861](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38861) Error loading the table in the bookings to collect report (25.05.00)
1224
- [38861](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38861) Error loading the table in the bookings to collect report (25.05.00)
1225
  >This patch fixes a bug where the bookings to collect table was not loading correctly.
1225
  >This patch fixes a bug where the bookings to collect table was not loading correctly.
1226
- [38985](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38985) Syndetics covers don't show on OPAC result pages (25.05.00,24.11.02)
1226
- [38985](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38985) Syndetics covers don't show on OPAC result pages (25.05.00,24.11.02)
1227
- [39108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39108) Clicking the 'Ignore' button on hold found modal for already-waiting hold does not dismiss the modal (25.05.00,24.11.03)
1227
- [39108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39108) Clicking the 'Ignore' button on hold found modal for already-waiting hold does not dismiss the modal (25.05.00,24.11.03)
1228
- [39183](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39183) If using automatic return claim resolution on checkout, each checkout will overwrite the previous resolution (again) (25.05.00, 24.11.03)
1228
- [39183](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39183) If using automatic return claim resolution on checkout, each checkout will overwrite the previous resolution (again) (25.05.00, 24.11.03)
1229
- [39212](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39212) Error when attempting to edit a booking (25.05.00)
1229
- [39212](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39212) Error when attempting to edit a booking (25.05.00)
1230
- [39270](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39270) Some bookable items cannot be booked (25.05.00,24.11.03)
1230
- [39270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39270) Some bookable items cannot be booked (25.05.00,24.11.03)
1231
- [39307](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39307) console.error on circ/circulation.pl page (25.05.00)
1231
- [39307](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39307) console.error on circ/circulation.pl page (25.05.00)
1232
- [39323](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39323) Print dropdown in members toolbar should auto close (25.05.00)
1232
- [39323](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39323) Print dropdown in members toolbar should auto close (25.05.00)
1233
1233
1234
  **Sponsored by** *Athens County Public Libraries*
1234
  **Sponsored by** *Athens County Public Libraries*
1235
- [39357](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39357) Wrong sidebar menu on batch checkout page (25.05.00)
1235
- [39357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39357) Wrong sidebar menu on batch checkout page (25.05.00)
1236
1236
1237
  **Sponsored by** *Athens County Public Libraries*
1237
  **Sponsored by** *Athens County Public Libraries*
1238
- [39361](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39361) Hold found modal does not display from circulation / transfer (25.05.00,24.11.05)
1238
- [39361](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39361) Hold found modal does not display from circulation / transfer (25.05.00,24.11.05)
1239
- [39389](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39389) Cannot use dataTables export function on checkout table in members/moremember.pl (25.05.00)
1239
- [39389](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39389) Cannot use dataTables export function on checkout table in members/moremember.pl (25.05.00)
1240
- [39414](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39414) Item type not retained when editing a booking (25.05.00,24.11.05)
1240
- [39414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39414) Item type not retained when editing a booking (25.05.00,24.11.05)
1241
- [39421](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39421) Renewal date input field (and date picker) not showing on Circulation > Renew (25.05.00)
1241
- [39421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39421) Renewal date input field (and date picker) not showing on Circulation > Renew (25.05.00)
1242
  >This restores the renewal due date input field and date picker on the Circulation > Renew page - this was missing. It changes the behavor slightly so that it matches the Circulation > Check in page (and other areas of Koha) - the barcode input field now has a settings icon, clicking this now shows the renewal date input field (with the date picker).
1242
  >This restores the renewal due date input field and date picker on the Circulation > Renew page - this was missing. It changes the behavor slightly so that it matches the Circulation > Check in page (and other areas of Koha) - the barcode input field now has a settings icon, clicking this now shows the renewal date input field (with the date picker).
1243
- [39491](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39491) All accountline notes should be HTML textarea (25.05.00)
1243
- [39491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39491) All accountline notes should be HTML textarea (25.05.00)
1244
- [39555](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555) Clarify "On loan" column on "transfers to send" page (25.05.00)
1244
- [39555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555) Clarify "On loan" column on "transfers to send" page (25.05.00)
1245
  >This fixes the transfer to send table (Circulation > Transfers > Transfers to send) to clarify the values shown - if an item is not checked out, it is now shown as "Not checkout out" instead of "On shelf" - which was confusing, as it could be in transit. 
1245
  >This fixes the transfer to send table (Circulation > Transfers > Transfers to send) to clarify the values shown - if an item is not checked out, it is now shown as "Not checkout out" instead of "On shelf" - which was confusing, as it could be in transit. 
1246
  >
1246
  >
1247
  >Changes made:
1247
  >Changes made:
1248
  >1. The column "On loan" is now labelled "Date due".
1248
  >1. The column "On loan" is now labelled "Date due".
1249
  >2. If an item is not checked out, the value now shown is "Not checked out", instead of "On shelf". (Previously, if an item was in transit to another location (for example), it was shown as "On shelf", which was confusing.)
1249
  >2. If an item is not checked out, the value now shown is "Not checked out", instead of "On shelf". (Previously, if an item was in transit to another location (for example), it was shown as "On shelf", which was confusing.)
1250
  >3. If an item is checked out, the value shown is "Due [DATE]" (no change in behavour).
1250
  >3. If an item is checked out, the value shown is "Due [DATE]" (no change in behavour).
1251
- [39569](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39569) When cancelling a hold waiting past expiration date triggers a transfer the libraries name is not in alert (25.05.00)
1251
- [39569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39569) When cancelling a hold waiting past expiration date triggers a transfer the libraries name is not in alert (25.05.00)
1252
- [39588](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39588) Bookings to collect report won't load when the search returns currently checked out bookings (25.05.00,24.11.05)
1252
- [39588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39588) Bookings to collect report won't load when the search returns currently checked out bookings (25.05.00,24.11.05)
1253
- [39604](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39604) Remember for the session for this patron doesn't remember to cancel a hold (25.05.00)
1253
- [39604](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39604) Remember for the session for this patron doesn't remember to cancel a hold (25.05.00)
1254
- [39692](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39692) With OnSiteCheckoutsForce the due date should be set (25.05.00)
1254
- [39692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39692) With OnSiteCheckoutsForce the due date should be set (25.05.00)
1255
- [39696](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39696) Low contrast for claim return date in circulation overdue report (25.05.00)
1255
- [39696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39696) Low contrast for claim return date in circulation overdue report (25.05.00)
1256
  >This fixes the color of the date in the return claims column on the overdues page (Circulation > Overdues > Overdues) - the date is now shown in black, instead of white.
1256
  >This fixes the color of the date in the return claims column on the overdues page (Circulation > Overdues > Overdues) - the date is now shown in black, instead of white.
1257
  >
1257
  >
1258
  >Previously, the date shown after a claim returned action is completed was white. The date not visible in rows with a white background, and was almost invisible in rows with a grey background.
1258
  >Previously, the date shown after a claim returned action is completed was white. The date not visible in rows with a white background, and was almost invisible in rows with a grey background.
1259
- [29238](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29238) Cataloging cron jobs are not logged (25.05.00,24.11.04)
1259
- [29238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29238) Cataloging cron jobs are not logged (25.05.00,24.11.04)
1260
  >This fixes the scripts so that these cataloging cronjobs are now logged when run:
1260
  >This fixes the scripts so that these cataloging cronjobs are now logged when run:
1261
  >- misc/link_bibs_to_authorities.pl
1261
  >- misc/link_bibs_to_authorities.pl
1262
  >- misc/cronjobs/merge_authorities.pl
1262
  >- misc/cronjobs/merge_authorities.pl
1263
  >- misc/migration_tools/remove_unused_authorities.pl
1263
  >- misc/migration_tools/remove_unused_authorities.pl
1264
- [36932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36932) koha-plack: Add parameter for specifically enabling Starman development environment (25.05.00)
1264
- [36932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36932) koha-plack: Add parameter for specifically enabling Starman development environment (25.05.00)
1265
  >This adds a --development|-dev option to koha-plack. With this new option, an error trace is displayed instead of an "Error 500" page. This makes it easier to identify issues during development.
1265
  >This adds a --development|-dev option to koha-plack. With this new option, an error trace is displayed instead of an "Error 500" page. This makes it easier to identify issues during development.
1266
  >
1266
  >
1267
  >Note: If the -dev option is not added, restarting koha-plack defaults to using a deployment environment.
1267
  >Note: If the -dev option is not added, restarting koha-plack defaults to using a deployment environment.
1268
- [37920](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37920) writeoff_debts.pl should be logged (25.05.00,24.11.03)
1268
- [37920](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37920) writeoff_debts.pl should be logged (25.05.00,24.11.03)
1269
- [38104](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38104) share_usage_with_koha_community.pl: Check between two runs is not needed (25.05.00,24.11.04)
1269
- [38104](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38104) share_usage_with_koha_community.pl: Check between two runs is not needed (25.05.00,24.11.04)
1270
- [38382](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38382) Need a fresh connection when CSRF has expired for connexion daemon (25.05.00,24.11.02,24.05.08)
1270
- [38382](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38382) Need a fresh connection when CSRF has expired for connexion daemon (25.05.00,24.11.02,24.05.08)
1271
  >This fixes the OCLC Connexion import daemon (misc/bin/connexion_import_daemon.pl) - the connection was failing after the CSRF token expired (after 8 hours). It now generates a new user agent when reauthenticating when the CSRF token for the session has expired. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1271
  >This fixes the OCLC Connexion import daemon (misc/bin/connexion_import_daemon.pl) - the connection was failing after the CSRF token expired (after 8 hours). It now generates a new user agent when reauthenticating when the CSRF token for the session has expired. (This is related to the CSRF changes added in Koha 24.05 to improve form security.)
1272
- [38386](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38386) compare_es_to_db.pl shouldn't retrieve the records from ES (25.05.00,24.11.02)
1272
- [38386](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38386) compare_es_to_db.pl shouldn't retrieve the records from ES (25.05.00,24.11.02)
1273
  >This small enhancement makes the `compare_es_to_db.pl` maintenance script require less resources when run.
1273
  >This small enhancement makes the `compare_es_to_db.pl` maintenance script require less resources when run.
1274
- [38760](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38760) koha-mysql doesn't work with encrypted database connection (25.05.00)
1274
- [38760](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38760) koha-mysql doesn't work with encrypted database connection (25.05.00)
1275
1275
1276
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1276
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1277
- [38857](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38857) Cronjobs should log their start and command line parameters before processing options (25.05.00,24.11.04)
1277
- [38857](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38857) Cronjobs should log their start and command line parameters before processing options (25.05.00,24.11.04)
1278
  >This fixes all cronjobs so that if they fail because of bad parameters, information is now available in the log viewer to help with troubleshooting (when the CronjobLog system preference is enabled).
1278
  >This fixes all cronjobs so that if they fail because of bad parameters, information is now available in the log viewer to help with troubleshooting (when the CronjobLog system preference is enabled).
1279
  >
1279
  >
1280
  >Notes:
1280
  >Notes:
1281
  >- This changed all the cronjobs in misc/cronjobs that had the 'cronlogaction'.
1281
  >- This changed all the cronjobs in misc/cronjobs that had the 'cronlogaction'.
1282
  >- It also changed misc/maintenance/fix_invalid_dates.pl (not a cronjob, but now only logs if confirmed - similar to misc/import_patrons.pl).
1282
  >- It also changed misc/maintenance/fix_invalid_dates.pl (not a cronjob, but now only logs if confirmed - similar to misc/import_patrons.pl).
1283
  >- For misc/cronjobs/purge_suggestions.pl, a verbose option was added for consistency.
1283
  >- For misc/cronjobs/purge_suggestions.pl, a verbose option was added for consistency.
1284
- [39236](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39236) writeoff_debts.pl does not run (25.05.00,24.11.03)
1284
- [39236](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39236) writeoff_debts.pl does not run (25.05.00,24.11.03)
1285
- [39250](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39250) Add archive_purchase_suggestions.pl to cron.daily commented (25.05.00)
1285
- [39250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39250) Add archive_purchase_suggestions.pl to cron.daily commented (25.05.00)
1286
- [39301](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39301) pseudonymize_statistics.pl script generates too many background jobs (25.05.00)
1286
- [39301](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39301) pseudonymize_statistics.pl script generates too many background jobs (25.05.00)
1287
- [39322](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39322) When pseudonymizing don't fetch patron attributes if none are kept (25.05.00)
1287
- [39322](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39322) When pseudonymizing don't fetch patron attributes if none are kept (25.05.00)
1288
- [39413](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39413) Add a check for item fields in bibliographic MARC records (25.05.00)
1288
- [39413](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39413) Add a check for item fields in bibliographic MARC records (25.05.00)
1289
- [39532](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39532) Script debar_patrons_with_fines.pl should not use MANUAL restriction type
1289
- [39532](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39532) Script debar_patrons_with_fines.pl should not use MANUAL restriction type
1290
- [39733](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39733) Update code comment with a TODO in misc/cronjobs/staticfines.pl (25.05.00)
1290
- [39733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39733) Update code comment with a TODO in misc/cronjobs/staticfines.pl (25.05.00)
1291
- [31165](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31165) "Public note" field in course reserve should restrict HTML usage (25.05.01,25.05.00,24.11.03,24.05.08,23.11.13,22.11.25)
1291
- [31165](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31165) "Public note" field in course reserve should restrict HTML usage (25.05.01,25.05.00,24.11.03,24.05.08,23.11.13,22.11.25)
1292
- [39078](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39078) Incorrect variable checks in course reserve details template (25.05.00)
1292
- [39078](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39078) Incorrect variable checks in course reserve details template (25.05.00)
1293
1293
1294
  **Sponsored by** *Athens County Public Libraries*
1294
  **Sponsored by** *Athens County Public Libraries*
1295
- [38522](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38522) Increase length of erm_argreements.license_info (25.05.00,24.11.01,24.05.06,23.11.11)
1295
- [38522](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38522) Increase length of erm_argreements.license_info (25.05.00,24.11.01,24.05.06,23.11.11)
1296
  >This fixes the ERM agreements license information field (ERM > Agreements) so that more than 80 characters can be entered. It is now a medium text field, which allows entering up to 16,777,215 characters.
1296
  >This fixes the ERM agreements license information field (ERM > Agreements) so that more than 80 characters can be entered. It is now a medium text field, which allows entering up to 16,777,215 characters.
1297
- [35885](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35885) ERM vendor sort order (25.05.00)
1297
- [35885](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35885) ERM vendor sort order (25.05.00)
1298
- [36627](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36627) Display importer for manually harvested SUSHI data (25.05.00,24.11.03)
1298
- [36627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36627) Display importer for manually harvested SUSHI data (25.05.00,24.11.03)
1299
  >This fixes the ERM usage statistics import logs table to show who manually imported the SUSHI data. For eUSage > Data providers > [Name] >  Import logs, the "Imported by" column now shows the staff patron, instead of just "Cronjob".
1299
  >This fixes the ERM usage statistics import logs table to show who manually imported the SUSHI data. For eUSage > Data providers > [Name] >  Import logs, the "Imported by" column now shows the staff patron, instead of just "Cronjob".
1300
- [37934](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37934) Extend length of API key, requestor ID and customer ID for data providers (25.05.00)
1300
- [37934](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37934) Extend length of API key, requestor ID and customer ID for data providers (25.05.00)
1301
- [38466](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38466) KBART import fails silently if file extension is wrong (25.05.00,24.11.01)
1301
- [38466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38466) KBART import fails silently if file extension is wrong (25.05.00,24.11.01)
1302
  >This fixes importing of KBART files by adding an error message if the file extension is not .TSV or .CSV, instead of silently failing.
1302
  >This fixes importing of KBART files by adding an error message if the file extension is not .TSV or .CSV, instead of silently failing.
1303
- [38782](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38782) ERM eUsage related tests are failing (25.05.00,24.11.03,24.05.09)
1303
- [38782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38782) ERM eUsage related tests are failing (25.05.00,24.11.03,24.05.09)
1304
  >This fixes failing ERM usage tests.
1304
  >This fixes failing ERM usage tests.
1305
- [38794](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38794) AggregatedFullText description should be Aggregated full text (25.05.00)
1305
- [38794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38794) AggregatedFullText description should be Aggregated full text (25.05.00)
1306
  >This fixes the authorized value description for AggregatedFullText in the ERM_PACKAGE_CONTENT_TYPE category. It updates the description from "Aggregated full" to "Aggregated full text".
1306
  >This fixes the authorized value description for AggregatedFullText in the ERM_PACKAGE_CONTENT_TYPE category. It updates the description from "Aggregated full" to "Aggregated full text".
1307
- [38854](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38854) Unused 'class' prop in ToolbarButton (25.05.00,24.11.04)
1307
- [38854](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38854) Unused 'class' prop in ToolbarButton (25.05.00,24.11.04)
1308
- [39075](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39075) Fix DB inconsistencies in the usage statistics module (25.05.00)
1308
- [39075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39075) Fix DB inconsistencies in the usage statistics module (25.05.00)
1309
- [39346](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39346) Only 20 additional fields can be added to an agreement (25.05.00)
1309
- [39346](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39346) Only 20 additional fields can be added to an agreement (25.05.00)
1310
  >This fixes adding a new agreement in the ERM module, where there are more than 20 additional fields. All additional fields are now listed, not just the first 20.
1310
  >This fixes adding a new agreement in the ERM module, where there are more than 20 additional fields. All additional fields are now listed, not just the first 20.
1311
- [39350](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39350) The language switch is not displayed at the bottom of ERM module pages (25.05.00)
1311
- [39350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39350) The language switch is not displayed at the bottom of ERM module pages (25.05.00)
1312
  >This restores the language selector at the bottom of the pages for the ERM and preservation modules.
1312
  >This restores the language selector at the bottom of the pages for the ERM and preservation modules.
1313
- [39543](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39543) Error modal when trying to add two controlling licences to an agreement duplicates error message (25.05.00)
1313
- [39543](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39543) Error modal when trying to add two controlling licences to an agreement duplicates error message (25.05.00)
1314
- [25787](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25787) Club holds can't be placed without modify_holds_priority permission (25.05.00)
1314
- [25787](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25787) Club holds can't be placed without modify_holds_priority permission (25.05.00)
1315
  >This fixes placing holds for clubs. Placing holds for a club now only requires the place_holds permission.
1315
  >This fixes placing holds for clubs. Placing holds for a club now only requires the place_holds permission.
1316
- [29074](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29074) DefaultHoldExpirationdatePeriod blank value interpreted as zero (25.05.00)
1316
- [29074](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29074) DefaultHoldExpirationdatePeriod blank value interpreted as zero (25.05.00)
1317
1317
1318
  **Sponsored by** *Koha-Suomi Oy*
1318
  **Sponsored by** *Koha-Suomi Oy*
1319
- [33224](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33224) OPACHoldsIfAvailableAtPickup and no on-shelf holds don't mix well (25.05.00)
1319
- [33224](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33224) OPACHoldsIfAvailableAtPickup and no on-shelf holds don't mix well (25.05.00)
1320
- [35434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434) Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled (25.05.00)
1320
- [35434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35434) Non-superlibrarians should not place holds in other libraries when IndependentBranches is enabled (25.05.00)
1321
  >This fixes placing holds in the staff interface so that non-superlibrarians can't place holds for other libraries when:
1321
  >This fixes placing holds in the staff interface so that non-superlibrarians can't place holds for other libraries when:
1322
  >- IndependentBranches is enabled
1322
  >- IndependentBranches is enabled
1323
  >- canreservefromotherbranches is set to don't allow.
1323
  >- canreservefromotherbranches is set to don't allow.
1324
  >
1324
  >
1325
  >Previously, all libraries were listed when placing a hold - it should only show the item's home library.
1325
  >Previously, all libraries were listed when placing a hold - it should only show the item's home library.
1326
- [37650](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650) Fix warn and remove FIXME in circ/returns.pl (25.05.00)
1326
- [37650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650) Fix warn and remove FIXME in circ/returns.pl (25.05.00)
1327
- [38650](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38650) We should only fill title level or specific item holds when a patron checks out an item (25.05.00)
1327
- [38650](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38650) We should only fill title level or specific item holds when a patron checks out an item (25.05.00)
1328
- [39679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679) Missing space before barcode in holds table with item-specific hold (25.05.00)
1328
- [39679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679) Missing space before barcode in holds table with item-specific hold (25.05.00)
1329
  >This fixes the holds table for a record:
1329
  >This fixes the holds table for a record:
1330
  >1. There is now a space between "Only item" and the barcode for specific item holds, for example: "Only item 3999...".
1330
  >1. There is now a space between "Only item" and the barcode for specific item holds, for example: "Only item 3999...".
1331
  >2. Where there is no barcode for the item, it now shows as "Item only [No barcode]" to improve consistency with other areas of Koha (instead of "Only item No barcode").
1331
  >2. Where there is no barcode for the item, it now shows as "Item only [No barcode]" to improve consistency with other areas of Koha (instead of "Only item No barcode").
1332
- [36836](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836) Review ERM module for translation issues (25.05.00,24.11.04)
1332
- [36836](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36836) Review ERM module for translation issues (25.05.00,24.11.04)
1333
  >This fixes multiple translation issues for the ERM module, including missing strings and following the coding guidelines.
1333
  >This fixes multiple translation issues for the ERM module, including missing strings and following the coding guidelines.
1334
- [38147](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38147) Edit button in bookings untranslatable (25.05.00,24.11.04)
1334
- [38147](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38147) Edit button in bookings untranslatable (25.05.00,24.11.04)
1335
  >This fixes the 'Edit' and 'Cancel' actions for the bookings table for a record in the staff interface - these are now translatable.
1335
  >This fixes the 'Edit' and 'Cancel' actions for the bookings table for a record in the staff interface - these are now translatable.
1336
- [38377](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38377) Improve translatability of remaining renewals counters (25.05.00,24.11.04)
1336
- [38377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38377) Improve translatability of remaining renewals counters (25.05.00,24.11.04)
1337
  >This fixes the translation strings for renewals - they now use named placeholders so that the correct order can be translated.
1337
  >This fixes the translation strings for renewals - they now use named placeholders so that the correct order can be translated.
1338
  >
1338
  >
1339
  >Example: 
1339
  >Example: 
Lines 1341-1355 have already been fixed in maintenance releases Link Here
1341
  >- In Turkish: 
1341
  >- In Turkish: 
1342
  >  . was incorrectly translated as "4 uzatma hakkınızdan 5 tane kaldı"
1342
  >  . was incorrectly translated as "4 uzatma hakkınızdan 5 tane kaldı"
1343
  >  . is now correctly translated as (5 uzatma hakkınızdan 4 tane kaldı"
1343
  >  . is now correctly translated as (5 uzatma hakkınızdan 4 tane kaldı"
1344
- [38450](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38450) Missing translation string in catalogue_detail.inc (25.05.00,24.11.02)
1344
- [38450](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38450) Missing translation string in catalogue_detail.inc (25.05.00,24.11.02)
1345
  >This fixes some missing strings in the po files used for translation. Strings in this format were being included for translation: _("This %s is picked").format(foo) However, strings using this format were not: _("This %s is NOT picked".format(bar))
1345
  >This fixes some missing strings in the po files used for translation. Strings in this format were being included for translation: _("This %s is picked").format(foo) However, strings using this format were not: _("This %s is NOT picked".format(bar))
1346
- [38630](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38630) Make the REST API respect KohaOpacLanguage cookie (25.05.00)
1346
- [38630](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38630) Make the REST API respect KohaOpacLanguage cookie (25.05.00)
1347
- [38707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38707) Patron restriction types from installer files not translatable (25.05.00,24.11.02,24.05.08)
1347
- [38707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38707) Patron restriction types from installer files not translatable (25.05.00,24.11.02,24.05.08)
1348
  >This fixes installer files so that the default patron restriction types are now translatable.
1348
  >This fixes installer files so that the default patron restriction types are now translatable.
1349
- [38726](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38726) marc vs. MARC in admin-home.tt (25.05.00)
1349
- [38726](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38726) marc vs. MARC in admin-home.tt (25.05.00)
1350
  >This fixes the spelling in the description for Administration > Acquisition parameters > MARC order accounts (requires enabling the MarcOrderingAutomation system preference). It changes 'marc' to 'MARC'.
1350
  >This fixes the spelling in the description for Administration > Acquisition parameters > MARC order accounts (requires enabling the MarcOrderingAutomation system preference). It changes 'marc' to 'MARC'.
1351
- [38823](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38823) The word 'Reports' in ERM menu is not translatable (25.05.00)
1351
- [38823](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38823) The word 'Reports' in ERM menu is not translatable (25.05.00)
1352
- [38900](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38900) Translation script explodes without a meaningful error when an "incorrect" structure is found (25.05.00)
1352
- [38900](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38900) Translation script explodes without a meaningful error when an "incorrect" structure is found (25.05.00)
1353
  >This fixes the translation script so that it now provides a more meaningful error when updating a language that has incorrect strings. It now identifies exactly where the problem comes from, making it easier to fix the problem.
1353
  >This fixes the translation script so that it now provides a more meaningful error when updating a language that has incorrect strings. It now identifies exactly where the problem comes from, making it easier to fix the problem.
1354
  >
1354
  >
1355
  >An example of the updated error message:
1355
  >An example of the updated error message:
Lines 1358-1418 have already been fixed in maintenance releases Link Here
1358
  > ..
1358
  > ..
1359
  > Incorrect structure found at ./koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt:230: '<option value="*" ' at misc/translator/xgettext.pl line 124, <$INPUT> line 65.
1359
  > Incorrect structure found at ./koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt:230: '<option value="*" ' at misc/translator/xgettext.pl line 124, <$INPUT> line 65.
1360
  > ..
1360
  > ..
1361
- [38903](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38903) getTranslatedLanguages is still called with wrong theme (25.05.00)
1361
- [38903](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38903) getTranslatedLanguages is still called with wrong theme (25.05.00)
1362
- [38904](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38904) admin/localization should allow translation into languages only available in the OPAC (25.05.00)
1362
- [38904](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38904) admin/localization should allow translation into languages only available in the OPAC (25.05.00)
1363
- [39032](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39032) "Items selected" in item search untranslatable (25.05.00)
1363
- [39032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39032) "Items selected" in item search untranslatable (25.05.00)
1364
  >This fixes a syntax error that prevented the string "Items selected" for the item search from being picked up by the translation tool (the text is shown when items in the item search results are selected).
1364
  >This fixes a syntax error that prevented the string "Items selected" for the item search from being picked up by the translation tool (the text is shown when items in the item search results are selected).
1365
- [39077](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39077) Translation script raises warnings for obsolete translations (25.05.00,24.11.04)
1365
- [39077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39077) Translation script raises warnings for obsolete translations (25.05.00,24.11.04)
1366
- [32630](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630) Don't delete ILL requests when patron is deleted (25.05.00)
1366
- [32630](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32630) Don't delete ILL requests when patron is deleted (25.05.00)
1367
1367
1368
  **Sponsored by** *UK Health Security Agency*
1368
  **Sponsored by** *UK Health Security Agency*
1369
- [38339](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38339) Standard backend _get_core_fields are not translatable (25.05.00)
1369
- [38339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38339) Standard backend _get_core_fields are not translatable (25.05.00)
1370
- [38505](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38505) CirculateILL checkout broken if item does not have a barcode (25.05.00,24.11.04)
1370
- [38505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38505) CirculateILL checkout broken if item does not have a barcode (25.05.00,24.11.04)
1371
- [38530](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38530) ILL request table won't load if libraries are in groups and staff doesn't have view_borrower_infos_from_any_libraries (25.05.00,24.11.02)
1371
- [38530](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38530) ILL request table won't load if libraries are in groups and staff doesn't have view_borrower_infos_from_any_libraries (25.05.00,24.11.02)
1372
  >This fixes the interlibrary loan (ILL) requests table so that it loads (instead of saying "Processing") when library groups are used, and:
1372
  >This fixes the interlibrary loan (ILL) requests table so that it loads (instead of saying "Processing") when library groups are used, and:
1373
  >- the library group has the feature "Limit patron visibility to libraries within this group for members" (Limit patron data access by group) set
1373
  >- the library group has the feature "Limit patron visibility to libraries within this group for members" (Limit patron data access by group) set
1374
  >- library staff don't have permission to view patron information from any libraries (view_borrower_infos_from_any_libraries).
1374
  >- library staff don't have permission to view patron information from any libraries (view_borrower_infos_from_any_libraries).
1375
  >
1375
  >
1376
  >The ILL table now loads, and shows "A patron from another library" for the patron details.
1376
  >The ILL table now loads, and shows "A patron from another library" for the patron details.
1377
- [38675](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38675) 'Switch provider' dropdown options not styled properly (25.05.00)
1377
- [38675](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38675) 'Switch provider' dropdown options not styled properly (25.05.00)
1378
  >This fixes the styling for the 'Switch provider' dropdown list for interlibrary loan requests - the options are now styled correctly, instead of appearing as plain text links.
1378
  >This fixes the styling for the 'Switch provider' dropdown list for interlibrary loan requests - the options are now styled correctly, instead of appearing as plain text links.
1379
- [38751](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38751) Creating ILL request through OPAC openURL explodes if same attribute defined twice (25.05.00,24.11.04)
1379
- [38751](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38751) Creating ILL request through OPAC openURL explodes if same attribute defined twice (25.05.00,24.11.04)
1380
- [38761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38761) Backend plugins that are disabled remain visible (25.05.00)
1380
- [38761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38761) Backend plugins that are disabled remain visible (25.05.00)
1381
- [39050](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39050) Duplicate "type" attributes in ill-batch-modal.inc (25.05.00)
1381
- [39050](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39050) Duplicate "type" attributes in ill-batch-modal.inc (25.05.00)
1382
- [39175](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39175) Send request to partners explodes (25.05.00, 24.11.03)
1382
- [39175](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39175) Send request to partners explodes (25.05.00, 24.11.03)
1383
- [39178](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39178) ILL table does not render when viewing requests of a batch (25.05.00)
1383
- [39178](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39178) ILL table does not render when viewing requests of a batch (25.05.00)
1384
- [39446](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39446) OPAC ILL request status_alias is not displayed (25.05.00)
1384
- [39446](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39446) OPAC ILL request status_alias is not displayed (25.05.00)
1385
- [39774](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39774) OPAC ILL Unauthenticated request details table not styled correctly (25.05.00)
1385
- [39774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39774) OPAC ILL Unauthenticated request details table not styled correctly (25.05.00)
1386
- [39777](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39777) ILL history check does not show in OPAC (25.05.00)
1386
- [39777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39777) ILL history check does not show in OPAC (25.05.00)
1387
  >This fixes the ILL history check tests. It also restores the ILL history check when creating an ILL request in the OPAC. If a potential duplicate request is made (for example the patron has already made a request using the same DOI, Pubmed ID, or ISBN), it now displays the request history check page (when the ILLHistoryCheck system preference is enabled).
1387
  >This fixes the ILL history check tests. It also restores the ILL history check when creating an ILL request in the OPAC. If a potential duplicate request is made (for example the patron has already made a request using the same DOI, Pubmed ID, or ISBN), it now displays the request history check page (when the ILLHistoryCheck system preference is enabled).
1388
- [39783](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39783) HTML error for option DVD in ILL form (25.05.00)
1388
- [39783](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39783) HTML error for option DVD in ILL form (25.05.00)
1389
- [39784](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39784) xxx as translatable string in ILL (25.05.00)
1389
- [39784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39784) xxx as translatable string in ILL (25.05.00)
1390
- [38448](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38448) Fix inconsistencies in database update messages (25.05.00,24.11.04)
1390
- [38448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38448) Fix inconsistencies in database update messages (25.05.00,24.11.04)
1391
  >This fixes some database update messages to improve their consistency with the database update guidelines.
1391
  >This fixes some database update messages to improve their consistency with the database update guidelines.
1392
- [39635](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39635) Update List::MoreUtils version in cpanfile (25.05.00)
1392
- [39635](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39635) Update List::MoreUtils version in cpanfile (25.05.00)
1393
- [38622](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38622) Fix Koha sample data to include preferred_name (25.05.00,24.11.01)
1393
- [38622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38622) Fix Koha sample data to include preferred_name (25.05.00,24.11.01)
1394
  >This updates the sample patron data used by koha-testing-docker (KTD) with the new preferred name field added by bug 28633 in Koha 24.11. Without this update, patron search results and detail pages in KTD did not have the patron's first name.
1394
  >This updates the sample patron data used by koha-testing-docker (KTD) with the new preferred name field added by bug 28633 in Koha 24.11. Without this update, patron search results and detail pages in KTD did not have the patron's first name.
1395
  >NOTE: This only affected the KTD environment, used for Koha development and testing.
1395
  >NOTE: This only affected the KTD environment, used for Koha development and testing.
1396
- [39800](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39800) Error 500 when trying to delete patron card template (25.05.00)
1396
- [39800](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39800) Error 500 when trying to delete patron card template (25.05.00)
1397
- [37434](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37434) Lists are incorrectly sorted in UNIMARC (25.05.00)
1397
- [37434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37434) Lists are incorrectly sorted in UNIMARC (25.05.00)
1398
- [39268](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39268) When switching tabs between 'My lists' and 'Public lists' incorrect lists can be displayed (25.05.00, 24.11.03)
1398
- [39268](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39268) When switching tabs between 'My lists' and 'Public lists' incorrect lists can be displayed (25.05.00, 24.11.03)
1399
1399
1400
  **Sponsored by** *Athens County Public Libraries*
1400
  **Sponsored by** *Athens County Public Libraries*
1401
- [34739](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34739) Linked biblios should not be merged (updated) when changes to an authority don't change the authorized heading (25.05.00)
1401
- [34739](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34739) Linked biblios should not be merged (updated) when changes to an authority don't change the authorized heading (25.05.00)
1402
1402
1403
  **Sponsored by** *Ignatianum University in Cracow*
1403
  **Sponsored by** *Ignatianum University in Cracow*
1404
- [38729](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38729) Linker should consider diacritics (25.05.00)
1404
- [38729](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38729) Linker should consider diacritics (25.05.00)
1405
1405
1406
  **Sponsored by** *Ignatianum University in Cracow*
1406
  **Sponsored by** *Ignatianum University in Cracow*
1407
- [38987](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38987) Cannot link authorities with other authorities (25.05.00)
1407
- [38987](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38987) Cannot link authorities with other authorities (25.05.00)
1408
  >This fixes adding (or editing) authority terms to authority records (for example, 500$a)- choosing a term using the authority finder was not adding the selected term to the authority record (it was staying on authority finder pop up window, and generated a JavaScript error).
1408
  >This fixes adding (or editing) authority terms to authority records (for example, 500$a)- choosing a term using the authority finder was not adding the selected term to the authority record (it was staying on authority finder pop up window, and generated a JavaScript error).
1409
- [39415](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39415) Add subfield g to Geographic name authority fields (25.05.00)
1409
- [39415](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39415) Add subfield g to Geographic name authority fields (25.05.00)
1410
- [39501](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39501) Incorrect relationship code chosen when linking authorities with other authorities (25.05.00)
1410
- [39501](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39501) Incorrect relationship code chosen when linking authorities with other authorities (25.05.00)
1411
- [39503](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39503) Linker should always respect thesaurus with LinkerConsiderThesaurus on (25.05.00)
1411
- [39503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39503) Linker should always respect thesaurus with LinkerConsiderThesaurus on (25.05.00)
1412
- [38471](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38471) Typo: "Field suppresion, FSP (RLIN)" (25.05.00,24.11.04)
1412
- [38471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38471) Typo: "Field suppresion, FSP (RLIN)" (25.05.00,24.11.04)
1413
  >Thus fixes a typo in the subfield description for authority framework 090$t - "Field suppresion" to "Field suppression". (This change only affects new installations - existing installations will need to manually update their authority frameworks.)
1413
  >Thus fixes a typo in the subfield description for authority framework 090$t - "Field suppresion" to "Field suppression". (This change only affects new installations - existing installations will need to manually update their authority frameworks.)
1414
- [39012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39012) Koha fails to import default MARC bibliographic framework (25.05.00)
1414
- [39012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39012) Koha fails to import default MARC bibliographic framework (25.05.00)
1415
- [33268](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33268) Overlay rules don't work correctly when source is set to * (25.05.00,24.11.04)
1415
- [33268](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33268) Overlay rules don't work correctly when source is set to * (25.05.00,24.11.04)
1416
  >This enhancement changes how marc overlay rules are evaluated. 
1416
  >This enhancement changes how marc overlay rules are evaluated. 
1417
  >
1417
  >
1418
  >Before the change rules with filter set to '*' (wildcard) where only applied when no other rules had been defined for a specific filter value, regardless of if any of the rules with that filter value matched or not.
1418
  >Before the change rules with filter set to '*' (wildcard) where only applied when no other rules had been defined for a specific filter value, regardless of if any of the rules with that filter value matched or not.
Lines 1428-1445 have already been fixed in maintenance releases Link Here
1428
  >For Koha installations where marc overlay rules is in use a database migration will run that creates new rules if necessary to preserve the current behavior, so no user action needs to be taken in order to correct for this change.
1428
  >For Koha installations where marc overlay rules is in use a database migration will run that creates new rules if necessary to preserve the current behavior, so no user action needs to be taken in order to correct for this change.
1429
1429
1430
  **Sponsored by** *Gothenburg University Library*
1430
  **Sponsored by** *Gothenburg University Library*
1431
- [36008](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36008) SendAlerts should use notice_email_address instead of email (25.05.00)
1431
- [36008](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36008) SendAlerts should use notice_email_address instead of email (25.05.00)
1432
- [38777](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38777) HOLD letter should use the reply to of the library that hold is waiting at (25.05.00,24.11.04)
1432
- [38777](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38777) HOLD letter should use the reply to of the library that hold is waiting at (25.05.00,24.11.04)
1433
  >This updates the HOLD letter to use the reply to email address of the library the hold is waiting at instead of the patron library to ensure replies go to the correct branch for the hold.
1433
  >This updates the HOLD letter to use the reply to email address of the library the hold is waiting at instead of the patron library to ensure replies go to the correct branch for the hold.
1434
- [39089](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39089) Delivery note in patron notice table is confusing when the delivery method is print (25.05.00)
1434
- [39089](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39089) Delivery note in patron notice table is confusing when the delivery method is print (25.05.00)
1435
  >This patch fixes a problem where a patron's email address is shown in the 'Delivery note' column when the message transport type is print.
1435
  >This patch fixes a problem where a patron's email address is shown in the 'Delivery note' column when the message transport type is print.
1436
- [39317](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39317) Saving a letter template can lead to a CSRF error on some installs (25.05.00)
1436
- [39317](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39317) Saving a letter template can lead to a CSRF error on some installs (25.05.00)
1437
- [39410](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39410) Notice display modal should use shadow dom (25.05.00)
1437
- [39410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39410) Notice display modal should use shadow dom (25.05.00)
1438
- [39596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39596) Missing labels in OPAC and staff interface when a record  has a void second indicator for MARC 780/785 (25.05.00)
1438
- [39596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39596) Missing labels in OPAC and staff interface when a record  has a void second indicator for MARC 780/785 (25.05.00)
1439
- [22458](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22458) PatronSelfRegistrationEmailMustBeUnique disallows self modification requests if multiple accounts share an email address (25.05.00)
1439
- [22458](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22458) PatronSelfRegistrationEmailMustBeUnique disallows self modification requests if multiple accounts share an email address (25.05.00)
1440
- [33012](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33012) Accessibility: Some navigation items in OPAC cannot be accessed by keyboard (search history, log out) (25.05.00)
1440
- [33012](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33012) Accessibility: Some navigation items in OPAC cannot be accessed by keyboard (search history, log out) (25.05.00)
1441
  >This fixes the OPAC navigation menus when logged in so that keyboard users can use the tab key to navigation menus. Some menu items (such as some list options, search history, and log out) were not selectable when just using the tab key.
1441
  >This fixes the OPAC navigation menus when logged in so that keyboard users can use the tab key to navigation menus. Some menu items (such as some list options, search history, and log out) were not selectable when just using the tab key.
1442
- [35975](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35975) Downloaded cart with BibTeX contains hash value instead of the record number (25.05.00,24.11.03)
1442
- [35975](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35975) Downloaded cart with BibTeX contains hash value instead of the record number (25.05.00,24.11.03)
1443
  >This fixes the contents of the BibTeX file downloaded from an OPAC cart - it now correctly shows the record number, instead of Koha::Hash(xxx).
1443
  >This fixes the contents of the BibTeX file downloaded from an OPAC cart - it now correctly shows the record number, instead of Koha::Hash(xxx).
1444
  >
1444
  >
1445
  >Example of incorrect BibTeX file format:
1445
  >Example of incorrect BibTeX file format:
Lines 1452-1743 have already been fixed in maintenance releases Link Here
1452
  >	edition = {4th ed.},
1452
  >	edition = {4th ed.},
1453
  >	note = {Rev. ed. of: Programming Perl / Larry Wall, Tom Christiansen & Jon Orwant. 2000. 3rd ed.}
1453
  >	note = {Rev. ed. of: Programming Perl / Larry Wall, Tom Christiansen & Jon Orwant. 2000. 3rd ed.}
1454
  >}
1454
  >}
1455
- [38077](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38077) Minor spacing issue in self checkout login page (25.05.00,24.11.03)
1455
- [38077](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38077) Minor spacing issue in self checkout login page (25.05.00,24.11.03)
1456
  >This fixes a minor spacing issue on the self checkout login page. The login form is now arranged vertically and includes more padding.
1456
  >This fixes a minor spacing issue on the self checkout login page. The login form is now arranged vertically and includes more padding.
1457
1457
1458
  **Sponsored by** *Athens County Public Libraries*
1458
  **Sponsored by** *Athens County Public Libraries*
1459
- [38184](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38184) OpacTrustedCheckout module does not show due date (25.05.00)
1459
- [38184](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38184) OpacTrustedCheckout module does not show due date (25.05.00)
1460
  >This fixes the self checkout pop-up window when using the OpacTrustedCheckout system preference - the due date is now shown in the due date column, previously it was not showing the due date.
1460
  >This fixes the self checkout pop-up window when using the OpacTrustedCheckout system preference - the due date is now shown in the due date column, previously it was not showing the due date.
1461
1461
1462
  **Sponsored by** *Reserve Bank of New Zealand*
1462
  **Sponsored by** *Reserve Bank of New Zealand*
1463
- [38362](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38362) Printing lists only prints the ten first results in the OPAC (25.05.00,24.11.01,24.05.06,23.11.11)
1463
- [38362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38362) Printing lists only prints the ten first results in the OPAC (25.05.00,24.11.01,24.05.06,23.11.11)
1464
  >This fixes printing lists in the OPAC so that all the items are printed, instead of only the first 10.
1464
  >This fixes printing lists in the OPAC so that all the items are printed, instead of only the first 10.
1465
- [38422](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38422) Add data-isbn and data-title to lists for plugin cover images (25.05.00)
1465
- [38422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38422) Add data-isbn and data-title to lists for plugin cover images (25.05.00)
1466
  >This enhancement adds cover images to OPAC lists, for OPAC enabled cover image sources.
1466
  >This enhancement adds cover images to OPAC lists, for OPAC enabled cover image sources.
1467
  >
1467
  >
1468
  >(Note: This currently only displays nicely with one source of cover images. With multiple sources enabled, the images are listed vertically.)
1468
  >(Note: This currently only displays nicely with one source of cover images. With multiple sources enabled, the images are listed vertically.)
1469
- [38462](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38462) Remove unused code for pagination in OPAC authority search (25.05.00,24.11.03)
1469
- [38462](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38462) Remove unused code for pagination in OPAC authority search (25.05.00,24.11.03)
1470
  >This removes unused code for OPAC authority search results pagination. (There are no visible changes for patrons.)
1470
  >This removes unused code for OPAC authority search results pagination. (There are no visible changes for patrons.)
1471
1471
1472
  **Sponsored by** *Chetco Community Public Library*
1472
  **Sponsored by** *Chetco Community Public Library*
1473
- [38544](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38544) OPAC modal login should not exist when OPAC login is disabled (25.05.00,24.11.02)
1473
- [38544](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38544) OPAC modal login should not exist when OPAC login is disabled (25.05.00,24.11.02)
1474
  >This removes the OPAC login dialog box from the HTML when logging into the OPAC is turned off (opacuserlogin system preference), rather than just making it not visible.
1474
  >This removes the OPAC login dialog box from the HTML when logging into the OPAC is turned off (opacuserlogin system preference), rather than just making it not visible.
1475
- [38594](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38594) Table settings for courses reserves not working in the OPAC (25.05.00,24.11.01)
1475
- [38594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38594) Table settings for courses reserves not working in the OPAC (25.05.00,24.11.01)
1476
  >This fixes the OPAC course reserves table. The table settings were not taken into account when displaying the table, for example, hidden columns were still shown.
1476
  >This fixes the OPAC course reserves table. The table settings were not taken into account when displaying the table, for example, hidden columns were still shown.
1477
- [38595](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38595) Table settings behavior broken on some tables in the OPAC (25.05.00,24.11.01)
1477
- [38595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38595) Table settings behavior broken on some tables in the OPAC (25.05.00,24.11.01)
1478
  >This fixes three OPAC tables (holds history, checkout history, and search history) that were not working correctly. This was caused by a JavaScript error (Uncaught TypeError: table_settings.columns is undefined). (This is related to the DataTables upgrade in Koha 24.11.)
1478
  >This fixes three OPAC tables (holds history, checkout history, and search history) that were not working correctly. This was caused by a JavaScript error (Uncaught TypeError: table_settings.columns is undefined). (This is related to the DataTables upgrade in Koha 24.11.)
1479
- [38596](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38596) DataTable - previous order sequence behaviour not restored at the OPAC (25.05.00,24.11.02)
1479
- [38596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38596) DataTable - previous order sequence behaviour not restored at the OPAC (25.05.00,24.11.02)
1480
  >This fixes the display of the ordering arrows in OPAC table heading rows so that the sort options are ascending (the down arrow), and descending (the up arrow). It removes an incorrect intermediate stage where no arrows were highlighted. (This is related to the upgrade to DataTables 2.x in Koha 24.11.)
1480
  >This fixes the display of the ordering arrows in OPAC table heading rows so that the sort options are ascending (the down arrow), and descending (the up arrow). It removes an incorrect intermediate stage where no arrows were highlighted. (This is related to the upgrade to DataTables 2.x in Koha 24.11.)
1481
- [38620](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38620) Non-existent hc-sticky asset included in opac-tags (25.05.00,24.11.01)
1481
- [38620](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38620) Non-existent hc-sticky asset included in opac-tags (25.05.00,24.11.01)
1482
  >This removes an obsolete reference to the hc-sicky JavaScript library for the OPAC tags page - hc-sticky is no longer included in Koha.
1482
  >This removes an obsolete reference to the hc-sicky JavaScript library for the OPAC tags page - hc-sticky is no longer included in Koha.
1483
- [38657](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38657) Image obscured by the search results toolbar when previewing cover images from OPAC search results (25.05.00)
1483
- [38657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38657) Image obscured by the search results toolbar when previewing cover images from OPAC search results (25.05.00)
1484
  >This fixes the display of cover images in the OPAC - the image viewer was appearing behind the search results toolbar, partially obscuring the cover image.
1484
  >This fixes the display of cover images in the OPAC - the image viewer was appearing behind the search results toolbar, partially obscuring the cover image.
1485
1485
1486
  **Sponsored by** *Athens County Public Libraries*
1486
  **Sponsored by** *Athens County Public Libraries*
1487
- [38753](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38753) Missing table cells breaks OPAC charges table (25.05.00,24.11.03)
1487
- [38753](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38753) Missing table cells breaks OPAC charges table (25.05.00,24.11.03)
1488
  >This fixes the charges table for a patron in the OPAC (Your account > Charges). It didn't display correctly in some circumstances (there were missing empty table cells, resulting in empty and misaligned cells at the end of the table).
1488
  >This fixes the charges table for a patron in the OPAC (Your account > Charges). It didn't display correctly in some circumstances (there were missing empty table cells, resulting in empty and misaligned cells at the end of the table).
1489
1489
1490
  **Sponsored by** *Athens County Public Libraries*
1490
  **Sponsored by** *Athens County Public Libraries*
1491
- [38963](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38963) Deletion of bibliographic record can cause search errors in OPAC (25.05.00)
1491
- [38963](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38963) Deletion of bibliographic record can cause search errors in OPAC (25.05.00)
1492
  >This fixes searching in the OPAC when the OPACLocalCoverImages system preference is enabled. In some circumstances an error is generated (Can't call method "cover_images" on an undefined value...) when a record is deleted, a search is made, but the search index is not yet updated.
1492
  >This fixes searching in the OPAC when the OPACLocalCoverImages system preference is enabled. In some circumstances an error is generated (Can't call method "cover_images" on an undefined value...) when a record is deleted, a search is made, but the search index is not yet updated.
1493
- [39003](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39003) Cannot see suspend column in user's hold table on OPAC (25.05.00,24.11.02)
1493
- [39003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39003) Cannot see suspend column in user's hold table on OPAC (25.05.00,24.11.02)
1494
  >This fixes the OPAC > Summary > Holds table for a logged in patron - the 'Suspend' column is now shown.
1494
  >This fixes the OPAC > Summary > Holds table for a logged in patron - the 'Suspend' column is now shown.
1495
- [39088](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39088) If OPACURLOpenInNewWindow is enabled, URLs without http are broken in OPAC results (25.05.00)
1495
- [39088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39088) If OPACURLOpenInNewWindow is enabled, URLs without http are broken in OPAC results (25.05.00)
1496
- [39124](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39124) In lists dropdown, the option "view all" is always displayed (25.05.00)
1496
- [39124](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39124) In lists dropdown, the option "view all" is always displayed (25.05.00)
1497
- [39144](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39144) OPAC virtual card page is missing custom CSS from OPACUserCSS (25.05.00)
1497
- [39144](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39144) OPAC virtual card page is missing custom CSS from OPACUserCSS (25.05.00)
1498
- [39148](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39148) Lists are incorrectly sorted in UNIMARC (OPAC follow-up) (25.05.00)
1498
- [39148](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39148) Lists are incorrectly sorted in UNIMARC (OPAC follow-up) (25.05.00)
1499
- [39276](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39276) OPACShowHoldQueueDetails datatable warning (25.05.00,24.11.05)
1499
- [39276](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39276) OPACShowHoldQueueDetails datatable warning (25.05.00,24.11.05)
1500
- [39449](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39449) OPAC table sort arrows show opposite sort direction (25.05.00)
1500
- [39449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39449) OPAC table sort arrows show opposite sort direction (25.05.00)
1501
- [39500](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39500) Subfield 111 $n is badly displayed in OPAC (25.05.00)
1501
- [39500](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39500) Subfield 111 $n is badly displayed in OPAC (25.05.00)
1502
- [39513](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39513) Correct OPAC subscription tables DataTable initialization (25.05.00)
1502
- [39513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39513) Correct OPAC subscription tables DataTable initialization (25.05.00)
1503
1503
1504
  **Sponsored by** *Athens County Public Libraries*
1504
  **Sponsored by** *Athens County Public Libraries*
1505
- [39528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39528) Get rid of schema.org type "Product" (25.05.00)
1505
- [39528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39528) Get rid of schema.org type "Product" (25.05.00)
1506
1506
1507
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1507
  **Sponsored by** *Karlsruhe Institute of Technology (KIT)*
1508
- [39582](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39582) Syndetics covers don't show on OPAC result pages when identifier is not ISBN (25.05.00)
1508
- [39582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39582) Syndetics covers don't show on OPAC result pages when identifier is not ISBN (25.05.00)
1509
- [39603](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39603) OPAC advanced search display or ITEMTYPECAT is wrong if other  authorised values have the same code (25.05.00)
1509
- [39603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39603) OPAC advanced search display or ITEMTYPECAT is wrong if other  authorised values have the same code (25.05.00)
1510
- [39735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39735) Typo in system preference call 'OPACFineNoRenewalsIncludeCredit' (25.05.00)
1510
- [39735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39735) Typo in system preference call 'OPACFineNoRenewalsIncludeCredit' (25.05.00)
1511
- [39736](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39736) Obsolete call on system preference 'OPACResultsSidebar' (25.05.00)
1511
- [39736](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39736) Obsolete call on system preference 'OPACResultsSidebar' (25.05.00)
1512
- [39737](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39737) Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions' (25.05.00)
1512
- [39737](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39737) Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions' (25.05.00)
1513
- [39738](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39738) Obsolete call on system preference 'SelfCheckHelpMessage' (25.05.00)
1513
- [39738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39738) Obsolete call on system preference 'SelfCheckHelpMessage' (25.05.00)
1514
  >This patch obsoletes some old code related to the SelfCheckHelpMessage system preference. The system preference was made obsolete by Bug 35065 which moved the system preference into HTML customization.
1514
  >This patch obsoletes some old code related to the SelfCheckHelpMessage system preference. The system preference was made obsolete by Bug 35065 which moved the system preference into HTML customization.
1515
- [33018](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33018) Debian package tidy-up (25.05.00,24.11.02,24.05.08)
1515
- [33018](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33018) Debian package tidy-up (25.05.00,24.11.02,24.05.08)
1516
  >This removes unneeded Debian package dependencies. Previously we provided them in the Koha Debian repository, but we no longer need to as they are now available in the standard repositories.
1516
  >This removes unneeded Debian package dependencies. Previously we provided them in the Koha Debian repository, but we no longer need to as they are now available in the standard repositories.
1517
- [14250](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250) Don't allow generating discharges for patrons with fines (25.05.00)
1517
- [14250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250) Don't allow generating discharges for patrons with fines (25.05.00)
1518
- [32604](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32604) Patron categories upper age limit not respected when creating a patron (25.05.00)
1518
- [32604](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32604) Patron categories upper age limit not respected when creating a patron (25.05.00)
1519
- [36025](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36025) Extended attributes clause added to patron search query even when there are no searchable attributes (25.05.00,24.11.03)
1519
- [36025](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36025) Extended attributes clause added to patron search query even when there are no searchable attributes (25.05.00,24.11.03)
1520
- [37992](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37992) Patron search results: table header with column filters isn't sticky anymore (25.05.00,24.11.02)
1520
- [37992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37992) Patron search results: table header with column filters isn't sticky anymore (25.05.00,24.11.02)
1521
  >This fixes the sticky header for patron search results - it now includes the column headings and filters. (This restores the behavour to what it was in Koha 23.11.)
1521
  >This fixes the sticky header for patron search results - it now includes the column headings and filters. (This restores the behavour to what it was in Koha 23.11.)
1522
- [38395](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38395) Title is not displayed in hold history when bibliographic record is deleted (25.05.00,24.11.05)
1522
- [38395](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38395) Title is not displayed in hold history when bibliographic record is deleted (25.05.00,24.11.05)
1523
- [38429](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38429) Ambiguous patron category when adding a new guarantee (25.05.00,24.11.02)
1523
- [38429](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38429) Ambiguous patron category when adding a new guarantee (25.05.00,24.11.02)
1524
  >This improves adding a guarantee for a patron (+ Add guarantee). Where there is more than one patron category that can be a guarantee, the add guarantee button now includes a dropdown list of the categories. This removes the need to manually select the patron category on the patron add form - previously, if not changed, the first patron category in the list was selected by default.
1524
  >This improves adding a guarantee for a patron (+ Add guarantee). Where there is more than one patron category that can be a guarantee, the add guarantee button now includes a dropdown list of the categories. This removes the need to manually select the patron category on the patron add form - previously, if not changed, the first patron category in the list was selected by default.
1525
- [38459](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38459) Cities dropdown should work for quick add form as well (25.05.00,24.11.03)
1525
- [38459](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38459) Cities dropdown should work for quick add form as well (25.05.00,24.11.03)
1526
  >This fixes the quick add patron form so that the city field uses a dropdown list and populates other fields (state, ZIP/Postal code, and country), where cities are defined in Administration > Patrons and circulation > Cities and towns.
1526
  >This fixes the quick add patron form so that the city field uses a dropdown list and populates other fields (state, ZIP/Postal code, and country), where cities are defined in Administration > Patrons and circulation > Cities and towns.
1527
- [38735](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38735) New installations should include preferred_name in DefaultPatronSearchFields by default (25.05.00,24.11.03)
1527
- [38735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38735) New installations should include preferred_name in DefaultPatronSearchFields by default (25.05.00,24.11.03)
1528
  >This enhancement updates the DefaultPatronSearchFields system preference - the preferred name field is now included in the default patron search using the "standard" option. Note: This change only affects new installations.
1528
  >This enhancement updates the DefaultPatronSearchFields system preference - the preferred name field is now included in the default patron search using the "standard" option. Note: This change only affects new installations.
1529
  >
1529
  >
1530
  >(This is related to bug 28633 - Add a preferred name field to patrons, a new featured added in Koha 24.11.00.)
1530
  >(This is related to bug 28633 - Add a preferred name field to patrons, a new featured added in Koha 24.11.00.)
1531
- [38772](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38772) Typo 'minPasswordPreference' system preference (25.05.00,24.11.03,24.05.09,23.11.14)
1531
- [38772](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38772) Typo 'minPasswordPreference' system preference (25.05.00,24.11.03,24.05.09,23.11.14)
1532
  >This fixes a typo in the code for OPAC password recovery - 'minPasswordPreference' to 'minPasswordLength' (the correct system preference name). It has no noticeable effect on resetting an account password from the OPAC.
1532
  >This fixes a typo in the code for OPAC password recovery - 'minPasswordPreference' to 'minPasswordLength' (the correct system preference name). It has no noticeable effect on resetting an account password from the OPAC.
1533
- [38841](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38841) Guarantor does not check non members guarantor while deleting with ChildNeedsGuarantor (25.05.00)
1533
- [38841](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38841) Guarantor does not check non members guarantor while deleting with ChildNeedsGuarantor (25.05.00)
1534
  >This patch allows a librarian to replace a member guarantor with a non-member guarantor. Before this patch, saving a child's profile with the "delete [this guarantor]" box checked and the data entered in the non-member guarantor field resulted in an error because koha refused to delete the last guarantor.
1534
  >This patch allows a librarian to replace a member guarantor with a non-member guarantor. Before this patch, saving a child's profile with the "delete [this guarantor]" box checked and the data entered in the non-member guarantor field resulted in an error because koha refused to delete the last guarantor.
1535
- [38847](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38847) Renewing an expired child patron without a guarantor and with ChildNeedsGuarantor set results in an internal server error (25.05.00)
1535
- [38847](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38847) Renewing an expired child patron without a guarantor and with ChildNeedsGuarantor set results in an internal server error (25.05.00)
1536
  >This fixes an internal server error when renewing an expired child patron without a guarantor, when the ChildNeedsGuarantor system preference is set to "must have". It now displays a standard error message with "This patron could not be renewed: they need a guarantor."
1536
  >This fixes an internal server error when renewing an expired child patron without a guarantor, when the ChildNeedsGuarantor system preference is set to "must have". It now displays a standard error message with "This patron could not be renewed: they need a guarantor."
1537
- [39021](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39021) Badly formatted dropdown on patron account transactions page (25.05.00)
1537
- [39021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39021) Badly formatted dropdown on patron account transactions page (25.05.00)
1538
  >This fixes the misaligned "Email" item on the "Receipt" action dropdown menu for a patron's accounting transactions page in the staff interface (when UseEmailReceipts is set to "Send"). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1538
  >This fixes the misaligned "Email" item on the "Receipt" action dropdown menu for a patron's accounting transactions page in the staff interface (when UseEmailReceipts is set to "Send"). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1539
1539
1540
  **Sponsored by** *Athens County Public Libraries*
1540
  **Sponsored by** *Athens County Public Libraries*
1541
- [39038](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39038) CollapseFieldsPatronAddForm - Collapsing "Non-patron guarantor" section also collapses the "Patron guarantor" section (25.05.00)
1541
- [39038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39038) CollapseFieldsPatronAddForm - Collapsing "Non-patron guarantor" section also collapses the "Patron guarantor" section (25.05.00)
1542
  >This fixes the add patron form when using the CollapseFieldsPatronAddForm system preference to collapse sections of the form. If the "Non-patron guarantor" option was selected it was also collapsing the "Patron guarantor" section.
1542
  >This fixes the add patron form when using the CollapseFieldsPatronAddForm system preference to collapse sections of the form. If the "Non-patron guarantor" option was selected it was also collapsing the "Patron guarantor" section.
1543
- [39056](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39056) Do not copy preferred_name to new patron when using Duplicate (25.05.00,24.11.04)
1543
- [39056](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39056) Do not copy preferred_name to new patron when using Duplicate (25.05.00,24.11.04)
1544
- [39226](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39226) [WARN] DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'borrowernumber' on BorrowerModification (25.05.00)
1544
- [39226](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39226) [WARN] DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'borrowernumber' on BorrowerModification (25.05.00)
1545
- [39244](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39244) Duplicate and change password buttons missing if no borrowerRelationship defined and patron is not adult (25.05.00, 24.11.03)
1545
- [39244](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39244) Duplicate and change password buttons missing if no borrowerRelationship defined and patron is not adult (25.05.00, 24.11.03)
1546
- [39246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39246) Patron category charge limit inputs should be larger (25.05.00)
1546
- [39246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39246) Patron category charge limit inputs should be larger (25.05.00)
1547
- [39283](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39283) Middle name doesn't display in patron search results (25.05.00,24.11.04)
1547
- [39283](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39283) Middle name doesn't display in patron search results (25.05.00,24.11.04)
1548
- [39308](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39308) No space between preferred name and middle name in some places (25.05.00)
1548
- [39308](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39308) No space between preferred name and middle name in some places (25.05.00)
1549
- [39334](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39334) Preserve order when saving patron attributes (25.05.00)
1549
- [39334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39334) Preserve order when saving patron attributes (25.05.00)
1550
- [39379](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39379) The "Edit" button appears in patron search results even when you cannot edit the patron (25.05.00)
1550
- [39379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39379) The "Edit" button appears in patron search results even when you cannot edit the patron (25.05.00)
1551
- [39467](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39467) Fix patron "View restrictions"  link in messages (This patch fixes a problem where the 'View restrictions' buttons was not properly opening the 'Restrictions' tab when clicked.,25.05.00)
1551
- [39467](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39467) Fix patron "View restrictions"  link in messages (This patch fixes a problem where the 'View restrictions' buttons was not properly opening the 'Restrictions' tab when clicked.,25.05.00)
1552
1552
1553
  **Sponsored by** *Gothenburg University Library*
1553
  **Sponsored by** *Gothenburg University Library*
1554
- [39576](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39576) 'Last patron' results should display preferred name (25.05.00)
1554
- [39576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39576) 'Last patron' results should display preferred name (25.05.00)
1555
- [39587](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39587) Patron surname missing from contact information list on patron details tab (25.05.00)
1555
- [39587](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39587) Patron surname missing from contact information list on patron details tab (25.05.00)
1556
- [39644](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39644) Too many borrower_relationships causes patron page to not load (25.05.00,24.11.05)
1556
- [39644](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39644) Too many borrower_relationships causes patron page to not load (25.05.00,24.11.05)
1557
- [39652](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39652) Pseudonymized_borrower_attributes causes subsequent pseudonymized_transactions to not be added (25.05.00)
1557
- [39652](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39652) Pseudonymized_borrower_attributes causes subsequent pseudonymized_transactions to not be added (25.05.00)
1558
- [39710](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39710) Cannot load holds history if there are deleted biblios (25.05.00,24.11.05)
1558
- [39710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39710) Cannot load holds history if there are deleted biblios (25.05.00,24.11.05)
1559
- [38667](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38667) Point of sale transaction history should not appear to be sortable (25.05.00,24.11.03)
1559
- [38667](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38667) Point of sale transaction history should not appear to be sortable (25.05.00,24.11.03)
1560
  >This removes the column sorting icons from the point of sale "Transactions to date" and "Older transactions" tables. The sort order for these tables is fixed, and clicking the icons had no effect.
1560
  >This removes the column sorting icons from the point of sale "Transactions to date" and "Older transactions" tables. The sort order for these tables is fixed, and clicking the icons had no effect.
1561
1561
1562
  **Sponsored by** *Athens County Public Libraries*
1562
  **Sponsored by** *Athens County Public Libraries*
1563
- [39040](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39040) Incorrect row striping in POS transaction sales table (25.05.00)
1563
- [39040](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39040) Incorrect row striping in POS transaction sales table (25.05.00)
1564
- [35246](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35246) Bad data erorrs should provide better logs for api/v1/biblios (25.05.00)
1564
- [35246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35246) Bad data erorrs should provide better logs for api/v1/biblios (25.05.00)
1565
- [37286](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37286) Fix REST API authentication when using Mojo apps (25.05.00,24.11.04)
1565
- [37286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37286) Fix REST API authentication when using Mojo apps (25.05.00,24.11.04)
1566
- [38454](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38454) Memory (L1) cache is not flushed before API requests (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1566
- [38454](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38454) Memory (L1) cache is not flushed before API requests (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1567
- [38678](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38678) GET /deleted/biblios cannot be filtered on `deleted_on` (25.05.00,24.11.02,24.05.08)
1567
- [38678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38678) GET /deleted/biblios cannot be filtered on `deleted_on` (25.05.00,24.11.02,24.05.08)
1568
- [38679](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38679) GET /deleted/biblios missing some mappings (25.05.00,24.11.04)
1568
- [38679](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38679) GET /deleted/biblios missing some mappings (25.05.00,24.11.04)
1569
- [38905](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38905) Updating an item of a bibliographic record should use edit_items instead edit_catalogue permission (25.05.00,24.11.04)
1569
- [38905](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38905) Updating an item of a bibliographic record should use edit_items instead edit_catalogue permission (25.05.00,24.11.04)
1570
1570
1571
  **Sponsored by** *Koha-Suomi Oy*
1571
  **Sponsored by** *Koha-Suomi Oy*
1572
- [38926](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38926) POST /biblios returns 200 even if AddBiblio fails (25.05.00,24.11.04)
1572
- [38926](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38926) POST /biblios returns 200 even if AddBiblio fails (25.05.00,24.11.04)
1573
- [38927](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38927) Unecessary call to FindDuplicate if x-confirm-not-duplicate is passed to POST /biblios (25.05.00,24.11.04)
1573
- [38927](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38927) Unecessary call to FindDuplicate if x-confirm-not-duplicate is passed to POST /biblios (25.05.00,24.11.04)
1574
- [38929](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38929) POST endpoints not returning the Location header (25.05.00,24.11.04)
1574
- [38929](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38929) POST endpoints not returning the Location header (25.05.00,24.11.04)
1575
- [38932](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38932) Adding debits and credits should return the correct Location header (25.05.00,24.11.04)
1575
- [38932](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38932) Adding debits and credits should return the correct Location header (25.05.00,24.11.04)
1576
- [39260](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39260) Typo in acquisitions baskets API documentation (25.05.00)
1576
- [39260](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39260) Typo in acquisitions baskets API documentation (25.05.00)
1577
- [39397](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39397) Searching a biblio by timestamp returns a different timestamp (25.05.00,24.11.04)
1577
- [39397](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39397) Searching a biblio by timestamp returns a different timestamp (25.05.00,24.11.04)
1578
- [39771](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39771) The `data` attribute in job.yaml should be nullable (25.05.00)
1578
- [39771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39771) The `data` attribute in job.yaml should be nullable (25.05.00)
1579
- [39837](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39837) Vendor interface object under specified (25.05.00)
1579
- [39837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39837) Vendor interface object under specified (25.05.00)
1580
- [39838](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39838) Vendor alias object under specified (25.05.00)
1580
- [39838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39838) Vendor alias object under specified (25.05.00)
1581
- [37784](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37784) Patron password hash can be fetched using report dictionary (25.05.01,25.05.00,24.11.03,24.05.08,23.11.13,22.11.25)
1581
- [37784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37784) Patron password hash can be fetched using report dictionary (25.05.01,25.05.00,24.11.03,24.05.08,23.11.13,22.11.25)
1582
1582
1583
  **Sponsored by** *Reserve Bank of New Zealand*
1583
  **Sponsored by** *Reserve Bank of New Zealand*
1584
- [37927](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37927) Show report name on page title when viewing SQL (25.05.00,24.11.04)
1584
- [37927](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37927) Show report name on page title when viewing SQL (25.05.00,24.11.04)
1585
  >This fixes the browser window/tab page title when viewing the SQL for a report (Reports > Saved reports > Actions > View) - it now includes the report name and number.
1585
  >This fixes the browser window/tab page title when viewing the SQL for a report (Reports > Saved reports > Actions > View) - it now includes the report name and number.
1586
- [39015](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39015) Date sorting not working in cash register statistics wizard (25.05.00)
1586
- [39015](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39015) Date sorting not working in cash register statistics wizard (25.05.00)
1587
  >This fixes date sorting for the cash register statistics wizard so that columns with dates sort correctly (it adds a "data-sort" attribute to the columns in the results table which contain dates - this allows DataTables to sort using the unformatted date). It also adds the "anti-the"  class to the title column, so that it sorts excluding articles such as a, the, and an.
1587
  >This fixes date sorting for the cash register statistics wizard so that columns with dates sort correctly (it adds a "data-sort" attribute to the columns in the results table which contain dates - this allows DataTables to sort using the unformatted date). It also adds the "anti-the"  class to the title column, so that it sorts excluding articles such as a, the, and an.
1588
1588
1589
  **Sponsored by** *Athens County Public Libraries*
1589
  **Sponsored by** *Athens County Public Libraries*
1590
- [39298](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39298) Runtime parameters don't work with report templates on first run (25.05.00)
1590
- [39298](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39298) Runtime parameters don't work with report templates on first run (25.05.00)
1591
- [29410](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29410) Dates compared arithmetically in MsgType.pm (warns: Argument isn't numeric in numeric ne) (25.05.00)
1591
- [29410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29410) Dates compared arithmetically in MsgType.pm (warns: Argument isn't numeric in numeric ne) (25.05.00)
1592
- [36954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36954) SIP server logging: the use of three log files is confusing (25.05.00)
1592
- [36954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36954) SIP server logging: the use of three log files is confusing (25.05.00)
1593
  >This harmonizes the use of logfile names for SIP with other koha debian scripts. We are still using sip-output.log and sip-error.log but we do no longer use sip.log.
1593
  >This harmonizes the use of logfile names for SIP with other koha debian scripts. We are still using sip-output.log and sip-error.log but we do no longer use sip.log.
1594
  >
1594
  >
1595
  >**IMPORTANT:** At upgrade time, adjust your log4perl.conf under /etc/koha/sites accordingly.
1595
  >**IMPORTANT:** At upgrade time, adjust your log4perl.conf under /etc/koha/sites accordingly.
1596
- [37816](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37816) Stop SIP2 from logging passwords (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1596
- [37816](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37816) Stop SIP2 from logging passwords (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1597
- [38486](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38486) No block checkouts are still blocked by fines, checkouts, and blocked item types (25.05.00,24.11.02,24.05.08,23.11.13)
1597
- [38486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38486) No block checkouts are still blocked by fines, checkouts, and blocked item types (25.05.00,24.11.02,24.05.08,23.11.13)
1598
  >This fixes SIP so that it allows noblock checkouts, regardless of normal patron checkout blocks.
1598
  >This fixes SIP so that it allows noblock checkouts, regardless of normal patron checkout blocks.
1599
  >
1599
  >
1600
  >Explanation: The purpose of no block checkouts in SIP is to indicate that the SIP machine has made an offline ("store and forward") transaction. The patron already has the item. As such, the item must be checked out to the patron or the library risks losing the item due to lack of tracking. As such, no block checkouts should not be blocked under any circumstances.
1600
  >Explanation: The purpose of no block checkouts in SIP is to indicate that the SIP machine has made an offline ("store and forward") transaction. The patron already has the item. As such, the item must be checked out to the patron or the library risks losing the item due to lack of tracking. As such, no block checkouts should not be blocked under any circumstances.
1601
- [38615](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38615) Cancelling a waiting hold via SIP should include an option to move it to holds with cancellation requests (25.05.00)
1601
- [38615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38615) Cancelling a waiting hold via SIP should include an option to move it to holds with cancellation requests (25.05.00)
1602
- [38658](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38658) SIP not marking patrons expired unless NotifyBorrowerDeparture has a positive value (25.05.00)
1602
- [38658](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38658) SIP not marking patrons expired unless NotifyBorrowerDeparture has a positive value (25.05.00)
1603
- [38810](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38810) SIP account level system preference overrides not properly cleared between requests (25.05.00,24.11.04)
1603
- [38810](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38810) SIP account level system preference overrides not properly cleared between requests (25.05.00,24.11.04)
1604
- [39842](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39842) SIP current_location field is never sent (25.05.00)
1604
- [39842](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39842) SIP current_location field is never sent (25.05.00)
1605
- [14907](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14907) Item search: call numbers in item search results are ordered alphabetically (25.05.00,24.11.04)
1605
- [14907](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14907) Item search: call numbers in item search results are ordered alphabetically (25.05.00,24.11.04)
1606
  >This fixes item search results when ordering the results by the call number. They are now correctly ordered using cn_sort, instead of a basic "alphabetical" order (cn_sort uses the appropriate sorting rules for the classification scheme).
1606
  >This fixes item search results when ordering the results by the call number. They are now correctly ordered using cn_sort, instead of a basic "alphabetical" order (cn_sort uses the appropriate sorting rules for the classification scheme).
1607
- [38646](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38646) C4::Languages::getLanguages is very unreasonably slow (100+ ms) (25.05.00,24.11.04)
1607
- [38646](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38646) C4::Languages::getLanguages is very unreasonably slow (100+ ms) (25.05.00,24.11.04)
1608
- [38846](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38846) Function getLanguages is called unnecessarily for search result pages (25.05.00,24.11.04)
1608
- [38846](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38846) Function getLanguages is called unnecessarily for search result pages (25.05.00,24.11.04)
1609
  >This fixes OPAC and staff interface searching so that language option functions (C4::Languages::getLanguages) are only used on the advanced search pages and not the search result pages, where the output is not used.
1609
  >This fixes OPAC and staff interface searching so that language option functions (C4::Languages::getLanguages) are only used on the advanced search pages and not the search result pages, where the output is not used.
1610
  >
1610
  >
1611
  >This should also help improve performance - this might be minor on a quiet system, but it could have an impact on a busier system (and reduces unnecessary database calls).
1611
  >This should also help improve performance - this might be minor on a quiet system, but it could have an impact on a busier system (and reduces unnecessary database calls).
1612
- [38935](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38935) "Actions" column not translatable for the item search results table (itemsearch.tt) (25.05.00,24.11.02)
1612
- [38935](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38935) "Actions" column not translatable for the item search results table (itemsearch.tt) (25.05.00,24.11.02)
1613
  >This fixes the item search results table in the staff interface - the "Actions" column label is now translatable.
1613
  >This fixes the item search results table in the staff interface - the "Actions" column label is now translatable.
1614
- [39020](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39020) Search filters can't parse query in some instances (25.05.00)
1614
- [39020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39020) Search filters can't parse query in some instances (25.05.00)
1615
- [23875](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23875) Elasticsearch - When sorting by score we should provide a tiebreaker (25.05.00)
1615
- [23875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23875) Elasticsearch - When sorting by score we should provide a tiebreaker (25.05.00)
1616
  >This fixes search results when using Elasticsearch so that:
1616
  >This fixes search results when using Elasticsearch so that:
1617
  >- When searching by relevance (the default) and a generic search (such as "*"), search results are returned with the highest record number first (previously, search results were returned with the lowest record number first)
1617
  >- When searching by relevance (the default) and a generic search (such as "*"), search results are returned with the highest record number first (previously, search results were returned with the lowest record number first)
1618
  >- Editing a record and repeating a generic search doesn't change the sort order (previously editing a record would change the search results order).
1618
  >- Editing a record and repeating a generic search doesn't change the sort order (previously editing a record would change the search results order).
1619
  >
1619
  >
1620
  >Changing the sort order of results (such as by author (A-Z) or title) continue to work as expected.
1620
  >Changing the sort order of results (such as by author (A-Z) or title) continue to work as expected.
1621
- [38101](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101) ES skips records with huge fields (25.05.00,24.11.02)
1621
- [38101](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101) ES skips records with huge fields (25.05.00,24.11.02)
1622
  >This fixes indexing of subfields with a large amount of text (such as 500$a) - the text is now indexed, and the record can now be found. Previously, subfields with a large amount of text were not correctly indexed.
1622
  >This fixes indexing of subfields with a large amount of text (such as 500$a) - the text is now indexed, and the record can now be found. Previously, subfields with a large amount of text were not correctly indexed.
1623
- [39079](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39079) Matchpoints with multiple fields require all fields to match under Elasticsearch (25.05.00)
1623
- [39079](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39079) Matchpoints with multiple fields require all fields to match under Elasticsearch (25.05.00)
1624
- [26479](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26479) Always show "Check in"-button if SCOAllowCheckin (25.05.00)
1624
- [26479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26479) Always show "Check in"-button if SCOAllowCheckin (25.05.00)
1625
- [36586](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586) Self-checkouts will get CSRF errors if left inactive for 8 hours (25.05.00)
1625
- [36586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586) Self-checkouts will get CSRF errors if left inactive for 8 hours (25.05.00)
1626
- [38174](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38174) Self checkout renders alert for each checkout in session instead of just most recent checkout (25.05.00,24.11.04)
1626
- [38174](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38174) Self checkout renders alert for each checkout in session instead of just most recent checkout (25.05.00,24.11.04)
1627
- [39217](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39217) Self checkout: Fix ugly error on wrong password when logging in (25.05.00)
1627
- [39217](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39217) Self checkout: Fix ugly error on wrong password when logging in (25.05.00)
1628
  >This fixes the error message on the self checkout login form (when the AutoSelfCheckAllowed system preference is used) so that it uses the same message as the regular OPAC when incorrect credentials are used.
1628
  >This fixes the error message on the self checkout login form (when the AutoSelfCheckAllowed system preference is used) so that it uses the same message as the regular OPAC when incorrect credentials are used.
1629
  >
1629
  >
1630
  >- Previous message: "The userid Koha::Patron=HASH(0x606447f6d868) was not found in the database. Please try again."
1630
  >- Previous message: "The userid Koha::Patron=HASH(0x606447f6d868) was not found in the database. Please try again."
1631
  >- Updated error message: "You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. Please contact a library staff member if you continue to have problems."
1631
  >- Updated error message: "You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. Please contact a library staff member if you continue to have problems."
1632
1632
1633
  **Sponsored by** *Athens County Public Libraries*
1633
  **Sponsored by** *Athens County Public Libraries*
1634
- [39484](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39484) Can't play audio alerts on self checkout from an external source (25.05.00)
1634
- [39484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39484) Can't play audio alerts on self checkout from an external source (25.05.00)
1635
- [34971](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34971) Closing a subscription should require edit_subscription permission (25.05.00)
1635
- [34971](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34971) Closing a subscription should require edit_subscription permission (25.05.00)
1636
  >This fixes the serials receiving (receive_serials) permission - staff that only have this permission can now only receive serials, and can no longer (incorrectly) close a subscription. Previously, the "Close" action was incorrectly shown on the subscription details page and this allowed staff to close (but not reopen) a subscription (Serials > Search > [select a serial from the results] > Subscriptions detail page for a serial).
1636
  >This fixes the serials receiving (receive_serials) permission - staff that only have this permission can now only receive serials, and can no longer (incorrectly) close a subscription. Previously, the "Close" action was incorrectly shown on the subscription details page and this allowed staff to close (but not reopen) a subscription (Serials > Search > [select a serial from the results] > Subscriptions detail page for a serial).
1637
- [35202](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35202) Table settings should apply to multiple subscriptions in the OPAC (25.05.00,24.11.05)
1637
- [35202](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35202) Table settings should apply to multiple subscriptions in the OPAC (25.05.00,24.11.05)
1638
  >This fixes the display of columns shown for the subscription detail tables in the OPAC, where there are multiple subscriptions for a record. Any changes to the columns were only applied to the first subscription, for all the other subscriptions all the columns were shown (including columns that should have been hidden). (Columns for the subscription tables for the OPAC record details are configured under Administration > Additional parameters > Table settings > OPAC > subscriptionst.)
1638
  >This fixes the display of columns shown for the subscription detail tables in the OPAC, where there are multiple subscriptions for a record. Any changes to the columns were only applied to the first subscription, for all the other subscriptions all the columns were shown (including columns that should have been hidden). (Columns for the subscription tables for the OPAC record details are configured under Administration > Additional parameters > Table settings > OPAC > subscriptionst.)
1639
1639
1640
  **Sponsored by** *Athens County Public Libraries*
1640
  **Sponsored by** *Athens County Public Libraries*
1641
- [38470](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38470) Subscription detail page vulnerable to reflected XSS (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1641
- [38470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38470) Subscription detail page vulnerable to reflected XSS (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1642
- [38515](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38515) Generate next serial deletes the notes from the expected serial and ignores preference PreserveSerialNotes in the new serial (25.05.00)
1642
- [38515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38515) Generate next serial deletes the notes from the expected serial and ignores preference PreserveSerialNotes in the new serial (25.05.00)
1643
  >This fixes the generation of the next serial and keeping the issue notes, when PreserveSerialNotes is set to "Do". If a serial with the status "Expected" had notes and the next issue was generated (the "Generate next" button), the serial status changed to "Late" and the notes were not copied over - as expected. However, if PreserveSerialNotes was set to "Do", it wasn't keeping the note for the next issue.
1643
  >This fixes the generation of the next serial and keeping the issue notes, when PreserveSerialNotes is set to "Do". If a serial with the status "Expected" had notes and the next issue was generated (the "Generate next" button), the serial status changed to "Late" and the notes were not copied over - as expected. However, if PreserveSerialNotes was set to "Do", it wasn't keeping the note for the next issue.
1644
- [38528](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38528) Additional fields are not properly fetched in serial subscription details (25.05.00)
1644
- [38528](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38528) Additional fields are not properly fetched in serial subscription details (25.05.00)
1645
- [39406](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39406) Issues on serial collection page sort from old to new now (25.05.00,24.11.05)
1645
- [39406](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39406) Issues on serial collection page sort from old to new now (25.05.00,24.11.05)
1646
  >This fixes the serial collection table so that issues now sort in descending order based on the date published column (the latest issue at the top).
1646
  >This fixes the serial collection table so that issues now sort in descending order based on the date published column (the latest issue at the top).
1647
1647
1648
  **Sponsored by** *Pymble Ladies' College*
1648
  **Sponsored by** *Pymble Ladies' College*
1649
- [39775](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39775) Serials claims table filters aren't working (25.05.00)
1649
- [39775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39775) Serials claims table filters aren't working (25.05.00)
1650
  >This restores the table filters for serial claims search results - they are now located at the top of the table, and actually work. This was a regression.
1650
  >This restores the table filters for serial claims search results - they are now located at the top of the table, and actually work. This was a regression.
1651
- [39814](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39814) Filters on subscription search are broken (25.05.00)
1651
- [39814](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39814) Filters on subscription search are broken (25.05.00)
1652
  >This restores the column filters to the top of the table for serials search - they are now located at the top of the table, and actually work. This was a regression.
1652
  >This restores the column filters to the top of the table for serials search - they are now located at the top of the table, and actually work. This was a regression.
1653
- [39915](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39915) Late issues export exports empty rows in CSV (25.05.00,24.11.05)
1653
- [39915](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39915) Late issues export exports empty rows in CSV (25.05.00,24.11.05)
1654
- [34681](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34681) Last returned by and last/previous borrower doesn't display if patron's cardnumber is empty (25.05.00)
1654
- [34681](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34681) Last returned by and last/previous borrower doesn't display if patron's cardnumber is empty (25.05.00)
1655
  >This fixes a bug where the 'Last borrower' and 'Previous borrower' links did not appear when the borrower lacked a cardnumber. This patch makes it fall back to borrowernumber in those cases.
1655
  >This fixes a bug where the 'Last borrower' and 'Previous borrower' links did not appear when the borrower lacked a cardnumber. This patch makes it fall back to borrowernumber in those cases.
1656
- [36867](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36867) ILS-DI AuthorizedIPs should deny explicitly except those listed (25.05.00,24.11.04,24.05.09,23.11.14,22.11.26)
1656
- [36867](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36867) ILS-DI AuthorizedIPs should deny explicitly except those listed (25.05.00,24.11.04,24.05.09,23.11.14,22.11.26)
1657
  >This patch updates the ILS-DI authorized IPs preference to deny all IPs not listed in the preference.
1657
  >This patch updates the ILS-DI authorized IPs preference to deny all IPs not listed in the preference.
1658
  >
1658
  >
1659
  >Previously if no text was entered the ILS-DI service was accessible by all IPs, now it requires explicitly defining the IPs that can access the service.
1659
  >Previously if no text was entered the ILS-DI service was accessible by all IPs, now it requires explicitly defining the IPs that can access the service.
1660
  >
1660
  >
1661
  >Upgrading libraries using ILS-DI should check that they have the necessary IPs defined in the system preference.
1661
  >Upgrading libraries using ILS-DI should check that they have the necessary IPs defined in the system preference.
1662
- [37393](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37393) Bundle items don't show their host in the staff interface (25.05.00,24.11.01,24.05.06)
1662
- [37393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37393) Bundle items don't show their host in the staff interface (25.05.00,24.11.01,24.05.06)
1663
  >This fixes the item status for an item in a bundle, shown in the staff interface's holdings table. If an item is part of a bundle, the item status should show as "Not for loan (Added to bundle). In bundle: [Title and link to record it is bundled with]". It was not showing the "In bundle: [...]" text and link to the bundled item.
1663
  >This fixes the item status for an item in a bundle, shown in the staff interface's holdings table. If an item is part of a bundle, the item status should show as "Not for loan (Added to bundle). In bundle: [Title and link to record it is bundled with]". It was not showing the "In bundle: [...]" text and link to the bundled item.
1664
  >
1664
  >
1665
  >(Note: This fixes the staff interface, the OPAC correctly shows the text and link. To use the bundle feature: 
1665
  >(Note: This fixes the staff interface, the OPAC correctly shows the text and link. To use the bundle feature: 
1666
  >1) For a record's leader, set position "7- Bibliographic level" to "c- Collection".
1666
  >1) For a record's leader, set position "7- Bibliographic level" to "c- Collection".
1667
  >2) Use the "Manage bundle" action for the record's item, and add items to the bundle.)
1667
  >2) Use the "Manage bundle" action for the record's item, and add items to the bundle.)
1668
- [37727](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37727) CVE-2024-24337 - Fix CSV formula injection - client side (DataTables) (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1668
- [37727](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37727) CVE-2024-24337 - Fix CSV formula injection - client side (DataTables) (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1669
- [37761](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37761) Tabs on curbside_pickups.tt page not styled right after Bootstrap 5 update (25.05.00,24.11.03)
1669
- [37761](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37761) Tabs on curbside_pickups.tt page not styled right after Bootstrap 5 update (25.05.00,24.11.03)
1670
  >This fixes the curbside pickups page (Circulation > Holds and bookings > Curbside pickups) so that the tabs are correctly styled (instead of plain links), and the automatic refresh works as expected (you stay on the currently selected tab). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1670
  >This fixes the curbside pickups page (Circulation > Holds and bookings > Curbside pickups) so that the tabs are correctly styled (instead of plain links), and the automatic refresh works as expected (you stay on the currently selected tab). (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1671
1671
1672
  **Sponsored by** *Athens County Public Libraries*
1672
  **Sponsored by** *Athens County Public Libraries*
1673
- [38108](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38108) Make display of table filters in staff interface holdings table configurable (25.05.00,24.11.03)
1673
- [38108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38108) Make display of table filters in staff interface holdings table configurable (25.05.00,24.11.03)
1674
  >This patch adds a new system preference called 'AlwaysShowHoldingsTableFilters'. This system preference allows staff to control the behavior of the filters on the items detail page. It can be set to either always show the filters by default or to never show the filters by default.
1674
  >This patch adds a new system preference called 'AlwaysShowHoldingsTableFilters'. This system preference allows staff to control the behavior of the filters on the items detail page. It can be set to either always show the filters by default or to never show the filters by default.
1675
- [38367](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38367) offset is wrong on plugins-disabled.tt page (25.05.00)
1675
- [38367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38367) offset is wrong on plugins-disabled.tt page (25.05.00)
1676
  >This fixes the display of the plugins page, when plugins are disabled in koha-conf.xml and the page is accessed directly. The message that plugins are disabled is now indented, instead of aligned to the far left.
1676
  >This fixes the display of the plugins page, when plugins are disabled in koha-conf.xml and the page is accessed directly. The message that plugins are disabled is now indented, instead of aligned to the far left.
1677
- [38465](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38465) Cannot schedule a curbside pickup (25.05.00)
1677
- [38465](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38465) Cannot schedule a curbside pickup (25.05.00)
1678
  >This removes duplicated JavaScript library includes from the curbside pickup page, as they are now included in the main include. (This is a follow-up to bug 36454 - Provide indication if a patron is expired or restricted on patron search autocomplete, a new feature added in Koha 24.11.00.)
1678
  >This removes duplicated JavaScript library includes from the curbside pickup page, as they are now included in the main include. (This is a follow-up to bug 36454 - Provide indication if a patron is expired or restricted on patron search autocomplete, a new feature added in Koha 24.11.00.)
1679
- [38468](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38468) Staff interface detail page vulnerable to reflected XSS (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1679
- [38468](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38468) Staff interface detail page vulnerable to reflected XSS (25.05.00,24.11.01,24.05.06,23.11.11,22.11.23)
1680
- [38711](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38711) Wrong font-weight in tables during printing from staff interface (25.05.00,24.11.03)
1680
- [38711](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38711) Wrong font-weight in tables during printing from staff interface (25.05.00,24.11.03)
1681
  >This fixes the print style sheet for tables in the staff interface - the last column is no longer printed in bold. This was affecting various pages when printed, such as notices and slips, and pages.
1681
  >This fixes the print style sheet for tables in the staff interface - the last column is no longer printed in bold. This was affecting various pages when printed, such as notices and slips, and pages.
1682
1682
1683
  **Sponsored by** *Deutsches Elektronen-Synchrotron DESY, Library*
1683
  **Sponsored by** *Deutsches Elektronen-Synchrotron DESY, Library*
1684
- [38724](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38724) Holdings table - filters shown after column visibility is updated (25.05.00,24.11.04)
1684
- [38724](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38724) Holdings table - filters shown after column visibility is updated (25.05.00,24.11.04)
1685
  >This fixes the holdings table. If you clicked "Columns" and you added or removed a column, it was automatically showing the column filters - but it didn't toggle "Hide filters" and you had to click twice to hide them.
1685
  >This fixes the holdings table. If you clicked "Columns" and you added or removed a column, it was automatically showing the column filters - but it didn't toggle "Hide filters" and you had to click twice to hide them.
1686
- [38773](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38773) SMTP server is not showing on the library detail page (25.05.00)
1686
- [38773](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38773) SMTP server is not showing on the library detail page (25.05.00)
1687
  >This fixes the library detail page (Administration > Libraries > [view a library]) so that the SMTP server information is now shown (where it exists). Previously, the SMTP server was showing in the list of libraries, but not on the library's individual detail page.
1687
  >This fixes the library detail page (Administration > Libraries > [view a library]) so that the SMTP server information is now shown (where it exists). Previously, the SMTP server was showing in the list of libraries, but not on the library's individual detail page.
1688
- [38827](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38827) New search performed when column filters lose focus (25.05.00,24.11.04)
1688
- [38827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38827) New search performed when column filters lose focus (25.05.00,24.11.04)
1689
  >This fixes DataTable tables to stop duplicate update queries being made when values are entered for filters and then the focus is lost (for example, clicking somewhere else on the screen).
1689
  >This fixes DataTable tables to stop duplicate update queries being made when values are entered for filters and then the focus is lost (for example, clicking somewhere else on the screen).
1690
- [38954](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38954) checkout type column should be hidden by colvis (25.05.00,24.11.04)
1690
- [38954](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38954) checkout type column should be hidden by colvis (25.05.00,24.11.04)
1691
- [38969](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38969) Reflected XSS vulnerability in tags (25.05.00,24.11.04,24.05.09,23.11.14,22.11.26)
1691
- [38969](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38969) Reflected XSS vulnerability in tags (25.05.00,24.11.04,24.05.09,23.11.14,22.11.26)
1692
- [39000](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39000) "Encoding errors" block on detail page hurt the eyes (25.05.00)
1692
- [39000](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39000) "Encoding errors" block on detail page hurt the eyes (25.05.00)
1693
- [39011](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39011) Unable to search the holdings table (except home/holding libraries and barcode) (25.05.00)
1693
- [39011](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39011) Unable to search the holdings table (except home/holding libraries and barcode) (25.05.00)
1694
  >This fixes and improves searching the holdings table for columns that use an authorized or coded value. You can now use either the codes or the description when searching for item type, current library, home library, and collection columns. For example, searching for BK or Books now works as expected.
1694
  >This fixes and improves searching the holdings table for columns that use an authorized or coded value. You can now use either the codes or the description when searching for item type, current library, home library, and collection columns. For example, searching for BK or Books now works as expected.
1695
- [39022](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39022) Last patron is replaced by current patron on page load (25.05.00)
1695
- [39022](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39022) Last patron is replaced by current patron on page load (25.05.00)
1696
- [39035](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39035) CookieConsentBar message prints on slip when cookies aren’t accepted (25.05.00)
1696
- [39035](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39035) CookieConsentBar message prints on slip when cookies aren’t accepted (25.05.00)
1697
  >This patch fixes a bug where CookieConsent information would show up on printed material in the staff interface.
1697
  >This patch fixes a bug where CookieConsent information would show up on printed material in the staff interface.
1698
- [39080](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39080) Table headers of holds to pull table are incorrect size on scroll (25.05.00)
1698
- [39080](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39080) Table headers of holds to pull table are incorrect size on scroll (25.05.00)
1699
- [39186](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39186) 'Cancel marked holds' button on patron holds tab styling is inconsistent (25.05.00)
1699
- [39186](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39186) 'Cancel marked holds' button on patron holds tab styling is inconsistent (25.05.00)
1700
- [39258](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39258) Remove extra delete button in report preview modal (25.05.00)
1700
- [39258](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39258) Remove extra delete button in report preview modal (25.05.00)
1701
  >This removes an extra "Delete" button when previewing the SQL for the report from the list of saved reports page. (The duplicate button didn't do anything.)
1701
  >This removes an extra "Delete" button when previewing the SQL for the report from the list of saved reports page. (The duplicate button didn't do anything.)
1702
- [39663](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39663) Patrons entry in additional fields has wrong  header (25.05.00)
1702
- [39663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39663) Patrons entry in additional fields has wrong  header (25.05.00)
1703
  >This fixes the heading level for Koha administration > Additional parameters > Additional fields > Patrons - from an H3 to an H2 (follow-up to Bug 38662 - Additional fields admin page hard to read).
1703
  >This fixes the heading level for Koha administration > Additional parameters > Additional fields > Patrons - from an H3 to an H2 (follow-up to Bug 38662 - Additional fields admin page hard to read).
1704
- [32949](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32949) Smart-rules prefills junk date on page load (25.05.00)
1704
- [32949](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32949) Smart-rules prefills junk date on page load (25.05.00)
1705
- [36163](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36163) Can't select a country for usage statistics (25.05.00,24.11.04)
1705
- [36163](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36163) Can't select a country for usage statistics (25.05.00,24.11.04)
1706
1706
1707
  **Sponsored by** *Ignatianum University in Cracow*
1707
  **Sponsored by** *Ignatianum University in Cracow*
1708
- [38738](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38738) additional-fields-entry.inc always closing select element even when it doesn't exist (25.05.00,24.11.04)
1708
- [38738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38738) additional-fields-entry.inc always closing select element even when it doesn't exist (25.05.00,24.11.04)
1709
- [38856](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38856) Typo: EmailAddressForPatronRegistrations - "chooose" (25.05.00,24.11.04)
1709
- [38856](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38856) Typo: EmailAddressForPatronRegistrations - "chooose" (25.05.00,24.11.04)
1710
  >This fixes a spelling mistake in the EmailAddressForPatronRegistrations system preference description - "chooose" -> "choose".
1710
  >This fixes a spelling mistake in the EmailAddressForPatronRegistrations system preference description - "chooose" -> "choose".
1711
- [38874](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38874) Typo in UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin example (25.05.00)
1711
- [38874](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38874) Typo in UpdateItemLocationOnCheckout and UpdateItemLocationOnCheckin example (25.05.00)
1712
- [39005](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39005) Typo in patron category 'Force new password reset' hintq (25.05.00)
1712
- [39005](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39005) Typo in patron category 'Force new password reset' hintq (25.05.00)
1713
- [39300](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39300) Quick edit a subfield not selecting the correct tab (25.05.00)
1713
- [39300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39300) Quick edit a subfield not selecting the correct tab (25.05.00)
1714
- [39525](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39525) Relabel "Hold pickup library match" as "Hold and booking pickup library match" (25.05.00)
1714
- [39525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39525) Relabel "Hold pickup library match" as "Hold and booking pickup library match" (25.05.00)
1715
- [39685](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39685) Typo: authorised value in item search fields (25.05.00)
1715
- [39685](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39685) Typo: authorised value in item search fields (25.05.00)
1716
- [39827](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39827) Wrong framework in edit framework button (25.05.00)
1716
- [39827](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39827) Wrong framework in edit framework button (25.05.00)
1717
- [30707](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30707) Move container's closing div tag into template from intranet-bottom.inc (25.05.00)
1717
- [30707](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30707) Move container's closing div tag into template from intranet-bottom.inc (25.05.00)
1718
  >For templates which use the intranet-bottom include file, the markup in that template lacks the main container's closing div, expecting it to be closed in intranet-bottom.inc. This moves that closing div into each template.
1718
  >For templates which use the intranet-bottom include file, the markup in that template lacks the main container's closing div, expecting it to be closed in intranet-bottom.inc. This moves that closing div into each template.
1719
  >
1719
  >
1720
  >This is intended to make it clearer to anyone trying to maintain the correct structure of the page, and hopefully to make it possible to automatically tidy template files.
1720
  >This is intended to make it clearer to anyone trying to maintain the correct structure of the page, and hopefully to make it possible to automatically tidy template files.
1721
- [31270](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31270) Terminology: Standardize on self-registration or self registration (25.05.00)
1721
- [31270](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31270) Terminology: Standardize on self-registration or self registration (25.05.00)
1722
  >This fixes any occurrences of "self registration" (and variations) and changes these to "self-registration" for consistency in the OPAC and staff interface.
1722
  >This fixes any occurrences of "self registration" (and variations) and changes these to "self-registration" for consistency in the OPAC and staff interface.
1723
  >
1723
  >
1724
  >It also updates the system preference description for PatronSelfRegistrationLibraryList.
1724
  >It also updates the system preference description for PatronSelfRegistrationLibraryList.
1725
- [31470](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31470) Incorrect selector for relationship dropdown used in members.js (25.05.00,24.11.01)
1725
- [31470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31470) Incorrect selector for relationship dropdown used in members.js (25.05.00,24.11.01)
1726
  >This fixes the patron entry and edit form (memberentrygen.tt) to add a missing id "relationship" to the patron guarantor relationship dropdown list field (so this can be used as a selector in IntranetUserJS). 
1726
  >This fixes the patron entry and edit form (memberentrygen.tt) to add a missing id "relationship" to the patron guarantor relationship dropdown list field (so this can be used as a selector in IntranetUserJS). 
1727
  >
1727
  >
1728
  >It also fixes an issue when adding a patron guarantor to a patron that already has a non-patron guarantor - this would incorrectly set the non-patron guarantor relationship field to empty.
1728
  >It also fixes an issue when adding a patron guarantor to a patron that already has a non-patron guarantor - this would incorrectly set the non-patron guarantor relationship field to empty.
1729
1729
1730
  **Sponsored by** *Koha-Suomi Oy*
1730
  **Sponsored by** *Koha-Suomi Oy*
1731
- [36609](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36609) Update index type labels in Elasticsearch config page: Std. Number, Call Number, <empty> (25.05.00,24.11.03)
1731
- [36609](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36609) Update index type labels in Elasticsearch config page: Std. Number, Call Number, <empty> (25.05.00,24.11.03)
1732
  >This fixes the labels used for the type options when configuring Elasticsearch search fields - they now use sentence case and the full name (instead of abbreviations):
1732
  >This fixes the labels used for the type options when configuring Elasticsearch search fields - they now use sentence case and the full name (instead of abbreviations):
1733
  >- Default (instead of being blank)
1733
  >- Default (instead of being blank)
1734
  >- Identifier (instead of Std. Number)
1734
  >- Identifier (instead of Std. Number)
1735
  >- Call number (instead of Call Number)
1735
  >- Call number (instead of Call Number)
1736
- [37634](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37634) Missing "USE Koha" causes JS errors and missing "Last patron" menu (25.05.00,24.11.02)
1736
- [37634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37634) Missing "USE Koha" causes JS errors and missing "Last patron" menu (25.05.00,24.11.02)
1737
  >This fixes the cause of the "Last patron" menu not displaying on many staff interface pages, or generating JavaScript errors (where showLastPatron is enabled). (It adds "[% USE Koha %]" to templates where it was missing. It also removes some duplicate USE entries.)
1737
  >This fixes the cause of the "Last patron" menu not displaying on many staff interface pages, or generating JavaScript errors (where showLastPatron is enabled). (It adds "[% USE Koha %]" to templates where it was missing. It also removes some duplicate USE entries.)
1738
1738
1739
  **Sponsored by** *Athens County Public Libraries*
1739
  **Sponsored by** *Athens County Public Libraries*
1740
- [38285](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38285) Replace instances of obsolete Bootstrap class "pull-right" (25.05.00,24.11.03)
1740
- [38285](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38285) Replace instances of obsolete Bootstrap class "pull-right" (25.05.00,24.11.03)
1741
  >This fixes some CSS from the Bootstrap 5 upgrade:
1741
  >This fixes some CSS from the Bootstrap 5 upgrade:
1742
  >- Removes instances of the pre-Bootstrap-5 class "pull-right" (Bootstrap 5 menus have better responsive behavour).
1742
  >- Removes instances of the pre-Bootstrap-5 class "pull-right" (Bootstrap 5 menus have better responsive behavour).
1743
  >- Adds "dropdown-item" classes to some menu items that lacked it.
1743
  >- Adds "dropdown-item" classes to some menu items that lacked it.
Lines 1745-1886 have already been fixed in maintenance releases Link Here
1745
  >(This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1745
  >(This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1746
1746
1747
  **Sponsored by** *Athens County Public Libraries*
1747
  **Sponsored by** *Athens County Public Libraries*
1748
- [38294](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38294) Checkbox/label for search filters incorrectly aligned (25.05.00)
1748
- [38294](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38294) Checkbox/label for search filters incorrectly aligned (25.05.00)
1749
1749
1750
  **Sponsored by** *Athens County Public Libraries*
1750
  **Sponsored by** *Athens County Public Libraries*
1751
- [38347](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38347) Fix style of sidebar form submit button on bookings to collect page (25.05.00)
1751
- [38347](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38347) Fix style of sidebar form submit button on bookings to collect page (25.05.00)
1752
  >This fixes the style for the submit button on the bookings to collect page (Circulation > Bookings to collect). It now has the same yellow "primary" style as other submit buttons, and it fills the width of the sidebar.
1752
  >This fixes the style for the submit button on the bookings to collect page (Circulation > Bookings to collect). It now has the same yellow "primary" style as other submit buttons, and it fills the width of the sidebar.
1753
1753
1754
  **Sponsored by** *Athens County Public Libraries*
1754
  **Sponsored by** *Athens County Public Libraries*
1755
- [38349](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38349) Fix style of sidebar form submit button on tags review page (25.05.00,24.11.03)
1755
- [38349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38349) Fix style of sidebar form submit button on tags review page (25.05.00,24.11.03)
1756
  >This fixes the "Apply filter(s)" button on the tags review page in the staff interface (Tools > Patrons and circulation > Tags). It now has the same yellow "primary" style as other submit buttons - the text is slightly larger, and the button now fills the entire width of the sidebar.
1756
  >This fixes the "Apply filter(s)" button on the tags review page in the staff interface (Tools > Patrons and circulation > Tags). It now has the same yellow "primary" style as other submit buttons - the text is slightly larger, and the button now fills the entire width of the sidebar.
1757
1757
1758
  **Sponsored by** *Athens County Public Libraries*
1758
  **Sponsored by** *Athens County Public Libraries*
1759
- [38350](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38350) Fix style of sidebar form clear buttons (25.05.00)
1759
- [38350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38350) Fix style of sidebar form clear buttons (25.05.00)
1760
  >This fixes the markup and CSS for sidebar forms that contain a submit button and a clear button (for example, the patrons and ILL requests sidebars). The submit button is now wider than the clear button for visual emphasis.
1760
  >This fixes the markup and CSS for sidebar forms that contain a submit button and a clear button (for example, the patrons and ILL requests sidebars). The submit button is now wider than the clear button for visual emphasis.
1761
1761
1762
  **Sponsored by** *Athens County Public Libraries*
1762
  **Sponsored by** *Athens County Public Libraries*
1763
- [38467](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38467) Template::Toolkit filters can create risky Javascript when not using RFC3986 (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1763
- [38467](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38467) Template::Toolkit filters can create risky Javascript when not using RFC3986 (25.05.00,24.11.02,24.05.07,23.11.12,22.11.24)
1764
- [38476](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38476) Use anchor tag for DataTables configure button (25.05.00,24.11.01,24.05.06)
1764
- [38476](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38476) Use anchor tag for DataTables configure button (25.05.00,24.11.01,24.05.06)
1765
  >This fixes the "Configure" button for tables, so that you can now right-click and open the table settings in a new tab.
1765
  >This fixes the "Configure" button for tables, so that you can now right-click and open the table settings in a new tab.
1766
- [38502](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38502) Use Bootstrap alert info class for messages on table settings page (25.05.00,24.11.04)
1766
- [38502](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38502) Use Bootstrap alert info class for messages on table settings page (25.05.00,24.11.04)
1767
  >This fixes the styles for informational messages on the table settings page (Administration > Additional parameters > Table settings). It updates the existing class (class="alert"), which doesn't add any style, to the Bootstrap 5 class (class="alert alert-info") - which now has a light blue background.
1767
  >This fixes the styles for informational messages on the table settings page (Administration > Additional parameters > Table settings). It updates the existing class (class="alert"), which doesn't add any style, to the Bootstrap 5 class (class="alert alert-info") - which now has a light blue background.
1768
1768
1769
  **Sponsored by** *Athens County Public Libraries*
1769
  **Sponsored by** *Athens County Public Libraries*
1770
- [38519](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38519) Improve contrast of Bootstrap alerts and text background classes (25.05.00,24.11.03)
1770
- [38519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38519) Improve contrast of Bootstrap alerts and text background classes (25.05.00,24.11.03)
1771
  >This updates the staff interface CSS to improve the visibility and contrast in Bootstrap alerts and text with background classes. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1771
  >This updates the staff interface CSS to improve the visibility and contrast in Bootstrap alerts and text with background classes. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1772
1772
1773
  **Sponsored by** *Athens County Public Libraries*
1773
  **Sponsored by** *Athens County Public Libraries*
1774
- [38536](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38536) Patrons requesting modifications: Expand correct panel (25.05.00,24.11.01)
1774
- [38536](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38536) Patrons requesting modifications: Expand correct panel (25.05.00,24.11.01)
1775
  >This fixes the panels in the staff interface on the patrons requesting modifications page. The automatic panel expansion was not working as expected:
1775
  >This fixes the panels in the staff interface on the patrons requesting modifications page. The automatic panel expansion was not working as expected:
1776
  >- The first panel should expand by default (when there is no patron selected)
1776
  >- The first panel should expand by default (when there is no patron selected)
1777
  >- The panel should expand when a patron is selected (when opening from the patron's record)
1777
  >- The panel should expand when a patron is selected (when opening from the patron's record)
1778
  >(This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1778
  >(This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1779
1779
1780
  **Sponsored by** *Athens County Public Libraries*
1780
  **Sponsored by** *Athens County Public Libraries*
1781
- [38611](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38611) Change 'Staff' to 'Staff interface' in HTML customization locations (25.05.00)
1781
- [38611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38611) Change 'Staff' to 'Staff interface' in HTML customization locations (25.05.00)
1782
  >This fixes the HTML customization display location dropdown list so that the "Staff" grouping is now "Staff interface". This makes it clearer for translation.
1782
  >This fixes the HTML customization display location dropdown list so that the "Staff" grouping is now "Staff interface". This makes it clearer for translation.
1783
- [38665](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38665) Markup error in additional fields template title (25.05.00,24.11.03)
1783
- [38665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38665) Markup error in additional fields template title (25.05.00,24.11.03)
1784
  >This fixes a markup error in the browser page title for the additional fields page - there was an additional caret (>) at the start (> Additional fields > Administration > Koha, instead of Additional fields > Administration > Koha).
1784
  >This fixes a markup error in the browser page title for the additional fields page - there was an additional caret (>) at the start (> Additional fields > Administration > Koha, instead of Additional fields > Administration > Koha).
1785
1785
1786
  **Sponsored by** *Athens County Public Libraries*
1786
  **Sponsored by** *Athens County Public Libraries*
1787
- [38701](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38701) Fix HTML validity errors in invoice template (25.05.00)
1787
- [38701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38701) Fix HTML validity errors in invoice template (25.05.00)
1788
  >This fixes some HTML markup errors on the Acquisitions > Invoices page - it now passes W3C HTML validation checks.
1788
  >This fixes some HTML markup errors on the Acquisitions > Invoices page - it now passes W3C HTML validation checks.
1789
1789
1790
  **Sponsored by** *Athens County Public Libraries*
1790
  **Sponsored by** *Athens County Public Libraries*
1791
- [38713](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38713) Incorrect HTML structures (25.05.00)
1791
- [38713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38713) Incorrect HTML structures (25.05.00)
1792
- [38785](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38785) Punctuation inconsistencies in system preference descriptions (25.05.00)
1792
- [38785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38785) Punctuation inconsistencies in system preference descriptions (25.05.00)
1793
  >This fixes some punctuation inconsistencies for system preference descriptions, identified during translation. This includes:
1793
  >This fixes some punctuation inconsistencies for system preference descriptions, identified during translation. This includes:
1794
  >- missing full stops at the end of complete sentences
1794
  >- missing full stops at the end of complete sentences
1795
  >- incorrect placement of full stops (for example, after each option value, instead of after the option selection box)
1795
  >- incorrect placement of full stops (for example, after each option value, instead of after the option selection box)
1796
  >- minor wording changes (for example, Opac to OPAC)
1796
  >- minor wording changes (for example, Opac to OPAC)
1797
- [38813](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38813) Curbside pickups tab not selected in OPAC (25.05.00,24.11.02)
1797
- [38813](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38813) Curbside pickups tab not selected in OPAC (25.05.00,24.11.02)
1798
- [38845](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38845) OpacNoItemTypeImages required to show item type images in staff interface advanced search (25.05.00,24.11.04)
1798
- [38845](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38845) OpacNoItemTypeImages required to show item type images in staff interface advanced search (25.05.00,24.11.04)
1799
  >This fixes the display of item type images in the staff interface's advanced search. The noItemTypeImages system preference now correctly controls the display of the item type images. Previously, it was incorrectly controlled by the OpacNoItemTypeImages system preference.
1799
  >This fixes the display of item type images in the staff interface's advanced search. The noItemTypeImages system preference now correctly controls the display of the item type images. Previously, it was incorrectly controlled by the OpacNoItemTypeImages system preference.
1800
- [38921](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38921) Remove unused href from Cancel hold link (25.05.00,24.11.04)
1800
- [38921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38921) Remove unused href from Cancel hold link (25.05.00,24.11.04)
1801
1801
1802
  **Sponsored by** *Chetco Community Public Library*
1802
  **Sponsored by** *Chetco Community Public Library*
1803
- [38958](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38958) Search history deletion broken in the staff interface (25.05.00,24.11.04)
1803
- [38958](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38958) Search history deletion broken in the staff interface (25.05.00,24.11.04)
1804
  >This fixes deleting catalog search history in the staff interface (when the EnableSearchHistory system preference is set to 'Keep') - the delete button now works. Previously, selected search terms could not be deleted. (This is related to the DataTables upgrade in Koha 24.11.)
1804
  >This fixes deleting catalog search history in the staff interface (when the EnableSearchHistory system preference is set to 'Keep') - the delete button now works. Previously, selected search terms could not be deleted. (This is related to the DataTables upgrade in Koha 24.11.)
1805
- [38964](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38964) Fix column span in footer of staff interface account payment page (25.05.00)
1805
- [38964](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38964) Fix column span in footer of staff interface account payment page (25.05.00)
1806
  >This fixes an alignment problem on the 'Make a payment' screen where the table footer had an inconsistent number of columns.
1806
  >This fixes an alignment problem on the 'Make a payment' screen where the table footer had an inconsistent number of columns.
1807
1807
1808
  **Sponsored by** *Athens County Public Libraries*
1808
  **Sponsored by** *Athens County Public Libraries*
1809
- [38968](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38968) Identity providers "More" controls broken after Bootstrap 5 upgrade (25.05.00)
1809
- [38968](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38968) Identity providers "More" controls broken after Bootstrap 5 upgrade (25.05.00)
1810
  >This fixes the identity providers add and modify form so that the "More" buttons now correctly expand and show hidden help text. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1810
  >This fixes the identity providers add and modify form so that the "More" buttons now correctly expand and show hidden help text. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
1811
1811
1812
  **Sponsored by** *Athens County Public Libraries*
1812
  **Sponsored by** *Athens County Public Libraries*
1813
- [38979](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38979) Standardize word spacing for Cardnumber (25.05.00)
1813
- [38979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38979) Standardize word spacing for Cardnumber (25.05.00)
1814
  >This changes "cardnumber" to "card number" on the Tools > Patron lists pages.
1814
  >This changes "cardnumber" to "card number" on the Tools > Patron lists pages.
1815
1815
1816
  **Sponsored by** *Athens County Public Libraries*
1816
  **Sponsored by** *Athens County Public Libraries*
1817
- [39051](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39051) Cash register statistics form submit button styled incorrectly (25.05.00)
1817
- [39051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39051) Cash register statistics form submit button styled incorrectly (25.05.00)
1818
1818
1819
  **Sponsored by** *Athens County Public Libraries*
1819
  **Sponsored by** *Athens County Public Libraries*
1820
- [39053](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39053) Add page-section div to reports results pages (25.05.00)
1820
- [39053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39053) Add page-section div to reports results pages (25.05.00)
1821
  >This fixes several report result pages so that they have a "page-section" div - they now have a white background, instead of the light grey background.
1821
  >This fixes several report result pages so that they have a "page-section" div - they now have a white background, instead of the light grey background.
1822
1822
1823
  **Sponsored by** *Athens County Public Libraries*
1823
  **Sponsored by** *Athens County Public Libraries*
1824
- [39081](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39081) Fix date and title sorting on batch extend due dates page (25.05.00)
1824
- [39081](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39081) Fix date and title sorting on batch extend due dates page (25.05.00)
1825
1825
1826
  **Sponsored by** *Athens County Public Libraries*
1826
  **Sponsored by** *Athens County Public Libraries*
1827
- [39185](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39185) Holds priority drop-down contains extraneous 0's if there are found holds (25.05.00)
1827
- [39185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39185) Holds priority drop-down contains extraneous 0's if there are found holds (25.05.00)
1828
- [39189](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39189) Collapsing sections on moredetail.pl not working (25.05.00)
1828
- [39189](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39189) Collapsing sections on moredetail.pl not working (25.05.00)
1829
- [39248](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39248) Wrong 007/5 label for # in Nonprojected graphic (25.05.00)
1829
- [39248](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39248) Wrong 007/5 label for # in Nonprojected graphic (25.05.00)
1830
- [39354](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39354) Remove unintended Bootstrap 5 change to scroll-behavior (25.05.00)
1830
- [39354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39354) Remove unintended Bootstrap 5 change to scroll-behavior (25.05.00)
1831
  >This fixes two unexpected and unintentional Bootstrap 5 changes:
1831
  >This fixes two unexpected and unintentional Bootstrap 5 changes:
1832
  >
1832
  >
1833
  >- It updates the "smooth scroll" behavior introduced in Bootstrap 5 for in-page links. Example: when clicking on a section link for a system administration, the page should jump immediately to that section instead of scrolling.
1833
  >- It updates the "smooth scroll" behavior introduced in Bootstrap 5 for in-page links. Example: when clicking on a section link for a system administration, the page should jump immediately to that section instead of scrolling.
1834
  >
1834
  >
1835
  >- It updates some multiple-select dropdown lists used by some system preference controls, where a default option is not selected. When you hovered over the dropdown list, the cursor changed to a "waiting" cursor (rotating circle), this behavour is now removed. Example: the ArticleRequestsMandatoryFields system preference.
1835
  >- It updates some multiple-select dropdown lists used by some system preference controls, where a default option is not selected. When you hovered over the dropdown list, the cursor changed to a "waiting" cursor (rotating circle), this behavour is now removed. Example: the ArticleRequestsMandatoryFields system preference.
1836
- [39400](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39400) "Jump to add item form" doesn't work while editing an existing item (25.05.00)
1836
- [39400](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39400) "Jump to add item form" doesn't work while editing an existing item (25.05.00)
1837
1837
1838
  **Sponsored by** *Chetco Community Public Library*
1838
  **Sponsored by** *Chetco Community Public Library*
1839
- [39404](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39404) Inconsistency due to "Add to list" vs "Add to a list" (25.05.00)
1839
- [39404](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39404) Inconsistency due to "Add to list" vs "Add to a list" (25.05.00)
1840
- [39409](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39409) Duplicate modifybiblio ids in cataloguing toolbar (25.05.00)
1840
- [39409](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39409) Duplicate modifybiblio ids in cataloguing toolbar (25.05.00)
1841
1841
1842
  **Sponsored by** *Chetco Community Public Library*
1842
  **Sponsored by** *Chetco Community Public Library*
1843
- [39464](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39464) Z39.50 Search results not highlighting grey rows in yellow when previewing (25.05.00,24.11.05)
1843
- [39464](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39464) Z39.50 Search results not highlighting grey rows in yellow when previewing (25.05.00,24.11.05)
1844
- [39473](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39473) Drop-down filters on item holdings table should match codes exactly (25.05.00)
1844
- [39473](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39473) Drop-down filters on item holdings table should match codes exactly (25.05.00)
1845
  >This fixes the dropdown filters for the holdings table in the staff interface. The filters now use an exact match.
1845
  >This fixes the dropdown filters for the holdings table in the staff interface. The filters now use an exact match.
1846
  >
1846
  >
1847
  >Example: Items with an item type of BK (Books) and BKA (Other type of book) would both be shown if either was selected in the dropdown list, instead of just the items for the specific item type.
1847
  >Example: Items with an item type of BK (Books) and BKA (Other type of book) would both be shown if either was selected in the dropdown list, instead of just the items for the specific item type.
1848
- [39619](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39619) Typo: Identifierr (25.05.00)
1848
- [39619](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39619) Typo: Identifierr (25.05.00)
1849
- [39626](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39626) Display patron name in 'Holds to pull' report using standard template (25.05.00)
1849
- [39626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39626) Display patron name in 'Holds to pull' report using standard template (25.05.00)
1850
- [39831](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39831) Correct typo in manage-marc-import.tt (25.05.00)
1850
- [39831](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39831) Correct typo in manage-marc-import.tt (25.05.00)
1851
1851
1852
  **Sponsored by** *Athens County Public Libraries*
1852
  **Sponsored by** *Athens County Public Libraries*
1853
- [39957](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39957) Fix JS error on credit and debit types administration pages (25.05.00)
1853
- [39957](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39957) Fix JS error on credit and debit types administration pages (25.05.00)
1854
1854
1855
  **Sponsored by** *Athens County Public Libraries*
1855
  **Sponsored by** *Athens County Public Libraries*
1856
- [38474](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38474) t/db_dependent/Letters.t can fail randomly (25.05.00)
1856
- [38474](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38474) t/db_dependent/Letters.t can fail randomly (25.05.00)
1857
- [38744](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38744) Tests in Koha/Biblio.t are not rolling back (25.05.00)
1857
- [38744](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38744) Tests in Koha/Biblio.t are not rolling back (25.05.00)
1858
- [39286](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39286) BackgroundJob.t should mock_config (25.05.00)
1858
- [39286](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39286) BackgroundJob.t should mock_config (25.05.00)
1859
- [39315](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39315) Missing tests for KohaTable search on coded value's description (25.05.00)
1859
- [39315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39315) Missing tests for KohaTable search on coded value's description (25.05.00)
1860
- [39368](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39368) Warnings from t::lib::Mocks::Zebra because of statement after exec (25.05.00)
1860
- [39368](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39368) Warnings from t::lib::Mocks::Zebra because of statement after exec (25.05.00)
1861
- [39746](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39746) Wrong system preference 'AutoLocation' in test suite (25.05.00)
1861
- [39746](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39746) Wrong system preference 'AutoLocation' in test suite (25.05.00)
1862
- [39747](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39747) Wrong system preference 'DefaultHoldExpirationUnitOfTime' in test suite (25.05.00)
1862
- [39747](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39747) Wrong system preference 'DefaultHoldExpirationUnitOfTime' in test suite (25.05.00)
1863
- [39869](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39869) Club holds API missing tests (25.05.00)
1863
- [39869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39869) Club holds API missing tests (25.05.00)
1864
- [39995](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39995) Koha/Biblio.t can fail on slow servers (25.05.00)
1864
- [39995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39995) Koha/Biblio.t can fail on slow servers (25.05.00)
1865
- [37266](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37266) patron_lists/delete.pl should have CSRF protection (25.05.00,24.11.02,24.05.07)
1865
- [37266](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37266) patron_lists/delete.pl should have CSRF protection (25.05.00,24.11.02,24.05.07)
1866
1866
1867
  **Sponsored by** *Athens County Public Libraries*
1867
  **Sponsored by** *Athens County Public Libraries*
1868
- [38452](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38452) Inventory tool barcodes should not be case sensitive (25.05.00,24.11.02,24.05.08)
1868
- [38452](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38452) Inventory tool barcodes should not be case sensitive (25.05.00,24.11.02,24.05.08)
1869
  >This fixes the inventory tool so that it ignores case sensitivity for barcodes, similar to other areas of Koha such as checking in and checking out items (for example, ABC123 and abc123 are treated the same).
1869
  >This fixes the inventory tool so that it ignores case sensitivity for barcodes, similar to other areas of Koha such as checking in and checking out items (for example, ABC123 and abc123 are treated the same).
1870
- [38531](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38531) Include action_logs.diff when reverting hold (25.05.00,24.11.02,24.05.08)
1870
- [38531](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38531) Include action_logs.diff when reverting hold (25.05.00,24.11.02,24.05.08)
1871
  >This fixes the holds log so that the diff now includes the changes when reverting a hold. (This was missed when the diff in JSON format feature was added to Koha 24.05 by bug 25159.).
1871
  >This fixes the holds log so that the diff now includes the changes when reverting a hold. (This was missed when the diff in JSON format feature was added to Koha 24.05 by bug 25159.).
1872
- [38771](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38771) Typo 'AuthScuccessLog' system preference (25.05.00,24.11.03)
1872
- [38771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38771) Typo 'AuthScuccessLog' system preference (25.05.00,24.11.03)
1873
  >This fixes the log viewer authentication module "Log not enabled" warning message for the log viewer. If either AuthFailureLog or AuthSuccessLog system preferences are set to "Don't log", the "Log not enabled" warning icon is now shown. Previously, if one of the system preferences was set to "Log", no warning icon was shown.
1873
  >This fixes the log viewer authentication module "Log not enabled" warning message for the log viewer. If either AuthFailureLog or AuthSuccessLog system preferences are set to "Don't log", the "Log not enabled" warning icon is now shown. Previously, if one of the system preferences was set to "Log", no warning icon was shown.
1874
- [38870](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38870) Remove overflow scroll from batch patron modification (25.05.00,24.11.04)
1874
- [38870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38870) Remove overflow scroll from batch patron modification (25.05.00,24.11.04)
1875
1875
1876
  **Sponsored by** *Athens County Public Libraries*
1876
  **Sponsored by** *Athens County Public Libraries*
1877
- [39070](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39070) Elasticsearch facets are not used/needed when finding record matches (25.05.00)
1877
- [39070](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39070) Elasticsearch facets are not used/needed when finding record matches (25.05.00)
1878
- [39076](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39076) Elasticsearch timeouts when committing import batches (25.05.00)
1878
- [39076](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39076) Elasticsearch timeouts when committing import batches (25.05.00)
1879
- [39717](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39717) Stock rotation stages cannot be moved (25.05.00)
1879
- [39717](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39717) Stock rotation stages cannot be moved (25.05.00)
1880
- [39908](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39908) Hide diff column by default in log viewer (25.05.00)
1880
- [39908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39908) Hide diff column by default in log viewer (25.05.00)
1881
- [38605](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38605) t/db_dependent/Koha/OAIHarvester.t fails with wrong date format (25.05.00,24.11.01)
1881
- [38605](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38605) t/db_dependent/Koha/OAIHarvester.t fails with wrong date format (25.05.00,24.11.01)
1882
  >This fixes the tests for t/db_dependent/Koha/OAIHarvester.t - dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values.
1882
  >This fixes the tests for t/db_dependent/Koha/OAIHarvester.t - dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values.
1883
- [39861](https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39861) Z39.50/SRU servers on second page of results cannot be deleted (25.05.00)
1883
- [39861](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39861) Z39.50/SRU servers on second page of results cannot be deleted (25.05.00)
1884
  >This fixes the Z39.50/SRU servers page so that servers on the second (and later) page of results can now be deleted.
1884
  >This fixes the Z39.50/SRU servers page so that servers on the second (and later) page of results can now be deleted.
1885
1885
1886
## New system preferences
1886
## New system preferences
Lines 1916-1930 have already been fixed in maintenance releases Link Here
1916
The Koha manual is maintained in Sphinx. The home page for Koha
1916
The Koha manual is maintained in Sphinx. The home page for Koha
1917
documentation is
1917
documentation is
1918
1918
1919
- [Koha Documentation](https://koha-community.org/documentation/)
1919
- [Koha Documentation](http://koha-community.org/documentation/)
1920
As of the date of these release notes, the Koha manual is available in the following languages:
1920
As of the date of these release notes, the Koha manual is available in the following languages:
1921
1921
1922
- [Chinese (Traditional)](https://koha-community.org/manual/25.05/zh_Hant/html/) (98%)
1922
- [Chinese (Traditional)](http://koha-community.org/manual/25.05/zh_Hant/html/) (98%)
1923
- [English (USA)](https://koha-community.org/manual/25.05/en/html/)
1923
- [English (USA)](http://koha-community.org/manual/25.05/en/html/)
1924
- [French](https://koha-community.org/manual/25.05/fr/html/) (72%)
1924
- [French](http://koha-community.org/manual/25.05/fr/html/) (72%)
1925
- [German](https://koha-community.org/manual/25.05/de/html/) (98%)
1925
- [German](http://koha-community.org/manual/25.05/de/html/) (98%)
1926
- [Greek](https://koha-community.org/manual/25.05/el/html/) (96%)
1926
- [Greek](http://koha-community.org/manual/25.05/el/html/) (96%)
1927
- [Hindi](https://koha-community.org/manual/25.05/hi/html/) (70%)
1927
- [Hindi](http://koha-community.org/manual/25.05/hi/html/) (70%)
1928
1928
1929
The Git repository for the Koha manual can be found at
1929
The Git repository for the Koha manual can be found at
1930
1930
Lines 1973-1979 Partial translations are available for various other languages. Link Here
1973
1973
1974
The Koha team welcomes additional translations; please see
1974
The Koha team welcomes additional translations; please see
1975
1975
1976
- [Koha Translation Info](https://wiki.koha-community.org/wiki/Translating_Koha)
1976
- [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1977
1977
1978
For information about translating Koha, and join the koha-translate 
1978
For information about translating Koha, and join the koha-translate 
1979
list to volunteer:
1979
list to volunteer:
Lines 2349-2355 line is main. Link Here
2349
Bug reports and feature requests can be filed at the Koha bug
2349
Bug reports and feature requests can be filed at the Koha bug
2350
tracker at:
2350
tracker at:
2351
2351
2352
- [Koha Bugzilla](https://bugs.koha-community.org)
2352
- [Koha Bugzilla](http://bugs.koha-community.org)
2353
2353
2354
He rau ringa e oti ai.
2354
He rau ringa e oti ai.
2355
(Many hands finish the work)
2355
(Many hands finish the work)
(-)a/misc/search_tools/export_elasticsearch_mappings.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/search_tools/rebuild_elasticsearch.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/misc/sip_cli_emulator.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/stage_file.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/misc/translator/LangInstaller.pm (-1 / +1 lines)
Lines 15-21 package LangInstaller; Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/translator/xgettext.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/workers/background_jobs_worker.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/workers/es_indexer_daemon.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 NAME
18
=head1 NAME
19
19
(-)a/misc/z3950_responder.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/offline_circ/enqueue_koc.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 97-103 output_html_with_http_headers $query, $cookie, $template->output; Link Here
97
parses the header line from a .koc file. This is the line that
97
parses the header line from a .koc file. This is the line that
98
specifies things such as the file version, and the name and version of
98
specifies things such as the file version, and the name and version of
99
the offline circulation tool that generated the file. See
99
the offline circulation tool that generated the file. See
100
L<http://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
100
L<https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
101
for more information.
101
for more information.
102
102
103
pass in a string containing the header line (the first line from th
103
pass in a string containing the header line (the first line from th
(-)a/offline_circ/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/offline_circ/process.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/offline_circ/process_koc.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
Lines 109-115 output_html_with_http_headers $query, $cookie, $template->output; Link Here
109
parses the header line from a .koc file. This is the line that
109
parses the header line from a .koc file. This is the line that
110
specifies things such as the file version, and the name and version of
110
specifies things such as the file version, and the name and version of
111
the offline circulation tool that generated the file. See
111
the offline circulation tool that generated the file. See
112
L<http://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
112
L<https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format>
113
for more information.
113
for more information.
114
114
115
pass in a string containing the header line (the first line from th
115
pass in a string containing the header line (the first line from th
(-)a/offline_circ/service.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/opac/clubs/clubs-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/clubs/enroll.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/errors/400.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/401.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/402.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/403.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/404.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/errors/500.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI        qw ( -utf8 );
19
use CGI        qw ( -utf8 );
(-)a/opac/external/overdrive/auth.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/opac/ilsdi.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/maintenance.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/oai.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI  qw( :standard -oldstyle_urls -utf8 );
22
use CGI  qw( :standard -oldstyle_urls -utf8 );
(-)a/opac/opac-ISBDdetail.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/opac/opac-MARCdetail.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/opac/opac-account-pay-return.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-account-pay.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use utf8;
20
use utf8;
21
21
(-)a/opac/opac-account.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/opac/opac-addbybiblionumber.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-alert-subscribe.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-alert-subscriptions.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/opac/opac-article-request-cancel.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-authorities-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-authoritiesdetail.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/opac-basket.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-blocked.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-browse.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/opac/opac-browser.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 opac-browser.pl
20
=head1 opac-browser.pl
21
21
(-)a/opac/opac-changelanguage.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-course-details.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-course-reserves.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-curbside-pickups.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-detail.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/opac/opac-discharge.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Carp qw( carp );
21
use Carp qw( carp );
(-)a/opac/opac-dismiss-message.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/opac/opac-downloadcart.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-downloadshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-export.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-holdshistory.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-ics.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
21
21
(-)a/opac/opac-idref.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-illrequests.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-image.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/opac/opac-imageviewer.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-issue-note.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-library.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-main.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-messaging.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-modrequest-suspend.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-modrequest.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/opac/opac-mymessages.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-news-rss.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/opac/opac-overdrive-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-page.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-passwd.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-patron-consent.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/opac/opac-patron-image.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Members;
22
use C4::Members;
(-)a/opac/opac-privacy.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
(-)a/opac/opac-ratings.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/opac/opac-readingrecord.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-recall.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-recalls.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
15
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/opac/opac-registration-verify.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-renew.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/opac/opac-reportproblem.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI       qw ( -utf8 );
21
use CGI       qw ( -utf8 );
(-)a/opac/opac-request-article.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-reserve.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-reset-password.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-restrictedpage.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-retrieve-file.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/opac/opac-review.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/opac/opac-routing-lists.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/opac/opac-search-history.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-search.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
# Script to perform searching
22
# Script to perform searching
23
# Mostly copied from search.pl, see POD there
23
# Mostly copied from search.pl, see POD there
(-)a/opac/opac-sendbasket.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-sendshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-serial-issues.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-shareshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-shelves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-showmarc.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-showreviews.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-suggestions.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-tags.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/opac-tags_subject.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 opac-tags_subject.pl
20
=head1 opac-tags_subject.pl
21
21
(-)a/opac/opac-topissues.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-user.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/opac/opac-virtual-card.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/sci/sci-main.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/sco/help.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/opac/sco/printslip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 printslip.pl
20
=head1 printslip.pl
21
21
(-)a/opac/sco/sco-main.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
23
#
23
#
(-)a/opac/sco/sco-patron-image.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( in_iprange );
21
use C4::Auth qw( in_iprange );
(-)a/opac/tracklinks.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Context;
22
use C4::Context;
(-)a/patron_lists/add-modify.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/delete.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/lists.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/patron-lists-tab.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patron_lists/patrons.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/patroncards/create-pdf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/patroncards/edit-batch.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-layout.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-profile.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/edit-template.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/home.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/image-manage.pl (-1 / +1 lines)
Lines 205-211 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Link Here
205
GNU General Public License for more details.
205
GNU General Public License for more details.
206
206
207
You should have received a copy of the GNU General Public License
207
You should have received a copy of the GNU General Public License
208
along with Koha; if not, see <http://www.gnu.org/licenses>.
208
along with Koha; if not, see <https://www.gnu.org/licenses>.
209
209
210
=head1 DISCLAIMER OF WARRANTY
210
=head1 DISCLAIMER OF WARRANTY
211
211
(-)a/patroncards/manage.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/patroncards/print.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/plugins/plugins-enable.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/plugins/plugins-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/plugins/plugins-uninstall.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/plugins/plugins-upload.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/plugins/run.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/pay.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/printreceipt.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/pos/register.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/pos/registers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/preservation/home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/preservation/print_slip.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/recalls/recall_pickup_slip.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/recalls/recalls_old_queue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_overdue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_queue.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/recalls_to_pull.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI             qw ( -utf8 );
20
use CGI             qw ( -utf8 );
(-)a/recalls/recalls_waiting.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/recalls/request.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI        qw ( -utf8 );
20
use CGI        qw ( -utf8 );
(-)a/reports/acquisitions_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/bor_issues_top.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/borrowers_out.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/borrowers_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/reports/cash_register_stats.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Auth qw( get_template_and_user );
19
use C4::Auth qw( get_template_and_user );
(-)a/reports/cat_issues_top.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/catalog_by_itemtype.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/catalogue_out.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/reports/catalogue_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/dictionary.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
use Modern::Perl;
19
use Modern::Perl;
20
use C4::Auth   qw( get_template_and_user );
20
use C4::Auth   qw( get_template_and_user );
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/reports/guided_reports.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/reports/issues_avg_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reports/issues_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/itemslost.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 itemslost
21
=head1 itemslost
22
22
(-)a/reports/reports-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/reports/reserves_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/serials_stats.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth qw( get_template_and_user );
21
use C4::Auth qw( get_template_and_user );
(-)a/reserve/modrequest.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/reserve/modrequest_suspendall.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/reserve/placerequest.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
use Modern::Perl;
23
use Modern::Perl;
24
24
(-)a/reserve/request.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
=head1 request.pl
22
=head1 request.pl
23
23
(-)a/reviews/reviewswaiting.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/rotating_collections/addItems.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/editCollections.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/rotatingCollections.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/transferCollection.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/serials/acqui-search-result.pl (-1 / +1 lines)
Lines 18-24 Link Here
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
#
19
#
20
# You should have received a copy of the GNU General Public License
20
# You should have received a copy of the GNU General Public License
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# along with Koha; if not, see <https://www.gnu.org/licenses>.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/serials/acqui-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI        qw ( -utf8 );
21
use CGI        qw ( -utf8 );
(-)a/serials/checkexpiration.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/serials/claims.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI         qw ( -utf8 );
21
use CGI         qw ( -utf8 );
(-)a/serials/create-numberpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/serials/lateissues-export.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/serials/reorder_members.pl (-1 / +1 lines)
Lines 12-18 Link Here
12
# GNU General Public License for more details.
12
# GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License
14
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# along with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
# Routing.pl script used to create a routing list for a serial subscription
17
# Routing.pl script used to create a routing list for a serial subscription
18
# In this instance it is in fact a setting up of a list of reserves for the item
18
# In this instance it is in fact a setting up of a list of reserves for the item
(-)a/serials/routing-preview.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
# Routing Preview.pl script used to view a routing list after creation
18
# Routing Preview.pl script used to view a routing list after creation
19
# lets one print out routing slip and create (in this instance) the hierarchy
19
# lets one print out routing slip and create (in this instance) the hierarchy
(-)a/serials/routing.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
=head1 Routing.pl
18
=head1 Routing.pl
19
19
(-)a/serials/serials-collection.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use CGI      qw ( -utf8 );
22
use CGI      qw ( -utf8 );
(-)a/serials/serials-edit.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/serials/serials-home.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/serials-search.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/showpredictionpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-add.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/serials/subscription-batchedit.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/serials/subscription-bib-search.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/serials/subscription-detail.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI      qw ( -utf8 );
19
use CGI      qw ( -utf8 );
(-)a/serials/subscription-frequencies.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-frequency.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/serials/subscription-history.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-numberpattern.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI                        qw ( -utf8 );
21
use CGI                        qw ( -utf8 );
(-)a/serials/subscription-numberpatterns.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/subscription-renew.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/serials/viewalerts.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI      qw ( -utf8 );
21
use CGI      qw ( -utf8 );
(-)a/services/itemrecorddisplay.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/suggestion/suggestion.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
require Exporter;
21
require Exporter;
(-)a/svc/cataloguing/automatic_linker.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/t/lib/Koha/BackgroundJob/BatchTest.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Koha::BackgroundJob::BatchTest; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/t/lib/Mocks.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use C4::Context;
19
use C4::Context;
(-)a/t/lib/Mocks/Logger.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks::Logger; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/t/lib/Mocks/Zebra.pm (-1 / +1 lines)
Lines 13-19 package t::lib::Mocks::Zebra; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Test::More;
19
use Test::More;
(-)a/t/lib/QA/TemplateFilters.pm (-1 / +1 lines)
Lines 295-301 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
295
295
296
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
296
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
297
297
298
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
298
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
299
299
300
=cut
300
=cut
301
301
(-)a/t/lib/Selenium.pm (-2 / +2 lines)
Lines 13-19 package t::lib::Selenium; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use Carp qw( croak );
19
use Carp qw( croak );
Lines 453-459 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
453
453
454
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
454
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
455
455
456
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
456
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
457
457
458
=cut
458
=cut
459
459
(-)a/t/lib/TestBuilder.pm (-1 / +1 lines)
Lines 861-867 the Free Software Foundation; either version 3 of the License, or (at your optio Link Here
861
861
862
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
862
Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
863
863
864
You should have received a copy of the GNU General Public License along with Koha; if not, see <http://www.gnu.org/licenses>.
864
You should have received a copy of the GNU General Public License along with Koha; if not, see <https://www.gnu.org/licenses>.
865
865
866
=cut
866
=cut
867
867
(-)a/t/lib/plugins/Koha/Plugin/ILL/TestClass.pm (-1 / +1 lines)
Lines 12-18 package Koha::Plugin::ILL::TestClass; Link Here
12
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License along
14
# You should have received a copy of the GNU General Public License along
15
# with Koha; if not, see <http://www.gnu.org/licenses>.
15
# with Koha; if not, see <https://www.gnu.org/licenses>.
16
16
17
use Modern::Perl;
17
use Modern::Perl;
18
18
(-)a/t/lib/plugins/Koha/Plugin/Test/Controller.pm (-1 / +1 lines)
Lines 13-19 package Koha::Plugin::Test::Controller; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tags/list.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/tags/review.pl (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
3
# This software is placed under the gnu General Public License, v2 (https://www.gnu.org/licenses/gpl.html)
4
4
5
# Copyright 2008 LibLime
5
# Copyright 2008 LibLime
6
#
6
#
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
use POSIX qw( ceil );
23
use POSIX qw( ceil );
(-)a/tools/access_files.pl (-1 / +1 lines)
Lines 19-25 Link Here
19
# GNU General Public License for more details.
19
# GNU General Public License for more details.
20
#
20
#
21
# You should have received a copy of the GNU General Public License
21
# You should have received a copy of the GNU General Public License
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <https://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
25
(-)a/tools/additional-contents.pl (-1 / +1 lines)
Lines 20-26 Link Here
20
# GNU General Public License for more details.
20
# GNU General Public License for more details.
21
#
21
#
22
# You should have received a copy of the GNU General Public License
22
# You should have received a copy of the GNU General Public License
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# along with Koha; if not, see <https://www.gnu.org/licenses>.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
use CGI qw ( -utf8 );
26
use CGI qw ( -utf8 );
(-)a/tools/automatic_item_modification_by_age.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/batchMod.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/tools/batch_delete_records.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_extend_due_dates.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_record_modification.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
#
16
#
17
# You should have received a copy of the GNU General
17
# You should have received a copy of the GNU General
18
# Public License along with Koha; if not, see
18
# Public License along with Koha; if not, see
19
# <http://www.gnu.org/licenses>
19
# <https://www.gnu.org/licenses>
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/batch_records_ajax.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/cleanborrowers.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
#
17
#
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
19
19
(-)a/tools/copy-holidays.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/csv-profiles.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/tools/export.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
(-)a/tools/holidays.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/tools/import_borrowers.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
# Script to take some borrowers data in a known format and load it into Koha
21
# Script to take some borrowers data in a known format and load it into Koha
22
#
22
#
(-)a/tools/inventory.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/tools/letter.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 tools/letter.pl
20
=head1 tools/letter.pl
21
21
(-)a/tools/manage-marc-import.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/marc_modification_templates.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/tools/modborrowers.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
# modborrowers.pl
20
# modborrowers.pl
21
#
21
#
(-)a/tools/newHolidays.pl (-2 / +2 lines)
Lines 13-20 Link Here
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public Lic# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# You should have received a copy of the GNU General Public Lic# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
(-)a/tools/overduerules.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/tools/page.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/picture-upload.pl (-1 / +1 lines)
Lines 14-20 Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# along with Koha; if not, see <https://www.gnu.org/licenses>.
18
#
18
#
19
#
19
#
20
#
20
#
(-)a/tools/problem-reports.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/quotes-upload.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/quotes.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/scheduler.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Context;
21
use C4::Context;
(-)a/tools/showdiffmarc.pl (-1 / +1 lines)
Lines 17-23 Link Here
17
# GNU General Public License for more details.
17
# GNU General Public License for more details.
18
#
18
#
19
# You should have received a copy of the GNU General Public License
19
# You should have received a copy of the GNU General Public License
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# along with Koha; if not, see <https://www.gnu.org/licenses>.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/tools/stage-marc-import.pl (-1 / +1 lines)
Lines 22-28 Link Here
22
# GNU General Public License for more details.
22
# GNU General Public License for more details.
23
#
23
#
24
# You should have received a copy of the GNU General Public License
24
# You should have received a copy of the GNU General Public License
25
# along with Koha; if not, see <http://www.gnu.org/licenses>.
25
# along with Koha; if not, see <https://www.gnu.org/licenses>.
26
26
27
use Modern::Perl;
27
use Modern::Perl;
28
28
(-)a/tools/stockrotation.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
=head1 stockrotation.pl
20
=head1 stockrotation.pl
21
21
(-)a/tools/tools-home.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/tools/upload-cover-image.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/tools/upload-file.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/tools/upload.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/tools/viewlog.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/virtualshelves/addbybiblionumber.pl (-1 / +1 lines)
Lines 16-22 Link Here
16
# GNU General Public License for more details.
16
# GNU General Public License for more details.
17
#
17
#
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/virtualshelves/downloadshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/virtualshelves/sendshelf.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/virtualshelves/shelves.pl (-1 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI             qw ( -utf8 );
21
use CGI             qw ( -utf8 );
(-)a/xt/author/show-template-structure.pl (-2 / +2 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
Lines 167-173 exit 0; Link Here
167
167
168
=head1 AUTHOR
168
=head1 AUTHOR
169
169
170
Koha Development Team <http://koha-community.org/>
170
Koha Development Team <https://koha-community.org/>
171
171
172
Galen Charlton <gmcharlt@gmail.com>
172
Galen Charlton <gmcharlt@gmail.com>
173
173
(-)a/xt/yaml_valid.pl (-2 / +1 lines)
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long qw( GetOptions );
21
use Getopt::Long qw( GetOptions );
22
- 

Return to bug 40163