voir le paiement à l'annulation

main
Paul Schneider 9 years ago
parent ebcc2d8cf0
commit c1dfa6bcaa
1 changed files with 1 additions and 0 deletions

@ -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<IActionResult> ClientCancel(long id)

Loading…