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

(-)a/admin/circulation_triggers.pl (-3 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2024 PTFS Europe Ltd
3
# Copyright 2025 Open Fifth Ltd
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
Lines 15-21 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
- 

Return to bug 10190