https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669
--- Comment #3 from Fridolin Somers <[email protected]> --- Created attachment 115166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115166&action=edit Bug 26669: Last Run if report not always updated The last run of a report is updated only if method execute_query() is called with report_id. This whas missing for : - when report is run publicly - when report is sent by email - when report is exported Patch changes the method signature to use a hash of params, in order to easily avoid some params. Test plan is coming... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
