now can show Lost books from menu

This commit is contained in:
2023-07-07 22:45:44 +10:00
parent 133967062f
commit aba532aaae
4 changed files with 13 additions and 4 deletions

8
BUGs
View File

@@ -1,7 +1,11 @@
#### BUGS (next-46)
BUG-41: failed to add a book with 2 x same series - implement same fix as
for duplicate authors (search for processed_bals)
BUG-41: failed to add a book with 2 x same series - implement same fix as for duplicate authors (search for processed_bal) - should
actually turn processed_bal into a function, as its used twice, and maybe able to make it 4 times for series as well if think hard enough.
e.g.
bals, message = RemoveDuplicatesFromForm( what )
# what == "author" or "series" and then hardcode 'author-' or 'book-bsl-'
ALSO stop being inconsistent its bal or bals?
BUG-42: bug-7 removed as bug-41 covers the more useful version of this AND what we also need (this bug) is not allowing adding a
sub_book_num for a series that has already been taken -- not sure the DB enforces either