From 39f9eaac76356eb6861d11d93eda7e4f2ba211ec Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Mon, 6 Nov 2023 17:15:13 +0100 Subject: [PATCH] MT#58346 fix conversations voicemail timestamp filter Change-Id: I86fc4db7d5efddf73f6c0b068b1c9e79913fddaf (cherry picked from commit 5eff0601b59b654ba098fbdeda8e5c47be8c4c08) --- lib/NGCP/Panel/Role/API/Conversations.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Role/API/Conversations.pm b/lib/NGCP/Panel/Role/API/Conversations.pm index 35a8a6ce4a..fd6b9a181f 100644 --- a/lib/NGCP/Panel/Role/API/Conversations.pm +++ b/lib/NGCP/Panel/Role/API/Conversations.pm @@ -599,7 +599,7 @@ sub _get_voicemail_rs { }); $rs = $self->_apply_timestamp_from_to( - s => $rs, + rs => $rs, params => $params, col => 'me.origtime' );