re-fixes the command creation

A pro now may have specified several activities;
Since, the query creation was broken
This commit is contained in:
2017-01-15 20:49:53 +01:00
parent e84305895e
commit 373d18744f
3 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,7 @@
await Html.RenderPartialAsync("PerformerProfile", profile) ;
<form action="~/Command/Create" >
<input type="hidden" name="id" value="@profile.PerformerId" />
<input type="hidden" name="activityCode" value="@ViewBag.Activity.Code" />
<input type="submit" value="@SR["Book "+ViewBag.Activity.Code]"/>
</form>
}