inveniosoftware / react-invenio-app-ils

Single Page App built with React for InvenioILS.
https://react-invenio-app-ils.readthedocs.io
MIT License
5 stars 19 forks source link

backoffice: PatronDetails: Clear search bar after checkout #616

Closed sakshamarora1 closed 2 months ago

sakshamarora1 commented 3 months ago

When doing the scanning, the loan is automatically created, but the barcode stays in the check out search bar.

salomerohr commented 1 month ago

Looks fine to me! I just got an error when I tried to issue the loan with first scanning the barcode and then selectin the user. It said 'No user' are corresponding to my search:

Image

kpsherva commented 1 month ago

Looks fine to me! I just got an error when I tried to issue the loan with first scanning the barcode and then selectin the user. It said 'No user' are corresponding to my search:

Image

As you can see on the prompt above, the field requires either a patron ID (typed or provided by the scanner) or the full email (not the surname or first name)

salomerohr commented 1 month ago

Thanks for the info! So, there is a difference:

salomerohr commented 1 month ago

Works fine! Thanks a lot!