#### BUGS BUG-1: loan card is not in right div anymore (since series stuff?) - http://mara.ddp.net:5000/book/1513 BUG-2: series does not deal with calcd_rating... - (on edit could, recalc as a catch-all, and obviously if we change a single book's rating, we should re-calc) BUG-3: alter a condition, covertype, etc. and its not in drop-down list (even though db look via index is correct, e.g books.html shows updated covertype) BUG-4: show books, only shows first author BUG-6: author,series, etc. do not have explicit ordering like sub-books... sort of irritating / needs code and DB fix - add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num) 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-8: if you add a sub-book, then fail to validate (say no genre), then it takes you back, you click a genre (BUT it has lost th eparent association), so it adds a book, not a sub-book ### SHOWSTOPPERS: sub book issues, did the following steps: BUG-9: raw DB error as blurb field is undefined -- seems the hidden fields at bottom of form are missing BUG-10: raw DB error as blurb field is undefined -- we are not trapping this sort of DB error? http://mara.ddp.net:5000/series/112 http://mara.ddp.net:5000/book/1282 (Mavin Manyshaped) Add Sub-book -> BUG-9 then to test above, I: created a new book created a new sub-book Saved it, and it added to Mavin Manyshaped parent book, not the new book -> BUG 10