[Koha-bugs] [Bug 11084] Delete biblios on Leader 05 =d

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 22 08:13:21 CEST 2015


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #23 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Kyle,

I did some tests with the new patches:

Record has 1 item, is not checked out.

-t -c 
ERROR DELETING BIBLIO 24: Test mode enabled

I was not sure if this would have been an error outside the test mode (not
being deleted) or if that just meant that it was not deleted because of the
test mode.

-t -i -c
ERROR DELETING ITEM 102: Test mode enabled
ERROR DELETING BIBLIO 24: Test mode enabled

Ok, so both throw an error... so not sure: would those be deleted without -t?

-c
ERROR DELETING BIBLIO 24: This Biblio has items attached, please delete them
first before deleting this biblio

This one is good - why not display this in the test mode too?

-c -i
C4::Context->userenv not defined! at /home/katrin/kohaclone/C4/Items.pm line
2278.

No messages, but I didn't set verbose. Item and record appear to have been
deleted - can you take a look at the error/warn?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list