9 Aug
2021
9 Aug
'21
4:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #61 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- add_biblio my $patron = Koha::Patrons->find( $borrowernumber ) or return 0; return unless ( $self->owner == $borrowernumber && $self->allow_change_from_owner ) || ( $self->allow_change_from_staff && $patron->can_patron_change_staff_only_lists ) || $self->allow_change_from_others; Why return 0 on the first line and return undef on the second? -- You are receiving this mail because: You are watching all bug changes.