From c1dfa6bcaaa2f3b1b6bfbd8f74218fdbde742df2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 15 May 2017 15:36:31 +0200 Subject: [PATCH] =?UTF-8?q?voir=20le=20paiement=20=C3=A0=20l'annulation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yavsc/Controllers/Haircut/HairCutCommandController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Yavsc/Controllers/Haircut/HairCutCommandController.cs b/Yavsc/Controllers/Haircut/HairCutCommandController.cs index 6092149e..033a95a6 100644 --- a/Yavsc/Controllers/Haircut/HairCutCommandController.cs +++ b/Yavsc/Controllers/Haircut/HairCutCommandController.cs @@ -51,6 +51,7 @@ namespace Yavsc.Controllers .Include(x => x.PerformerProfile) .Include(x => x.Prestation) .Include(x => x.PerformerProfile.Performer) + .Include(x => x.Regularisation) .SingleAsync(m => m.Id == id); } public async Task ClientCancel(long id)