diff --git a/src/pages/CscPagePbxAutoAttendant.vue b/src/pages/CscPagePbxAutoAttendant.vue index f4e5b3ca..92702246 100644 --- a/src/pages/CscPagePbxAutoAttendant.vue +++ b/src/pages/CscPagePbxAutoAttendant.vue @@ -123,7 +123,7 @@ export default { required: true, align: 'left', label: this.$t('Name'), - field: row => displayName(row.subscriber) + field: row => displayName(row.subscriber_id_expand) } ], pagination: {