Allow to choose no company when creating document company.

This commit is contained in:
2019-06-30 11:05:51 +01:00
parent 8785336583
commit dd7b240231
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,10 @@
<select asp-for="CompanyId"
class="form-control"
asp-items="ViewBag.CompanyId">
<option selected
value="">
None or unknown
</option>
</select>
</div>
<div class="form-group">

View File

@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>3.0.99.845</Version>
<Version>3.0.99.846</Version>
<Company>Canary Islands Computer Museum</Company>
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
<Product>Canary Islands Computer Museum Website</Product>