[Koha-bugs] [Bug 4013] road type missing on search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 28 00:02:44 CEST 2014


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #4 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list