Skip to content

Commit

Permalink
circulation: display the patron returning the item
Browse files Browse the repository at this point in the history
* FIX Does not display the patron that requested the check-in item in the context of a shortcut.
* Fix Fixes rero#357

Signed-off-by: Aly Badr <[email protected]>
  • Loading branch information
Aly Badr committed Jul 2, 2019
1 parent 99e8a5a commit e384547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rero_ils/modules/items/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,7 @@ def checkin(self, current_loan, **kwargs):
if loan.is_active:
item, cancel_action = self.cancel_loan(
loan_pid=loan.get('loan_pid'))
actions.update(cancel_action)
item, validate_action = self.validate_request(**request)
actions.update(validate_action)
return self, actions

@add_loans_parameters_and_flush_indexes
Expand Down

0 comments on commit e384547

Please sign in to comment.