Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
$ctx->{account_renew_message} = '<div style="border:2px solid green;padding:5px;">Your account is
due for renewal, but it cannot be renewed online. Please visit your nearest PINES
library with your current ID and proof of address to update and renew your account.</div>';
- } elsif ($ctx->{user_stats}->{fines}->{balance_owed} gt 0) { #user has fines
+ } elsif ($ctx->{user_stats}->{fines}->{balance_owed} > 0) { #user has fines
$ctx->{account_renew_message} = '<div style="border:2px solid green;padding:5px;">Your account
is due for renewal. Please pay your outstanding fines in order to renew your account.</div>';
} else {