From a2f8c922c54a1312b43c508436a0ca0b6d3d62c8 Mon Sep 17 00:00:00 2001 From: djfiander Date: Fri, 25 Aug 2006 01:22:20 +0000 Subject: [PATCH] Add entry to "catalogue" that has a diacritical in the title, for testing the checksum algorithm. --- ILS/Item.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 { -- 2.11.0