Skip to content

Commit

Permalink
Update migration teplate
Browse files Browse the repository at this point in the history
  • Loading branch information
DQGriffin committed Aug 31, 2023
1 parent 5252cf0 commit fdaca45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified frontend/public/migration-template.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export class UserDataRow implements ExcelFormattable {
this.prettyBusinessHours(),
this.roles?.at(0)?.displayName ?? '',
!this.extension.data.hidden ? 'ON' : 'OFF',
'', // Receive RC communications
'', // Send email when phone added
this.extension.data.site?.name ?? '',
this.getPhoneNumber(),
this.getTempPhoneNumber(),
Expand Down Expand Up @@ -75,8 +73,6 @@ export class UserDataRow implements ExcelFormattable {
this.afterHoursGreeting('HoldMusic'),
this.blockedCallSettings?.mode ?? '',
this.blockedPhoneNumbers?.map((number) => `${number.label} - ${number.phoneNumber}`).join('\n') ?? '',
'', // Robocalls
'', // Trusted numbers
this.blockedCallSettings?.noCallerId ?? '',
this.blockedCallSettings?.payPhones ?? '',
this.prettyForwardAllCalls(),
Expand Down

0 comments on commit fdaca45

Please sign in to comment.