Fixes HCcommand confirmation view

vnext
Paul Schneider 7 years ago
parent 6bab04c143
commit ae4d4127c0
1 changed files with 1 additions and 1 deletions

@ -83,7 +83,7 @@
<dt>@SR["La facture"] <dt>@SR["La facture"]
</dt> </dt>
<dd>@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, false, false ) <dd>@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, false )
</dd> </dd>
<dt>@Html.DisplayNameFor(m=>m.Regularisation)</dt> <dt>@Html.DisplayNameFor(m=>m.Regularisation)</dt>

Loading…