https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600
--- Comment #57 from Josef Moravec <[email protected]> --- Comment on attachment 78463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78463 Bug 20600: Add filtering of ILL requests in list Review of attachment 78463: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20600&attachment=78463) ----------------------------------------------------------------- ::: Koha/REST/V1/Illrequests.pm @@ +65,5 @@ > } > + > + # Create new "formatted" columns for each date column > + # that needs formatting > + foreach(@req_list) { I do not like this. The date should not be formatted on API level. It should be left to client/UI. -- 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/
