[Koha-bugs] [Bug 12555] The DelItem subroutine should be called on canceling a receipt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 20 18:32:13 CET 2014


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

Paola Rossi <paola.rossi at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |paola.rossi at cineca.it

--- Comment #9 from Paola Rossi <paola.rossi at cineca.it> ---

>Before adding this constraint, we need to delete all entries in aqorders_items if the item has already been deleted.

Before applying, :

0/ Set the AcqCreateItem pref to "on receiving"
1/ Create an order with 1 item
2/ On Catalog "Delete the items" of the biblio record.
In the DB I saw an aqorders_items's record and a deleteditems's record with the
same itemnumber entry.

Then I've applied the patches against master 3.17.00.057 HEAD 13229.
And I upgraded the DB as required.
[In the DB the aqorders_items record was deleted as required.]

Then I tried to create an order with an item, but no item was created.

So I pass the patch to "Failed QA" status.

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


More information about the Koha-bugs mailing list