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

(-)a/t/lib/Koha/Plugin/Test.pm (-3 / +3 lines)
Lines 99-110 sub barcode_transform { Link Here
99
}
99
}
100
100
101
sub barcode_generate {
101
sub barcode_generate {
102
    my ( $self, $type, $object )
102
    my ( $self, $type, $object ) = @_;
103
    return "Koha::Plugin::Test::barcode_generate";
103
}
104
}
104
105
105
sub configure {
106
sub configure {
106
    my ( $self, $args ) = @_;
107
    my ( $self, $args ) = @_;
107
    return "Koha::Plugin::Test::configure";;
108
    return "Koha::Plugin::Test::configure";
108
}
109
}
109
110
110
sub install {
111
sub install {
111
- 

Return to bug 26351