View | Details | Raw Unified | Return to bug 30072
Collapse All | Expand All

(-)a/t/lib/plugins/Koha/Plugin/Test.pm (-2 / +1 lines)
Lines 212-218 sub after_hold_action { Link Here
212
    my $action = $params->{action};
212
    my $action = $params->{action};
213
    my $hold   = $params->{payload}->{hold};
213
    my $hold   = $params->{payload}->{hold};
214
214
215
    Koha::Exceptions::Exception->throw(
215
    Koha::Exception->throw(
216
        "after_hold_action called with action: $action, ref: " . ref($hold) );
216
        "after_hold_action called with action: $action, ref: " . ref($hold) );
217
}
217
}
218
218
219
- 

Return to bug 30072