[Koha-bugs] [Bug 10446] System preference maxoutstanding is poorly named

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 27 00:32:35 CET 2014


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

--- Comment #10 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 26618
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26618&action=edit
Bug 10446 - System preference maxoutstanding is poorly named

The system preference 'maxoutstanding' is defined as the maximum amount
of fees owed by the patron before Koha should block placing holds, but
the name does not describe its behavior very well.

String changes only, no functional changes made.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Verify the new system preference FeesBlockHoldsAmount's value matches
   the previous value of maxoutstanding.
4) Set FeesBlockHoldsAmount to $10
5) Attempt to place an OPAC hold for a patron owing less than $10
   This attempt should succeed.
6) Attempt to place an OPAC hold for a patron owing more than $10
   This attempt should fail

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>

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


More information about the Koha-bugs mailing list