Printer Version Table of Contents Project Home Page
.EVENT.......: End_Loan
.DESCRIPTION.:
A member of the library returns a copy of an item that he has checked out of the library.

If there are any outstanding reservations associated with the item, then:

.COMPOSITION.:
item_id &item_id
copy_id &copy_id
;[endpk]
return_date &date

.BackwardReferences:
see CLASS Copy
see CLASS Loan
see CLASS Member