http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12555 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |paola.rossi@cineca.it --- Comment #9 from Paola Rossi <paola.rossi@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.