From 893aa1a42a9381a143d3989deaecbae602bdeae8 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 8 Jul 2017 15:29:01 +0200 Subject: [PATCH] Fixes HCcommand confirmation view --- Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml index ab60dda4..83ed2e86 100644 --- a/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml +++ b/Yavsc/Views/HairCutCommand/CommandConfirmation.cshtml @@ -83,7 +83,7 @@
@SR["La facture"]
-
@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, false, false ) +
@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, false )
@Html.DisplayNameFor(m=>m.Regularisation)