https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42850 --- Comment #19 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 201839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201839&action=edit Bug 42850: Install generated ILL requests CSS The ILL requests page loads css/ill-requests.css from the staff template. The stylesheet is generated by build-resources.PL and ignored by git, but Makefile.PL does not list it in the generated asset map. As a result package installs do not copy the generated stylesheet into blib, so Asset.css cannot find it and no link tag is emitted. Add ill-requests.css to the generated staff CSS file map so it is installed with the other generated staff stylesheets. Test plan: 1. perl -c Makefile.PL 2. prove -v t/Makefile.t 3. Confirm that /cgi-bin/koha/ill/ill-requests.pl includes a link tag for css/ill-requests.css on a package/source-style install. Signed-off-by: David Cook <dcook@prosentient.com.au> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.