Ensure calls to ctx.org_hiding_disabled() are made against the context
(ctx) object, instead of the old-style in-template invocation without
the context.
Thanks to Dale Rigney for spotting this.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
[%- depths = ctx.copy_summary.size;
depth = 0;
displayed_ous = {};
- ou_hiding_disabled = org_hiding_disabled();
+ ou_hiding_disabled = ctx.org_hiding_disabled();
WHILE depth < depths;
ou_avail = ctx.copy_summary.$depth.available;
ou_id = ctx.copy_summary.$depth.org_unit;