[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 6 09:49:29 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31008|0                           |1
        is obsolete|                            |

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 33291
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33291&action=edit
Bug 12555: Add a FK on aqorders_items.itemnumber

The previous patch assumed that deleting an item will delete the entry
in aqorders_items. But the FK did not exist.

Looking at the code, we never join aqorders_items and deleteditems, so I
think we can add this constraint.

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

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


More information about the Koha-bugs mailing list