Re: [Koha-devel] Updating multiple Marc Item Records

2008-10-14 Thread C W Nel
Thanks Frederic I do not see Items.pm I forgot to mention, this is still Koha 2.2.9. Any suggestions? - Original Message - From: "Frederic Demians" <[EMAIL PROTECTED]> To: "C W Nel" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, October 14, 2008 2:37 PM Su

Re: [Koha-devel] Updating multiple Marc Item Records

2008-10-14 Thread Frederic Demians
> 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::Ite