https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17845 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Found 3 smalls things: 1. installer/data/mysql/atomicupdate/bug_17845_remove_printers should be a .perl and DROP COLUMN should only be executed if the column exists (column_exists) 2. koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc: <!-- <li><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></li> --> Can be removed 3. in circulation.tt: 604 <input type="hidden" name="print" value="maybe" /> Can be removed as well TODO later: rename selectbranchprinter(.pl|.tt) Note: I have checked the set_userenv calls and they are all good. -- You are receiving this mail because: You are watching all bug changes.