diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue
index 5588606c..88554f21 100644
--- a/src/components/03_customer-management/BasicInformation.vue
+++ b/src/components/03_customer-management/BasicInformation.vue
@@ -170,12 +170,26 @@ onMounted(async () => {});
- {{ $t('customerBranchName') }}:
- {{
- $i18n.locale === 'en-US'
- ? scope.opt.customer.customerNameEN
- : scope.opt.customer.customerName
- }}
+
+ {{ $t('customerBranchName') }}:
+ {{
+ $i18n.locale === 'en-US'
+ ? scope.opt.customer.customerNameEN
+ : scope.opt.customer.customerName
+ }}
+
+
+ {{
+ scope.opt.customer.customerType === 'PERS'
+ ? $t('formDialogCustomerName')
+ : $t('companyOwnerName')
+ }}:
+ {{
+ $i18n.locale === 'en-US'
+ ? scope.opt.customer.personName
+ : scope.opt.customer.personName
+ }}
+
{{ $t('address') }}