Bug 36146 - checkout text box does not appear after clicking override restriction temporarily
Summary: checkout text box does not appear after clicking override restriction tempora...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 23.05
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-22 00:25 UTC by jb
Modified: 2024-02-22 00:25 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jb 2024-02-22 00:25:45 UTC
Checkout text box does not appear after clicking the "override restriction temporarily" button.

userenv was not set and haspermission was always returning false when forceallow=1

had to move this line after get_template_and_user
my $userenv = C4::Context->userenv;

this was fixed in 23.11