From 7b329d84fc1c27ef1e0254b97e5352f6bbd78c6d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 11 Jun 2023 15:37:07 +1000 Subject: [PATCH] final books on shelf fix, start out by title, so books not in series are by title (and those in and out of series are by title until a series is reached, then its by series number until the series is finished, then back to title) - fixes BUG-24 --- BUGs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 5f36f48..f14aec5 100644 --- a/BUGs +++ b/BUGs @@ -1,6 +1,6 @@ ### fix to get this working with bs 5... -#### BUGS (next-23) +#### BUGS (next-25) BUG-21: parent series now showing all books (thomas covenant series) ### DB/back-end