fixed BUG-30 duplicate authors

This commit is contained in:
2023-07-05 22:20:08 +10:00
parent 7edc4babd9
commit 56ae9d81ae
2 changed files with 33 additions and 9 deletions

6
BUGs
View File

@@ -1,6 +1,6 @@
#### BUGS (next-41)
#### BUGS (next-42)
BUG-7: if you remove a series from a book, it won't appear in the series drop-down if it is the first 'missing' book in that series -- either reset the list, or show all series always?
BUG-30: failed to add a book with 2 x same author (need to catch error
or maybe mess with author list to remove duplicate potentials?)
BUG-41: failed to add a book with 2 x same series - implement same fix as
for duplicate authors (search for processed_bals)