|
Lines 1-5
Link Here
|
| 1 |
package C4::ItemCirculationAlertPreference; |
1 |
package C4::ItemCirculationAlertPreference; |
| 2 |
|
2 |
|
|
|
3 |
# Copyright Liblime 2009 |
| 4 |
# |
| 3 |
# This file is part of Koha. |
5 |
# This file is part of Koha. |
| 4 |
# |
6 |
# |
| 5 |
# Koha is free software; you can redistribute it and/or modify it under the |
7 |
# Koha is free software; you can redistribute it and/or modify it under the |
|
Lines 11-19
package C4::ItemCirculationAlertPreference;
Link Here
|
| 11 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
13 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
| 12 |
# 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. |
| 13 |
# |
15 |
# |
| 14 |
# You should have received a copy of the GNU General Public License along with |
16 |
# You should have received a copy of the GNU General Public License along |
| 15 |
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, |
17 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
| 16 |
# Suite 330, Boston, MA 02111-1307 USA |
18 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 17 |
|
19 |
|
| 18 |
use strict; |
20 |
use strict; |
| 19 |
use warnings; |
21 |
use warnings; |