[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
Fri Apr 11 13:14:04 CEST 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |kyle at bywatersolutions.com

--- Comment #18 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Jacek Ablewicz from comment #1)
> (In reply to Marjorie Barry-Vila from comment #0)
> 
> > Someone can test it?
> 
> Yes, I can confirm there is a problem with CancelReceipt(). It will delete
> (one or more, it doesn't matter) items associated with received order only
> if the given order is a partial receive (and the parent order is not fully
> received yet).
> 
> Plus, in those rare cases when it is actually deleting the items, it's
> currently not doing a very good job - it is removing item records directly
> from mysql table, but it does NOT flag biblio record for Zebra reindexing
> after the deletion.
> 
> Until recently, it also used to delete the items if given order was a
> transfer to another basket - but it was deleting the order record itself
> too, which was not all that good (see bug 11549).

This patch set does not appear to update zebra on deletion. Also, I wonder if
it would be best to call DelItem from the item deletion to take care of that.
Using DelItem would also cause the item to be moved to deleteditems rather than
being irrevocably destroyed. If these are not issues or I am missing something,
please reset the status.

Other than that everything looks good!

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


More information about the Koha-bugs mailing list