Re: [Koha-devel] Koha Issuing Rules and Borrower

2009-12-17 Thread Frederic Demians
> The problem is that none can say if "this borrower can issue", one can > just say "this borrower can issue an item of type X, from branch B", > as issuing rules are based on patron categ/itemtype/branch (except if > patron is debarred, but that's not your question ;-) ) That's the answer I w

Re: [Koha-devel] Koha Issuing Rules and Borrower

2009-12-17 Thread Paul Poulain
Frederic Demians a écrit : > For what I see in C4::Circulation, there is a function named TooMany > which verify a borrower's authorization to check out put but with an > item number. Do you think that Koha issuing rules would permit to have a > IsBorrowerAllowedToCheckout function accepting jus

[Koha-devel] Koha Issuing Rules and Borrower

2009-12-17 Thread Frederic Demians
Hi, Is there a way in Koha to know if a borrower is allowed to check out a book without trying to do it effectively? I would like to be able, given a borrower number, to know immediately if he's blocked. This is related to Koha SIP2 Server. In the protocol, the Self-Check can ask to Koha such