https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 87598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87598&action=edit Bug 22357: Fix saved reports table when runreport.pl with --store-results is used At the moment every time you run runreport.pl with the --store-results option another line will appear for your report in the saved reports table. This is not a data, but a display problem as the report is still only stored once. 1) Create a report and note the report number 2) Run from command line (replace X by report number) : misc/cronjobs/runreport.pl X --format=csv --csv-header --store-results 3) Go to saved reports table 4) Look at the table, each run of the cronjob will create a new row in the table instead of just updating the saved results column. 5) Apply patch 6) Veriy the table displays correctly again and there are no regressions -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.