PINES OPAC Fix: Holdings Navigation
authorMcCanna <tmccanna@georgialibraries.org>
Mon, 4 Dec 2017 22:51:00 +0000 (17:51 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 25 Nov 2020 16:43:06 +0000 (11:43 -0500)
Add in OPAC code from Master to calculate the number of copies.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 1c495ca..f2b887d 100644 (file)
@@ -30,8 +30,7 @@ IF has_copies or ctx.foreign_copies;
   depth = CGI.param('copy_depth').defined ? CGI.param('copy_depth') : CGI.param('depth').defined ? CGI.param('depth') : ctx.copy_summary.last.depth;
   total_copies = ctx.copy_summary.$depth.count;
 %]
-[% use_courses = (ctx.get_org_setting(ctx.aou_tree.id, 'circ.course_materials_opt_in') == 1) ? 1 : 0 %]
-<table class="table_no_border_space table_no_cell_pad table_no_border" width="100%" id="rdetails_status">
+<table  width="100%" cellpadding="5" style="border:1px #999 solid;">
     <thead>
         <tr>
             [% IF serial_holdings -%]