Lines 2-14
Link Here
|
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 (http://www.gnu.org/licenses/gpl.html) |
4 |
|
4 |
|
5 |
# Copyright 2007 Tamil s.a.r.l. |
5 |
# Copyright 2013 ByWater Solutions |
6 |
# |
6 |
# |
7 |
# This file is part of Koha. |
7 |
# This file is part of Koha. |
8 |
# |
8 |
# |
9 |
# 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 under the |
10 |
# terms of the GNU General Public License as published by the Free Software |
10 |
# terms of the GNU General Public License as published by the Free Software |
11 |
# Foundation; either version 2 of the License, or (at your option) any later |
11 |
# Foundation; either version 3 of the License, or (at your option) any later |
12 |
# version. |
12 |
# version. |
13 |
# |
13 |
# |
14 |
# 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 WITHOUT ANY |
Lines 19-26
Link Here
|
19 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
19 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
20 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
20 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
21 |
|
21 |
|
22 |
=head1 ysearch.pl |
22 |
=head1 NAME |
23 |
|
23 |
|
|
|
24 |
batch_records_ajax.pl - A script for searching batch imported records via ajax |
25 |
|
26 |
=head1 SYNOPSIS |
27 |
|
28 |
This script is to be used as a data source for DataTables that load and display |
29 |
the records from an import batch. |
24 |
|
30 |
|
25 |
=cut |
31 |
=cut |
26 |
|
32 |
|
27 |
- |
|
|