https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661
--- Comment #11 from Martin Renvoize <[email protected]> --- Comment on attachment 69833 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69833 Bug 19661 - REST API: Funds Endpoint Review of attachment 69833: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19661&attachment=69833) ----------------------------------------------------------------- ::: Koha/REST/V1/Acquisitions/Funds.pm @@ +19,5 @@ > + > +use Mojo::Base 'Mojolicious::Controller'; > + > +use C4::Budgets; > +use JSON qw(to_json); Unused import here @@ +83,5 @@ > + > + return $returnfund; > +} > + > +=head3 _to_model Should this private routine be introduced before any corresponding write functions are added to the controller or should it be added when those routines are? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
