Lines 134-139
if ( $patronid ) {
Link Here
|
134 |
$patron = Koha::Patrons->find( { cardnumber => $patronid } ); |
134 |
$patron = Koha::Patrons->find( { cardnumber => $patronid } ); |
135 |
} |
135 |
} |
136 |
|
136 |
|
|
|
137 |
undef $jwt unless $patron; |
138 |
|
137 |
my $branch = $issuer->{branchcode}; |
139 |
my $branch = $issuer->{branchcode}; |
138 |
my $confirm_required = 0; |
140 |
my $confirm_required = 0; |
139 |
my $return_only = 0; |
141 |
my $return_only = 0; |
140 |
- |
|
|