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

(-)a/C4/SIP/ILS/Item.pm (+1 lines)
Lines 65-70 use Koha::Items; Link Here
65
        hold_queue => [],
65
        hold_queue => [],
66
    },
66
    },
67
);
67
);
68
68
=cut
69
=cut
69
70
70
sub new {
71
sub new {
(-)a/misc/cronjobs/advance_notices.pl (-1 / +1 lines)
Lines 163-168 any field from the branches table Link Here
163
163
164
The F<misc/cronjobs/overdue_notices.pl> program allows you to send
164
The F<misc/cronjobs/overdue_notices.pl> program allows you to send
165
messages to patrons when their messages are overdue.
165
messages to patrons when their messages are overdue.
166
166
=cut
167
=cut
167
168
168
binmode( STDOUT, ':encoding(UTF-8)' );
169
binmode( STDOUT, ':encoding(UTF-8)' );
169
- 

Return to bug 18276