[Koha-bugs] [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 29 18:00:58 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88992|0                           |1
        is obsolete|                            |

--- Comment #10 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 89036
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89036&action=edit
Bug 22357: Do not duplicate report rows if several reports exist

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

QA: Run t/db_dependent/Reports/Guided.t

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
I didn't assess this for "code ugliness" but the functionality does seem good,
and fixes the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list