|
Lines 1088-1094
sub set_password {
Link Here
|
| 1088 |
module => 'members', |
1088 |
module => 'members', |
| 1089 |
letter_code => 'PASSWORD_CHANGE', |
1089 |
letter_code => 'PASSWORD_CHANGE', |
| 1090 |
branchcode => $self_from_storage->branchcode, |
1090 |
branchcode => $self_from_storage->branchcode, |
| 1091 |
, |
1091 |
|
| 1092 |
lang => $self_from_storage->lang || 'default', |
1092 |
lang => $self_from_storage->lang || 'default', |
| 1093 |
tables => { |
1093 |
tables => { |
| 1094 |
'branches' => $self_from_storage->branchcode, |
1094 |
'branches' => $self_from_storage->branchcode, |
|
Lines 3592-3600
sub is_anonymous {
Link Here
|
| 3592 |
return ( $anonymous_patron && $self->borrowernumber eq $anonymous_patron ) ? 1 : 0; |
3592 |
return ( $anonymous_patron && $self->borrowernumber eq $anonymous_patron ) ? 1 : 0; |
| 3593 |
} |
3593 |
} |
| 3594 |
|
3594 |
|
| 3595 |
=head3 get_permissions |
3595 |
=head3 permissions |
| 3596 |
|
3596 |
|
| 3597 |
my $flags = $patron->get_permissons |
3597 |
my $flags = $patron->permissions |
| 3598 |
|
3598 |
|
| 3599 |
Returns a structure such as: |
3599 |
Returns a structure such as: |
| 3600 |
{ |
3600 |
{ |
| 3601 |
- |
|
|