Add in OPAC code from Master to calculate the number of copies.
Signed-off-by: McCanna <tmccanna@georgialibraries.org>
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 -%]