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

(-)a/C4/SIP/ILS/Item.pm (+1 lines)
Lines 66-71 use Koha::Items; Link Here
66
        hold_queue => [],
66
        hold_queue => [],
67
    },
67
    },
68
);
68
);
69
69
=cut
70
=cut
70
71
71
sub new {
72
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