Hi, On Mon, May 11, 2009 at 5:37 PM, Michael Hafen <[email protected]> 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 [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
