http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11744
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #18 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
