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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 29 04:44:52 CEST 2014


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

--- Comment #13 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 30240
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30240&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

Rebased by Mark Tompsett

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