[Koha-bugs] [Bug 11744] canceil receipt not work for one item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 19 11:54:45 CET 2014


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

Jacek Ablewicz <abl at biblos.pk.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abl at biblos.pk.edu.pl

--- Comment #1 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(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).

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


More information about the Koha-bugs mailing list