Bugzilla – Attachment 56132 Details for
Bug 17414
Add GIR codes added to Edifact since 1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 17414 Add new GIR codes in Edifact
BUG-17414-Add-new-GIR-codes-in-Edifact.patch (text/plain), 1.03 KB, created by
Kyle M Hall (khall)
on 2016-10-11 08:02:51 UTC
(
hide
)
Description:
BUG 17414 Add new GIR codes in Edifact
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-10-11 08:02:51 UTC
Size:
1.03 KB
patch
obsolete
>From 6004ad6286ae24c9b5bc96c89c56a4035eebcf4f Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >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 <kyle@bywatersolutions.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17414
:
56079
| 56132