[Koha-devel] updateitem.pl

MJ Ray mjr at phonecoop.coop
Mon Jun 29 12:09:28 CEST 2009


"Roche III, Edward" <edward_roche at solanco.k12.pa.us> wrote:
> But I need to do it for about 9000 items. Is there a way to run it
> for all the items at once? If not, that is problem. What if someone
> wants to change their barcodes from their previous software (like us)
> they will need to do this process for each?!?!? [...]

Essentially, I'd write a script to call
C4::Items::ModItem($item_changes, $biblionumber, $itemnumber) where
$item_changes is a hash containing appropriate keys.
perldoc C4/Items.pm is fairy detailed.

Hope that gets you started,
-- 
MJ Ray (slef)  LMS developer and webmaster at     | software
www.software.coop http://mjr.towers.org.uk        |  .... co
Notice http://mjr.towers.org.uk/email.html        |  .... op



More information about the Koha-devel mailing list