From aa6be97ee557586020811e2f6e03f5a79a21dd2a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 25 Oct 2019 08:10:18 +0000 Subject: [PATCH] Bug 21190: Add interfaces parameter to POD in C4::Logs Content-Type: text/plain; charset=utf-8 Just fixing documentation along the way. No test plan, just read the patch. Signed-off-by: Marcel de Rooy --- C4/Log.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Log.pm b/C4/Log.pm index 34e2b609c2..46a122ca4f 100644 --- a/C4/Log.pm +++ b/C4/Log.pm @@ -122,7 +122,7 @@ sub cronlogaction { =item GetLogs -$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info); +$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info,$interfaces); Return: C<$logs> is a ref to a hash which contains all columns from action_logs -- 2.11.0