fixed BUG-12: remove loaned out books from results of search for books to add to a loan

This commit is contained in:
2021-01-05 11:09:51 +11:00
parent 336ae4b67f
commit 2028266ff7
3 changed files with 10 additions and 5 deletions

1
README
View File

@@ -55,4 +55,3 @@ TODO-19: icons on wish list, etc.? (not sure I really want them, but if so)
TODO-20: ORM all books load is slow
- should I lazy load all books (ajax the 2nd->last pages in, or not use ORM, and do a quick db.execute()....)
TODO-21: allow a way to add a book as a child of another existing book (opposite of rem_sub_book)