https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43249
Bug ID: 43249
Summary: A duplicate report limit of 1 prevents users from
running reports at all
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
The code that checks runnign reports checks:
$running >= $duplicate_limit, but it appears a report is marked as running
during prep_report
Additionally Koha::Reports->running returns the reports instances, and not a
count - we need to call count on the result
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/