mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Merge pull request #5805 from demonspork/patch-2
Fix follow_me_uuid error when enabling DND
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
extension = row.extension;
|
||||
number_alias = row.number_alias or '';
|
||||
accountcode = row.accountcode;
|
||||
follow_me_uuid = row.follow_me_uuid;
|
||||
follow_me_uuid = row.follow_me_uuid or nil;
|
||||
do_not_disturb = row.do_not_disturb;
|
||||
forward_all_destination = row.forward_all_destination;
|
||||
forward_all_enabled = row.forward_all_enabled;
|
||||
|
||||
Reference in New Issue
Block a user