Hi Mike, Have you set up item types in system parameters? Do your marc records specify item types? If so you can map the tag and subfield with the item type codes in your marc records in the links section of parameters. Koha needs to have the item types specified in order to give an item count. If you can't map item types from your marc records you can automatically populate all your records with one item type (you will still need to set it up in system parameters). So for example, after setting up a 'AF' item type in parameters you can type (from mysql prompt):
use Koha; update biblioitems set itemtype='AF';
that will set all the itemtypes to AF and you should be good to go ... Let us know how it turns out. Joshua Quoting mike re-v <mrmrmr50@yahoo.com>:
Hello
I have loaded my marc records. I get no item count? my marc record input shows multiple 852 tags when there is more than one copy of a book. My marc tag check runs no errors. How is the number of individual items determined? I'm using Koha-2.0.0 on deb woody.
tia
re-v
btw I do get a biblio number and the biblio number is unique to an individual title even with multiple copies of the individual title.
__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha