Add legal name for companies.

This commit is contained in:
2020-08-06 01:40:39 +01:00
parent 02f7bbdc9e
commit e3f2557796
12 changed files with 6941 additions and 6 deletions

View File

@@ -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>