Bug 22447

Summary: Server error on report with missing parameter
Product: Koha Reporter: Radek Šiman (R-Bit Technology, s.r.o.) <rbit>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: black23, josef.moravec
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Radek Šiman (R-Bit Technology, s.r.o.) 2019-03-03 00:39:14 UTC
Save this SQL report:
SELECT title FROM biblio where YEAR(copyrightdate) > YEAR(<<from|date>>) and title = <<title>>

Run it, leave the date field "from" empty and fill any text into the "title" field. Sending the half-filled form causes internal server error to show up.
Comment 1 Katrin Fischer 2023-09-23 22:14:17 UTC
There is no longer an error. Tested on the current development version.