From ae4d4127c0cb910fefd17eac23e9d22cf7fd32ea 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)