From: djfiander Date: Fri, 25 Aug 2006 01:22:20 +0000 (+0000) Subject: Add entry to "catalogue" that has a diacritical in the title, for X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a2f8c922c54a1312b43c508436a0ca0b6d3d62c8;p=SIPServer.git Add entry to "catalogue" that has a diacritical in the title, for testing the checksum algorithm. --- diff --git a/ILS/Item.pm b/ILS/Item.pm index f533679..e35fd37 100644 --- a/ILS/Item.pm +++ b/ILS/Item.pm @@ -28,7 +28,14 @@ our %item_db = ( sip_media_type => '001', magnetic_media => 0, hold_queue => [], - } + }, + '660' => { + title => "Harry Potter y el cáliz de fuego", + id => '660', + sip_media_type => '001', + magnetic_media => 0, + hold_queue => [], + }, ); sub new {