- @using(Html.BeginForm("UpdateCustomer", "Customer", FormMethod.Post, new { id = "stammdaten-form", @class = "needs-validation", novalidate = "novalidate" }))
+ @using (Html.BeginForm("UpdateCustomer", "Customer", FormMethod.Post, new { id = "stammdaten-form", @class = "needs-validation", novalidate = "novalidate" }))
{
var inputDisabled = !Model.HasRightToEditCustomers ? "disabled" : string.Empty;
+
+
+
@@ -196,6 +199,7 @@
+
- @if(Model.HasRightToEditCustomers)
+ @if (Model.HasRightToEditCustomers)
{