Bug 26969 - Incorrect behavior after a refused on-site checkout
Summary: Incorrect behavior after a refused on-site checkout
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-09 08:02 UTC by Séverine Queune
Modified: 2020-11-09 08:02 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Séverine Queune 2020-11-09 08:02:38 UTC
When a warning is display after an on-site checkout, checkbox in cleared but the not the due date.
To reproduce :
- on patron's account, check 'on-site checkout' box ; see the date due is set for today at 23:59
- try to checkout an item not allowed for on-site checkout (because of the itype, notforloan != 0, etc.)
- a warning box 'Please confirm checkout' is displayed
- refuse the checkout --> the checkbox 'on-site' is now empty, but the dus date remains field for today.

I don't know which behavior is the best : let the box checked, or emptied the date ?