KMAIN-141: OPAC display of ebook CN
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:06:19 +0000 (17:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 2a71c1a

KCLS/openils/var/templates_kcls/opac/parts/misc_util.tt2

index 566ec21..b2ee743 100644 (file)
         FOR sub IN xml.findnodes('//*[@tag="092" or @tag="099"]/*');
             args.marc_cns.push(sub.textContent);
         END;
-        args.marc_cn = (args.marc_cns.size ) ? args.marc_cns.0 : '';
+        args.marc_cn = (args.marc_cns.size ) ? args.marc_cns.join(" ") : 'N/A';
             
 
         # clean up the ISBN