> 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
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to