Skip to content

Commit

Permalink
Missing space (fusionpbx#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lucio authored and markjcrane committed Nov 23, 2019
1 parent 7b95bcb commit 80503fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/install/scripts/cidlookup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
sql = "SELECT v_contacts.contact_name_given || ' ' || v_contacts.contact_name_family AS name FROM v_contacts ";
end
sql = sql .. "INNER JOIN v_contact_phones ON v_contact_phones.contact_uuid = v_contacts.contact_uuid ";
sql = sql .. "INNER JOIN v_destinations ON v_destinations.domain_uuid = v_contacts.domain_uuid AND v_destinations.destination_number = :caller";
sql = sql .. "INNER JOIN v_destinations ON v_destinations.domain_uuid = v_contacts.domain_uuid AND v_destinations.destination_number = :caller ";

local params;
if ((not domain_uuid) or (domain_uuid == "")) then
Expand Down

0 comments on commit 80503fe

Please sign in to comment.