"Roche III, Edward" <edward_ro...@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
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to