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

(-)a/Koha/REST/V1/ERM.pm (-6 / +3 lines)
Lines 25-31 use Try::Tiny qw( catch try ); Link Here
25
25
26
=head1 NAME
26
=head1 NAME
27
27
28
Koha::REST::V1::Acquisitions::Funds
28
Koha::REST::V1::ERM
29
29
30
=head1 API
30
=head1 API
31
31
Lines 46-61 sub config { Link Here
46
                ERMModule => C4::Context->preference('ERMModule'),
46
                ERMModule => C4::Context->preference('ERMModule'),
47
                ERMProviders => [split ',', C4::Context->preference('ERMProviders')]
47
                ERMProviders => [split ',', C4::Context->preference('ERMProviders')]
48
            },
48
            },
49
            #permissions => {
49
            # TODO Add permissions
50
            #    erm =>
51
            #}
52
        },
50
        },
53
    )
51
    )
54
}
52
}
55
53
56
=head3 list_users
54
=head3 list_users
57
55
58
Return the list of possible ERM' users
56
Return the list of possible ERM users
59
57
60
=cut
58
=cut
61
59
62
- 

Return to bug 33606