On logging in to Koha 3, choosing Cataloguing and doing a Cataloguing Search,
I get the following instead of 'the number of results':
ARRAY(0x93f2480) result(s) found in catalog
Is this a known problem?
Thanks___
Koha-devel mailing list
Koha-devel@list
At 8:03 PM +1100 11/10/08, Rick Welykochy wrote:
>The code I have adapted to create a MARC field looks like this:
>
>MARC::Field->new($tag,'','',$subfields)
>
>The second and third args were provided as empty strings by the original
>scripts I am adapting. The marclint program complains that th
Hi all,
I just want to notify you that here [1] is a a code which is organised
exactly like the koha's code and using DBIX::Class.
Hope that's help !
[1] http://code.google.com/p/noplagia/source/browse/
--
Antoine FARNAULT
___
Koha-devel mailing lis
HI all
Perhaps there are some MARC21 or USMARC gurus on the list who can save
me some time.
I am creating MARC records on the fly from CSV records.
ISSUE #1:
The code I have adapted to create a MARC field looks like this:
MARC::Field->new($tag,'','',$subfields)
The second and third args we