http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4013 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |katrin.fischer@bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm I think this isn't quite right. My AV ROADTYPE entry looks like this: STR Straße Straße The form allows me to select "Straße". So far so good. But then in the patron result list, STR is displayed.
From the old database update I think that displaying the code is wrong here, as it should be a migrated numeric(?) id for older installations.
+ my $av_added = $dbh->do(q| + INSERT INTO authorised_values(category, authorised_value, lib, lib_opac) + SELECT 'ROADTYPE', roadtypeid, road_type, road_type + FROM roadtype; + |); The patron detail page displays the description. -- You are receiving this mail because: You are watching all bug changes.