mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add legal name for companies.
This commit is contained in:
@@ -118,6 +118,13 @@
|
||||
}
|
||||
</tr>
|
||||
}
|
||||
@if(!string.IsNullOrEmpty(_company.LegalName))
|
||||
{
|
||||
<tr>
|
||||
<th class="text-right">@L["Legal name"]</th>
|
||||
<td>@_company.LegalName</td>
|
||||
</tr>
|
||||
}
|
||||
<tr>
|
||||
<th class="text-right">@L["Country"]</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user