Can't call method "get_attr" without a package or object reference at /home/jcamins/kohaclone/patroncards/edit-batch.pl line 126. at /home/jcamins/kohaclone/patroncards/edit-batch.pl line 145
I can't reproduce that error. Do you get that error in pop-up window which "Add item(s)" opens? I'm not very good in using Koha, so I would appreciate step-by-step test scenario to reproduce it :-) I did notice that "Remove duplicates" doesn't work for me under plack and always leave just first item in batch and it seems that Export items always exports single item, so something is fishy there.
I manage to replicate this problem, but and it happen when you are logged in with koha admin account which doesn't have library (branch) assigned. Adding batch dies because of referential integrity error (since branch is NULL) and editing dies because there is no row created to edit. It does work for CGI version, more research needs to be done.
(In reply to comment #2) > I manage to replicate this problem, but and it happen when you are logged in > with koha admin account which doesn't have library (branch) assigned. > Ahh yeah, we really really should stop people doing this, or at least strongly recommend they don't. Should only ever use the kohaadmin user for upgrades and setting up your first real user. > Adding batch dies because of referential integrity error (since branch is > NULL) and editing dies because there is no row created to edit. > > It does work for CGI version, more research needs to be done.
I've submitted bug 9008 as an answer to chris comment 3