Create ClientAcount on InstitutionContract when edit or extend
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
</div>
|
||||
|
||||
<span asp-validation-for="ContractingPartyId" class="error"></span>
|
||||
|
||||
<input type="hidden" asp-for="@Model.ContractingPartyId" value="@Model.ContractingPartyId" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -360,6 +360,7 @@ public class IndexModel : PageModel
|
||||
var representativList = new List<RepresentativeViewModel>();
|
||||
var contractingPartyList = new List<PersonalContractingPartyViewModel>();
|
||||
var res = _institutionContract.GetDetails(id);
|
||||
|
||||
var representative = new RepresentativeViewModel
|
||||
{
|
||||
Id = res.RepresentativeId,
|
||||
|
||||
Reference in New Issue
Block a user