Lines 143-149
$template->param(
Link Here
|
143 |
userid => $bor->{'userid'}, |
143 |
userid => $bor->{'userid'}, |
144 |
destination => $destination, |
144 |
destination => $destination, |
145 |
is_child => ( $bor->{'category_type'} eq 'C' ), |
145 |
is_child => ( $bor->{'category_type'} eq 'C' ), |
146 |
activeBorrowerRelationship => ( C4::Context->preference('borrowerRelationship') ne '' ), |
|
|
147 |
minPasswordLength => $minpw, |
146 |
minPasswordLength => $minpw, |
148 |
RoutingSerials => C4::Context->preference('RoutingSerials'), |
147 |
RoutingSerials => C4::Context->preference('RoutingSerials'), |
149 |
csrf_token => Koha::Token->new->generate_csrf({ session_id => scalar $input->cookie('CGISESSID'), }), |
148 |
csrf_token => Koha::Token->new->generate_csrf({ session_id => scalar $input->cookie('CGISESSID'), }), |