Skip to content

Commit

Permalink
Bug 12133: Fix QA issue
Browse files Browse the repository at this point in the history
Signed-off-by: David Nind <[email protected]>

Signed-off-by: Kyle M Hall <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
  • Loading branch information
emta001 authored and tomascohen committed Nov 10, 2023
1 parent d9a989e commit 319216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/memberentry.pl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
push @guarantors, $new_guarantor;
}
my @existing_guarantors = $patron->guarantor_relationships()->guarantors->as_list unless !$patron;
my @existing_guarantors = $patron ? $patron->guarantor_relationships()->guarantors->as_list : ();
push @guarantors, @existing_guarantors;
## Deal with debarments
Expand Down

0 comments on commit 319216f

Please sign in to comment.