Now we will be less strict about the 'act_as_copy' flag, and only check for
enabledness, rather than the truth of its value column.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
my $lorgs = [@$aorgs];
my $luri_as_copy_gf = $U->get_global_flag('opac.located_uri.act_as_copy');
- push @$lorgs, @$dorgs if (
- $luri_as_copy_gf
- and $U->is_true($luri_as_copy_gf->enabled)
- and $U->is_true($luri_as_copy_gf->value)
- );
+ push @$lorgs, @$dorgs if ($luri_as_copy_gf and $U->is_true($luri_as_copy_gf->enabled));
$uses_bre = 1;
push @{$vis_filter{'b_attr'}},