Do not show Consortial counts. Because annoying.
authorDan Scott <dscott@laurentian.ca>
Thu, 11 Dec 2014 22:05:27 +0000 (17:05 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 11 Dec 2014 22:05:27 +0000 (17:05 -0500)
Probably could/should do this via org hiding?

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/result/copy_counts.tt2

index dc8aab7..b81f7e2 100644 (file)
@@ -1,5 +1,5 @@
 [%- depths = attrs.copy_counts.size;
-    depth = 0;
+    depth = 1;
     displayed_ous = {};
     hiding_disabled = ctx.org_hiding_disabled();
     WHILE depth < depths;