Ability to enter purpose on createlog form
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
@* // Html.HiddenFor(model => model.CityName) is losing capitalization *@
|
||||
<input type="hidden" name="CityName" value="@Model.CityName"/>
|
||||
|
||||
@Html.DisplayFor(model => model.Purpose)
|
||||
@Html.HiddenFor(model => model.Purpose.Selected)
|
||||
|
||||
<dl class="dl-horizontal gas">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(m => m.GasPurchased)
|
||||
|
||||
Reference in New Issue
Block a user