fix of name translation due to incorrect display in lists and forms

This commit is contained in:
Maurice Preuß (envoyr)
2022-12-25 20:54:35 +01:00
parent 6bf0396c76
commit ddc95762eb
4 changed files with 5 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ return [
'mandatory_ex' => ['company']
],
'name' => [
'label' => lng('customer.name'),
'label' => lng('customer.lastname'),
'desc' => lng('customer.nameorcompany_desc'),
'type' => 'text',
'mandatory_ex' => ['company']

View File

@@ -111,7 +111,7 @@ return [
'value' => $result['firstname']
],
'name' => [
'label' => lng('customer.name'),
'label' => lng('customer.lastname'),
'desc' => lng('customer.nameorcompany_desc'),
'type' => 'text',
'mandatory_ex' => ['company'],