-
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
Item CHECKIN_1_1_2 does not work #1334
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
Comments
pronguen
added
f: circulation
Concerns the circulation interface or backend
triage
bug
Breaks something but is not blocking
labels
Oct 26, 2020
@pronguen Does "CHECKIN_1_1_2" refer to the corresponding action in https://github.com/rero/rero-ils/blob/dev/doc/circulation/actions.md#checkin-form, section 1.i.b? I'm asking, because I thought that theses actions where automatically tested (unit tests), and should have identified this issue. Maybe @BadrAly knows something about it. |
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Oct 30, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
6 tasks
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Oct 30, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 4, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 5, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 5, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 5, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 6, 2020
Fixes bug when checkin an on_shelf or in_transit items (with no loans) did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
BadrAly
pushed a commit
to BadrAly/rero-ils
that referenced
this issue
Nov 6, 2020
Fixes a bug when checking in an on_shelf or in_transit item (with no loans) that did not receive the correct item status. * Closes rero#1334 Co-Authored-by: Aly Badr <[email protected]>
6 tasks
BadrAly
pushed a commit
that referenced
this issue
Nov 6, 2020
Fixes a bug when checking in an on_shelf or in_transit item (with no loans) that did not receive the correct item status. * Closes #1334 Co-Authored-by: Aly Badr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
Describe the bug
Checkin of an item on shelf without request in another library does not put the item in transit.
This corresponds to action
CHECKIN_1_1_2
in the doc file https://github.com/rero/rero-ils/blob/dev/doc/circulation/actions.md#checkin-formTo Reproduce
Expected behavior
Status should be "IN_TRANSIT_TO_HOUSE".
The flash message should be "The item is in transit."
A line with the details should be displayed in the checkin form.
Context
Screenshots
The text was updated successfully, but these errors were encountered: