TT#139550 vmnotify use correct uuid

* wrong value was used in the vmnotify select query, now the
  correct uuid is used

Change-Id: I311cc7ea9cce01014dd40761d0bc7f594ecca7b2
mr10.2
Kirill Solomko 4 years ago
parent f06bb9a499
commit 67bc755276

@ -2282,7 +2282,7 @@ sub vmnotify{
$data->{new_messages} = 0;
my $msg_rs = $c->model('DB')->resultset('voicemail_spool')->search({
'mailboxuser' => $data->{mailboxuser},
'mailboxuser' => $data->{uuid},
},{
'select' => [
'dir',

Loading…
Cancel
Save