25 Oct
2022
25 Oct
'22
4:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896 --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- +sub after_recall_action { + my ( $self, $params ) = @_; + + my $action = $params->{action}; + my $recall = $params->{payload}->{recall}; + + Koha::Exception->throw( + "after_recall_action called with action: $action, ref: " . ref($recall) ); +} Yeah, I understand you doing that. It does not really test more than the thing was called. No blocker, just noting. -- You are receiving this mail because: You are watching all bug changes.