Hello all, I am doing a new install on Ubuntu 8.04, Koha 3.0 beta 2 and have Koha up and running. I am trying to import records that have been exported from a Follett system. These have an 852 record with info that Koha uses in the 952 record. I am running a script against these to copy the 852 record into the 952 record, and add a 942c field with an item type description based on info from the LDR field. When I run bulkmarkimport.pl against a test file, I wind up with the Item type description repeated when viewing in the Normal view on the OPAC. For instance, on the holdings tab under Item Type it will say "DVDs, VHS DVDS, VHS". If I import a record with a 942c field filled in but no 952 record, I get Holdings (0) and nothing listed. If there is a 952 record but no 942c field, I get Holdings (1) but no Item Type listed at all. A couple of notes, while doing the install I did install the Zebra option, but later chose not to use it (small database on old hardware). After the import I am successfully running rebuild_nozebra.pl. I haven't changed any of the defaults in the configuration, other than to create the library. I am using the default item type codes. Any idea why item type would double up? Thanks, Doug
Doug Dearden a écrit :
Hello all,
I am doing a new install on Ubuntu 8.04, Koha 3.0 beta 2 and have Koha up and running. I am trying to import records that have been exported from a Follett system. These have an 852 record with info that Koha uses in the 952 record. I am running a script against these to copy the 852 record into the 952 record, and add a 942c field with an item type description based on info from the LDR field. When I run bulkmarkimport.pl against a test file, I wind up with the Item type description repeated when viewing in the Normal view on the OPAC. For instance, on the holdings tab under Item Type it will say "DVDs, VHS DVDS, VHS". If I import a record with a 942c field filled in but no 952 record, I get Holdings (0) and nothing listed. If there is a 952 record but no 942c field, I get Holdings (1) but no Item Type listed at all.
A couple of notes, while doing the install I did install the Zebra option, but later chose not to use it (small database on old hardware). After the import I am successfully running rebuild_nozebra.pl. I haven't changed any of the defaults in the configuration, other than to create the library. I am using the default item type codes.
Any idea why item type would double up?
Thanks,
Doug
No Itemtype image ? My 2 cts. -- Henri-Damien LAURENT
Henri-Damien LAURENT <laurenthdl@...> writes:
No Itemtype image ? My 2 cts.
OK, a little more research and a little more info. Indeed it is a problem calling the image. Here is the HTML from the OPAC page that displays. <td><img src="/opac-tmpl/prog/itemtypeimg/" title="DVDs, VHS" alt="DVDs, VHS" /> DVDs, VHS </td> Here is the HTML from the Admin (staff client) page. <td><img src="/intranet-tmpl/prog/img/itemtypeimg/Video-disc.gif" alt="" /></td> I checked and the Video-disc.gif file is in both places, but on the opac side the filename isn't getting attached to the end of the directory string in the "img src" line. Hmmm. Bug report time? Doug
On Wed, Oct 15, 2008 at 8:58 AM, Doug Dearden <dearden@sarsf.org> wrote:
Henri-Damien LAURENT <laurenthdl@...> writes:
No Itemtype image ? My 2 cts.
OK, a little more research and a little more info. Indeed it is a problem calling the image. Here is the HTML from the OPAC page that displays.
<td><img src="/opac-tmpl/prog/itemtypeimg/" title="DVDs, VHS" alt="DVDs, VHS" /> DVDs, VHS </td>
Here is the HTML from the Admin (staff client) page.
<td><img src="/intranet-tmpl/prog/img/itemtypeimg/Video-disc.gif" alt="" /></td>
I checked and the Video-disc.gif file is in both places, but on the opac side the filename isn't getting attached to the end of the directory string in the "img src" line.
Hmmm.
Bug report time?
Doug
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Yes, definitely. Thanks for bringing this to our attention. http://bugs.koha.org/ -- Jesse Weaver Software Developer, LibLime
participants (3)
-
Doug Dearden -
Henri-Damien LAURENT -
Jesse Weaver