[Koha-bugs] [Bug 8258] Branch specific DUEDGST notice is not used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 5 15:22:05 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8258

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 25846
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25846&action=edit
Bug 8258: Use patron branchcode notice for DUEDGST and PREDUEDGST

If a notice is defined for the branchcode of the patron, it should be
used.
Without this patch, the notice used is the one defined for all
libraries.

Test plan:
1/ Set the advanced notice for a patron using digest.
2/ Check one item out to this patron (backdate the return date according
the days in advance value).
3/ launch advance_notices.pl -c
4/ Verify the notice used is the default one.
5/ Define a notice for the library of the patron for PREDUEDGST
6/ launch advance_notices.pl -c
7/ Verify the notice used is the one previously defined.
8/ Check one item out to this patron (date due = today)
9/ launch advance_notices.pl -c
10/ Verify the notice used is the default one.
11/ Define a notice for the library of the patron for DUEDGST
12/ launch advance_notices.pl -c
13/ Verify the notice used is the one previously defined.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list