309 remainging

This commit is contained in:
Paul Schneider
2023-03-20 18:24:10 +00:00
parent e1812737bd
commit c81f974ade
9 changed files with 7 additions and 18 deletions

View File

@ -195,7 +195,7 @@ to"]+" " ["+SR[ViewBag.Activity.Code]+"]"; }
<input type="submit" value=" Create "]" class="btn btn-default" />
</div>
</div>
@Html.HiddenFor(model=>model.ClientId)
@Html.HiddenFor("ClientId")
@Html.HiddenFor(model=>model.PerformerId)
@Html.HiddenFor(model=>model.ActivityCode)
</div>