How to deal with the library internal borrowing?

Posted by algatross on
URL: http://ngl.70.s1.nabble.com/How-to-deal-with-the-library-internal-borrowing-tp7576287.html


Example: When a student visits the library and asks for a book to read while in library, then the book is not available. When he finishes reading he returns back the book, the the book is available again.
The problem is that when somebody else asks for the same book which is used now by another student inside the library. How can I know if the book is available?

Is there a feature in NewGenLib which handles this case??

Thank you

Mohammad