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

            Bug ID: 22069
           Summary: Viewlog not displaying renewals correctly
 Change sponsored?: ---
           Product: Koha
           Version: 17.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: barry.can...@interleaf.ie
        QA Contact: testo...@bugs.koha-community.org
  Target Milestone: ---

If Tools > Log Viewer is selected and run using the module "Circulation" with
the action of "Renew" no results are shown. Selecting the action of "All" shows
all results including renewals. The reason appears to be because when selecting
the action of "Renew" the form POST uses the action parameter value of "RENEW".
This, in turn, gets passed to GetLogs where is used in the SQL query. However,
the actual value that is logged in the action_logs table is "RENEWAL" and not
"RENEW". Changing the SQL query to "RENEWAL" obtains the correct results.

RENEW is correct for the MEMBERS module but RENEWAL should be used for Circ.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to