Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
$self->update_dashboard_stats();
#make sure patron is in an eligible perm group for renewal
+ #On gapines.org production: 2 = Patron, 14 = Friend, 56 = GLS, 53 = Homebound, 22 = Trustee, 64 = Quipu, 60 = Digital Only
if ($ctx->{user}->profile eq '2' || $ctx->{user}->profile eq '14' || $ctx->{user}->profile eq '56' || $ctx->{user}->profile eq '53' || $ctx->{user}->profile eq '22' || $ctx->{user}->profile eq '64' || $ctx->{user}->profile eq '60') {
$ctx->{eligible_permgroup} = 1;
} else {