mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update send_email.lua
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
local sql = "SELECT * FROM v_email_templates ";
|
||||
sql = sql .. "WHERE (domain_uuid = :domain_uuid or domain_uuid is null) ";
|
||||
sql = sql .. "AND template_language = :template_language ";
|
||||
sql = sql .. "AND template_category = 'email' "
|
||||
sql = sql .. "AND template_category = 'voicemail' "
|
||||
if (transcription == nil) then
|
||||
sql = sql .. "AND template_subcategory = 'default' "
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user