From 6004ad6286ae24c9b5bc96c89c56a4035eebcf4f Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Fri, 7 Oct 2016 15:57:50 +0100 Subject: [PATCH] BUG 17414 Add new GIR codes in Edifact Add the 4 GIR codes which were added by Editeur since 1.2 So that the list of recognized GIR codes is now complete And thse codes can be used in future development Signed-off-by: Kyle M Hall --- Koha/Edifact/Line.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Koha/Edifact/Line.pm b/Koha/Edifact/Line.pm index 7fdd305..5f51284 100644 --- a/Koha/Edifact/Line.pm +++ b/Koha/Edifact/Line.pm @@ -683,6 +683,10 @@ sub extract_gir { LSZ => 'size_code', LVC => 'coded_servicing_instruction', LVT => 'servicing_instruction', + LHC => 'library_holding_code', + LRP => 'library_rotation_plan', + LSC => 'statistical_category', + RIC => 'reader_interest_category', ); my $set_qualifier = $s->elem( 0, 0 ); # copy number -- 2.1.4