http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9231

Kyle M Hall <k...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5 - low                    |P3
           Severity|enhancement                 |normal

--- Comment #1 from Kyle M Hall <k...@bywatersolutions.com> ---
It appears that if a record in an imported batch is deleted, any attempt to
revert the batch will result in the progress bar just sitting at '0%' forever.
The background job fails when it hits the already deleted record, with the
error occurring in C4::Items::DelItem for the line

$copy2deleted->execute( $record->as_usmarc(), $itemnumber );

which fails because $record is undefined.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to