http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10984 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Katrin, I don't know how to fix this issue. I see 2 ways: 1/ Don't allow to delete order with children (but there will be no way to remove remaining items to receive) 2/ When an order is deleted and there are already received children, the parent_ordernumber for children become the ordernumber from the first order received (and we lost the link to the original order parent). Example: - O1 is pending with 3 items. - receive 1 item: O2 is created (1 item received) and the parent_ordernumber is O1. - receive 1 item: O3 is created (1 item received) and the parent_ordernumber is O1. - now we have 01 (1 item to receive), O2 (1 item received) linked to O1, O3 (1 item received). - cancel O1: O2 become the parent for O2 and O3 (we don't have the link to O1 anymore). Restriction: we cannot cancel the receipt for O3 (we should cancel the receipt for O2 before). Do you see a third way? -- You are receiving this mail because: You are watching all bug changes.