Skip to content

Fixed /allBorrowed

Salvatore Trupia requested to merge fixing_MyBorrowedBooks into develop

added JPA function to retrieve currently borrowed books that are also sorted by borrow_id, changed "borrow_id" to "id" (otherwise JPA function would not work), added filtering/collection/treeset so that all borrowed books are only retrieved once (pain in the ass)

Merge request reports