[Koha-devel] Updating multiple Marc Item Records

Frederic Demians frederic at tamil.fr
Tue Oct 14 14:37:38 CEST 2008


> I need to create a perl script to update wrong information in the item 
> table.
> The holdingbranch data is wrong.
>  
> How can I simultaneously change the data in the koha items table and 
> the item data in the marc structure?

You have to use Koha API to modify items. Take a look at C4::Item 
ModItem function (in C4/Item.pm file).


-- 
Frédéric DEMIANS
http://www.tamil.fr/u/fdemians.html



More information about the Koha-devel mailing list