[Koha-bugs] [Bug 11744] cancel receipt doesn't work for one item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 11 12:06:26 CET 2014


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

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

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

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think I found a problem with the way the item is deleted - it seems it's
missing some of the checks it shoudl do before deleting.

What I did:

- received 1 out of 2 items ordered
- placed a hold on the record
- undid the receipt
- item was deleted, hold didn't show up any longer... but:
- repeated the receipt - the hold showed up again as it hadn't been cancelled
before, but was invisible from the GUI.

Next I tried with a checkout:

- checked out the created item
- undid the receipt
- the item was not deleted (which is good), but there was also no warning

I wonder if this is more like a missing feature than a real bug, as it might
need some more thought to make it completely work. My thought is, that some of
the same checks for deleting an order with items (when using AcqCreateItem = on
order is used) might also apply here. I can think of holds and issues for now.
For a hold we could raise a warning, that it will be cancelled if there ar no
other items on the record. For an issue the item should be left and maybe
undoing the receipt be denied? Not sure what would happen if you undid it and
then later received it again - would it create a second item?

I also tested for AcqCreateItem = on order that the items would not be touched,
which is good :) But something for another bug - maybe we shoudl put a note,
that the changes made to the items on receive won't be undone by undoing the
receipt?

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


More information about the Koha-bugs mailing list