http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7372 --- Comment #1 from Ian Walls <koha.sekjal@gmail.com> --- Data layer: Step 1: create new authorised value ROADTYPE, both in default SQL and databaseupdate.pl Step 2: migrate existing roadtype table into new authorised value category using databaseupdate.pl Code layer: Step 3: replace usage of GetRoadTypes and GetRoadTypeDetails with GetAuthorisedValues(ROADTYPE) and GetKohaAuthorisedValueLib() respectively Step 4: remove administrative links to admin/roadtype.pl Cleanup: Step 5: remove admin/roadtype.pl page and corresponding template Step 6: remove GetRoadTypes and GetRoadTypeDetails subroutines from C4/Members.pm Step 7: remove roadtype table from DB and kohastructure.sql Documentation: Step 8: update documentation to reflect new mechanism for handling Road Types -- You are receiving this mail because: You are watching all bug changes.