[Koha-bugs] [Bug 7372] RoadTypes should be folded into Authorised Values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 2 20:02:39 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7372

--- Comment #1 from Ian Walls <koha.sekjal at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-bugs/attachments/20120302/ba6478d7/attachment.htm>


More information about the Koha-bugs mailing list