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

(-)a/admin/background_jobs.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/admin/cities.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
4
# Copyright 2015 Koha Development Team
4
# Copyright 2015 Koha Development Team
(-)a/admin/classsources.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
# Copyright 2018 Koha Development Team
4
# Copyright 2018 Koha Development Team
(-)a/admin/credit_types.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2020 Koha Development Team
3
# Copyright 2020 Koha Development Team
4
#
4
#
(-)a/admin/curbside_pickup.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/admin/debit_types.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2019 Koha Development Team
3
# Copyright 2019 Koha Development Team
4
#
4
#
(-)a/admin/desks.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright (C) 2020 BULAC
3
# Copyright (C) 2020 BULAC
4
#
4
#
(-)a/admin/library_groups.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2016 ByWater Solutions
3
# Copyright 2016 ByWater Solutions
4
#
4
#
(-)a/admin/matching-rules.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/admin/patron-attr-types.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Copyright 2008 LibLime
3
# Copyright 2008 LibLime
4
# Parts copyright 2010 BibLibre
4
# Parts copyright 2010 BibLibre
(-)a/circ/curbside_pickups.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/erm/erm.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/misc/add_statistics_borrowers_categorycode.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
## EXTRACTED USING THIS:
3
## EXTRACTED USING THIS:
4
# grep -Pnir "'notforloan' => '6'" 01_items0* | grep -Po "'id' => '-?(\d+)'" | grep -Po "\d+" > itemnumbers_notforloan_6.txt
4
# grep -Pnir "'notforloan' => '6'" 01_items0* | grep -Po "'id' => '-?(\d+)'" | grep -Po "\d+" > itemnumbers_notforloan_6.txt
(-)a/misc/cronjobs/delete_items.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/misc/maintenance/check_syspref_cache.pl (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/misc/maintenance/compare_es_to_db.pl (-2 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# This compares record counts from a Koha database to Elasticsearch
3
# This compares record counts from a Koha database to Elasticsearch
4
4
5
- 

Return to bug 32922