-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two loans instead of one #484
Labels
f: circulation
Concerns the circulation interface or backend
Comments
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 10, 2019
Co-Authored-by: Benoit Erken <[email protected]>
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 12, 2019
Co-Authored-by: Benoit Erken <[email protected]>
lauren-d
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 12, 2019
Co-Authored-by: Benoit Erken <[email protected]>
lauren-d
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 12, 2019
Co-Authored-by: Benoit Erken <[email protected]>
lauren-d
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 12, 2019
Co-Authored-by: Benoit Erken <[email protected]>
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 13, 2019
* Fix issue rero#484 * Move function prior_checkout_actions() from api_views.py to api.py Co-Authored-by: Benoit Erken [email protected]
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 16, 2019
* Closes rero#484 * Move function prior_checkout_actions() from api_views.py to api.py Co-Authored-by: Benoit Erken [email protected]
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 16, 2019
* Closes rero#484 * Move function prior_checkout_actions() from api_views.py to api.py Co-Authored-by: Benoit Erken [email protected]
benerken
pushed a commit
to benerken/rero-ils
that referenced
this issue
Sep 17, 2019
* Closes rero#484 * Move function prior_checkout_actions() from api_views.py to api.py Co-Authored-by: Benoit Erken [email protected]
benerken
added a commit
to benerken/rero-ils
that referenced
this issue
Sep 18, 2019
* Closes rero#484 * Moves prior_checkout_actions() function from api_views.py to api.py Co-Authored-by: Benoit Erken <[email protected]>
benerken
added a commit
to benerken/rero-ils
that referenced
this issue
Sep 19, 2019
* Closes rero#484 * Moves prior_checkout_actions() function from api_views.py to api.py Co-Authored-by: Benoit Erken <[email protected]>
benerken
added a commit
to benerken/rero-ils
that referenced
this issue
Sep 20, 2019
* Closes rero#484 * Moves prior_checkout_actions() function from api_views.py to api.py Co-Authored-by: Benoit Erken <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a patron requests then checkouts out an item, the system creates two loans instead of one
Steps to reproduce the behavior:
PENDING
IN_TRANSIT_FOR_PICKUP
ITEM_AT_DESK
CANCELLED
and a new loan (pid=2) is created with stateON_LOAN
Expected behavior
System should continue to work on the first loan and never creates a new loan.
The text was updated successfully, but these errors were encountered: