added 'subseries' and 'xml_file' to output when bookcode is specified on the command...
authorJonathan Blake <jonathan.blake@projectaon.org>
Thu, 22 Feb 2018 23:52:26 +0000 (23:52 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Thu, 22 Feb 2018 23:52:26 +0000 (23:52 +0000)
git-svn-id: https://projectaon.org/data/trunk@2703 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/scripts/list-book-info.sh

index e4490d5..3ddd1c2 100755 (executable)
@@ -38,7 +38,12 @@ do
     fi
 
     sqlite3 -column -noheader "$book_db" <<EOF
-      select book, lang, series
+      select
+            book
+            , lang
+            , series
+            , subseries
+            , xml_file
       from bookcodes 
       where book = '$book'
       order by book