inveniosoftware / invenio-circulation

Library circulation module for Invenio.
https://invenio-circulation.readthedocs.io
MIT License
0 stars 18 forks source link

Error when changing from "ITEM_IN_TRANSIT_TO_HOUSE" to "ITEM_RETURNED" state #78

Closed BadrAly closed 5 years ago

BadrAly commented 5 years ago

In the file transitions.py, the class ItemInTransitHouseToItemReturned:

should be "super(ItemInTransitHouseToItemReturned, self).after(loan)"

instead of "super(ItemOnLoanToItemReturned, self).after(loan)"