-
Notifications
You must be signed in to change notification settings - Fork 13
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
circulation: checkin operations when item/patron barcode are identical #776
Conversation
107bbac
to
3a1daf0
Compare
A dialog appears when there is an item and a patron with the same barcode. The library chooses the action to execute. * Closes rero/rero-ils#2597. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
3a1daf0
to
4fe98d6
Compare
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<div class="modal show d-block" role="dialog" (window:keypress)="checkinItemOnEnterKey($event)"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d-block seem not required here.
</div> | ||
<div class="modal-body"> | ||
<div class="font-weight-bold" translate> | ||
One item and one patron were found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check this message with the PO? Can be more explicit.
}) | ||
export class CheckinActionComponent { | ||
|
||
/** Checkin action */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case of patron the action is not a checkin, you can change your comment.
A dialog appears when there is an item and a patron with the same barcode.
The library chooses the action to execute.
Co-Authored-by: Bertrand Zuchuat bertrand.zuchuat@rero.ch
Code review check list