Those fixes solves the "internal server error" with MARC::Record 1.12.
authortipaul <tipaul>
Mon, 28 Apr 2003 13:07:14 +0000 (13:07 +0000)
committertipaul <tipaul>
Mon, 28 Apr 2003 13:07:14 +0000 (13:07 +0000)
commite5bbeace3dd83b73e5d6384bb196e5434d68d004
treecf9e76a79a1271e693e9ed1a45a3e7a52860f590
parent6878f647a1f3e97217de6aeb33badc6337a3f5e9
Those fixes solves the "internal server error" with MARC::Record 1.12.
It was due to an illegal contruction in Koha : we tried to retrive subfields from <10 tags.
That's not possible. MARC::Record accepted this in 0.93 version, but it was fixed after.
Now, the construct/retrieving is OK !
C4/Biblio.pm
MARCdetail.pl
acqui.simple/additem.pl