Update phonebook.xml

This commit is contained in:
FusionPBX 2019-11-21 14:52:20 -07:00 committed by GitHub
parent ec3e73a9ab
commit a8ffecd96f
1 changed files with 12 additions and 16 deletions

View File

@ -46,8 +46,8 @@
<Department></Department>
<Job></Job>
<Company></Company>
{/if}
{if $row.category == "groups"}
</Contact>
{elseif $row.category == "groups"}
{$start_id=1}
<Contact>
<id>{$start_id}</id>
@ -79,8 +79,8 @@
<Department></Department>
<Job></Job>
<Company></Company>
{/if}
{if $row.category == "extensions"}
</Contact>
{elseif $row.category == "extensions"}
{$start_id=1}
<Contact>
<id>{$start_id}</id>
@ -112,12 +112,8 @@
<Department></Department>
<Job></Job>
<Company></Company>
</Contact>
{/if}
{/foreach}
</Contact>
{/if}
{/if}
{/foreach}
</AddressBook>