From 62e1f01a0f86531791b7a856a4b315e348b63008 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 2 Mar 2017 12:26:53 +0100 Subject: [PATCH] fixe l'affichage du prix de la coupe --- Yavsc/Views/HairCutCommand/HairCut.cshtml | 40 ++++------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/Yavsc/Views/HairCutCommand/HairCut.cshtml b/Yavsc/Views/HairCutCommand/HairCut.cshtml index 85b5fa58..0e9d6ef5 100644 --- a/Yavsc/Views/HairCutCommand/HairCut.cshtml +++ b/Yavsc/Views/HairCutCommand/HairCut.cshtml @@ -25,7 +25,7 @@ var cutprice = (gen==0) ? gtarif.cut[len] : gtarif.cut[0]; total += cutprice; displayTarif('CutPrice', cutprice); - } + } else displayTarif('CutPrice',0); if (gen==0) { if (tech>0) {  var techprice = gtarif.tech[tech-1][len]; @@ -119,30 +119,6 @@ }); -} -@section header { - } @ViewBag.Activity.Description @@ -151,8 +127,6 @@ @Html.DisplayFor(m=>m.HairBrusher)
- -

@@ -233,10 +207,10 @@
-
- - - - - + + + +
\ No newline at end of file