[Koha-patches] [PATCH] excised hard-coded reference to HLT

Galen Charlton galen.charlton at liblime.com
Mon May 11 23:43:30 CEST 2009


Hi,

On Mon, May 11, 2009 at 5:37 PM, Michael Hafen <mdhafen at tech.washk12.org> wrote:
> Looks to me like a good candidate for a custom Sys. Pref.  Something
> like
>
> if ( C4::Context->preference("PatronCatIgnoreError") ) {
>        if ( $borrower->{'categorycode'} eq C4::Context->preference("PatronCatIgnoreError") ) {
>            return ( {}, \%needsconfirmation );
>        }
> }

Chris and I spoke about this on #koha, and it appears that the bit of
code I removed was needed only in 2.2, as 3.0 and later lets the circ
operator override the blocks that HLT was apparently concerned about.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list