[Koha-bugs] [Bug 19661] Add routes for funds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 15 13:27:05 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661

--- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
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.


More information about the Koha-bugs mailing list