fix of name translation due to incorrect display in lists and forms
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user