[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 11:08:04 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |Failed QA

--- Comment #11 from Jonathan Druart <jonathan.druart at biblibre.com> ---
  git grep maxoutstanding
returns
circ/offline.pl:$template->{'VARS'}->{'maxoutstanding'} =
circ/offline.pl:  C4::Context->preference('maxoutstanding') || 0;
koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt:        if
(parseInt(patron.fine) > [% maxoutstanding %]) {

They should be fixed too.

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


More information about the Koha-bugs mailing list