[Koha] Koha - Items Available

LAURENT Henri-Damien henridamien.laurent at biblibre.com
Thu Jun 24 04:05:53 NZST 2010


Le 23/06/2010 16:20, Joseph Faneuf a écrit :
> I have migrated all circulation history to old_issues and all checkouts
> to the issues table.  I have also edited the item records to reflect the
> current checked out items.  But yet it still shows all items as
> available.  I have checked out a book in koha and used it as a guide to
> see what changed in the database and then made the appropriate changes
> on the appropriate items.  I can’t seem to find the data element that
> directly controls items available.  Any help would be greatly appreciated.
Hi
availability depends on onloan field in items table.
So if you updated only issues table, then it is not enough.
You have to
a) update items.onloan to the date_due of current issue
b) run sync_items_in_marc_bib in order to sync marcxml information with
items table
c) run rebuild_zebra in order to sync zebra indexes.
Hope that helps.
-- 
Henri-Damien LAURENT


More information about the Koha mailing list