projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e317c
)
Add entry to "catalogue" that has a diacritical in the title, for
author
djfiander
<djfiander>
Fri, 25 Aug 2006 01:22:20 +0000
(
01:22
+0000)
committer
djfiander
<djfiander>
Fri, 25 Aug 2006 01:22:20 +0000
(
01:22
+0000)
testing the checksum algorithm.
ILS/Item.pm
patch
|
blob
|
history
diff --git
a/ILS/Item.pm
b/ILS/Item.pm
index
f533679
..
e35fd37
100644
(file)
--- 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 {