http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8231
Koha Team Lyon 3 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10585|0 |1 is obsolete| | Attachment #10586|0 |1 is obsolete| | --- Comment #8 from Koha Team Lyon 3 <[email protected]> --- Created attachment 15332 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15332&action=edit Bug8231 Systematic warning at check in if borrower is restricted Patch redone : It displays a different warning (from the actual one) when an already restricted borrower checks in a document and : the document is late but don't diserve an extra restriction the document is not late. (in the code 'PrevDebarred' match both case) In the last one, that may enable the librarian to inform immediately the borrower of his situation (borrowers are not always very up-todate about the state of their loans). Test plan : 1) Apply the patch 2) Go to a borrower checkout page and checkout some documents with different passed duedate using "Specify due date" function. Checkout out one with the default duedate. 3) Check in the document with the bigger delay : You will get the message : 'X is now restricted until ...' 4) Check in one of the document with a smaller delay : You 'll get a different message : 'Reminder : Patron was earlier restricted untill...' 5) Check in the document which is not late : You 'll get the same message as the previous one I tried to get the english for the french form : 'Rappel : Le lecteur a été précédemment suspendu jusqu'au' but I'm not sure to have really found the equivalent. It's only a question to make clear that the suspension is not necessarly bound with the document beeing checked. Olivier Crouzet -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
