17 Jun
2021
17 Jun
'21
10:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Koha::Patron general routine not nice sub queue_notice { my ( $self, $params ) = @_; my $letter_params = $params->{letter_params}; my $test_mode = $params->{test_mode}; return unless $letter_params; return unless exists $params->{message_name} xor $params->{message_transports}; # We only want one of these my $library = Koha::Libraries->find( $letter_params->{branchcode} ); my $admin_email_address = $library->inbound_email_address; -- You are receiving this mail because: You are watching all bug changes.