From 66f2d2cf43f25403b898537f83c6f380eb4e4683 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 Signed-off-by: Jon Knight Signed-off-by: Michal Denar --- C4/Log.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Log.pm b/C4/Log.pm index 7d193e3773..bad023d15d 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