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

(-)a/Koha/Course.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course;
1
package Koha::Course;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Instructor.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Instructor;
1
package Koha::Course::Instructor;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Instructors.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Instructors;
1
package Koha::Course::Instructors;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Item.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Item;
1
package Koha::Course::Item;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Items.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Items;
1
package Koha::Course::Items;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Reserve.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Reserve;
1
package Koha::Course::Reserve;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Course/Reserves.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Course::Reserves;
1
package Koha::Course::Reserves;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Courses.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Courses;
1
package Koha::Courses;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/Exceptions/MarcOverlayRule.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::Exceptions::MarcOverlayRule;
1
package Koha::Exceptions::MarcOverlayRule;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/REST/V1/CirculationRules.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::REST::V1::CirculationRules;
1
package Koha::REST::V1::CirculationRules;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/REST/V1/Illbackends.pm (-10 / +14 lines)
Lines 1-19 Link Here
1
package Koha::REST::V1::Illbackends;
1
package Koha::REST::V1::Illbackends;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
21
18
use Modern::Perl;
22
use Modern::Perl;
19
23
(-)a/Koha/REST/V1/Suggestions.pm (-8 / +13 lines)
Lines 1-18 Link Here
1
package Koha::REST::V1::Suggestions;
1
package Koha::REST::V1::Suggestions;
2
2
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
6
#
3
# This file is part of Koha.
7
# This file is part of Koha.
4
#
8
#
5
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
8
# version.
12
# (at your option) any later version.
9
#
13
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
13
#
18
#
14
# 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
15
# along with Koha; if not, see <http:°www.gnu.org/licenses>.
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
21
17
use Modern::Perl;
22
use Modern::Perl;
18
23
(-)a/misc/translator/tmpl_process3.pl (-1 / +19 lines)
Lines 1-9 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# This file is part of Koha
3
# Parts copyright 2003-2004 Paul Poulain
2
# Parts copyright 2003-2004 Paul Poulain
4
# Parts copyright 2003-2004 Jerome Vizcaino
3
# Parts copyright 2003-2004 Jerome Vizcaino
5
# Parts copyright 2004 Ambrose Li
4
# Parts copyright 2004 Ambrose Li
6
5
6
# Copyright 2000-2002 Katipo Communications
7
# Copyright 2010 BibLibre
8
# Copyright 2011 Equinox Software, Inc.
9
#
10
# This file is part of Koha.
11
#
12
# Koha is free software; you can redistribute it and/or modify it
13
# under the terms of the GNU General Public License as published by
14
# the Free Software Foundation; either version 3 of the License, or
15
# (at your option) any later version.
16
#
17
# Koha is distributed in the hope that it will be useful, but
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
21
#
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>.
24
7
use FindBin;
25
use FindBin;
8
use lib $FindBin::Bin;
26
use lib $FindBin::Bin;
9
27
(-)a/reports/orders_by_fund.pl (-13 / +16 lines)
Lines 1-22 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# This file is part of Koha.
4
#
5
# Author : Frédérick Capovilla, 2011 - SYS-TECH
3
# Author : Frédérick Capovilla, 2011 - SYS-TECH
6
# Modified by : Élyse Morin, 2012 - Libéo
4
# Modified by : Élyse Morin, 2012 - Libéo
7
#
5
#
8
# Koha is free software; you can redistribute it and/or modify it under the
6
# Copyright 2000-2002 Katipo Communications
9
# terms of the GNU General Public License as published by the Free Software
7
# Copyright 2010 BibLibre
10
# Foundation; either version 3 of the License, or (at your option) any later
8
# Copyright 2011 Equinox Software, Inc.
11
# version.
9
#
10
# This file is part of Koha.
11
#
12
# Koha is free software; you can redistribute it and/or modify it
13
# under the terms of the GNU General Public License as published by
14
# the Free Software Foundation; either version 3 of the License, or
15
# (at your option) any later version.
12
#
16
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
16
#
21
#
17
# You should have received a copy of the GNU General Public License along with
22
# You should have received a copy of the GNU General Public License
18
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# Suite 330, Boston, MA  02111-1307 USA
20
24
21
25
22
=head1 orders_by_budget
26
=head1 orders_by_budget
23
- 

Return to bug 29324