[Koha-bugs] [Bug 17845] Remove printer related code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 29 20:59:37 CEST 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list