14 Oct
2008
14 Oct
'08
2:37 p.m.
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