https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 --- Comment #147 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 59830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59830 Bug 17855 - Follow up on copyright text, removal of summary info, removal of duplicate js and improved js indentation, removed useless use pragmas Review of attachment 59830: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17855&attachment=59830) ----------------------------------------------------------------- Found more point 3 trimming needed. ::: installer/onboarding.pl @@ +27,1 @@
use C4::Koha;
Digest::MD5, Encoding and C4::Koha don't need to be here. :( @@ +30,2 @@
use Koha::Patrons; use Koha::Items;
Koha::Items is not necessary either. -- You are receiving this mail because: You are watching all bug changes.