FFZG -- circ/pendingreserves.pl replace copynumber with barcode notforloan mjesec/2020-09-03-discharge
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 9 Sep 2020 15:32:52 +0000 (17:32 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 9 Sep 2020 15:32:52 +0000 (17:32 +0200)
circ/pendingreserves.pl

index a4ae668..af5dda6 100755 (executable)
@@ -197,7 +197,7 @@ my $strsth =
                     ORDER BY items.itemnumber SEPARATOR '<br/>') l_itemcallnumber,
             GROUP_CONCAT(DISTINCT replace(items.enumchron,' ','&nbsp')
                     ORDER BY items.itemnumber SEPARATOR '<br/>') l_enumchron,
-            GROUP_CONCAT(DISTINCT replace(items.copynumber,' ','&nbsp')
+            GROUP_CONCAT(DISTINCT concat('<tt>',items.barcode,'&nbsp',items.notforloan,'</tt>')
                     ORDER BY items.itemnumber SEPARATOR '<br/>') l_copynumber,
             biblio.title,
             biblio.author,