Fixe l'affichage du devis

This commit is contained in:
Paul Schneider 2016-11-03 15:27:06 +01:00
commit 1b2b2ba612
4 changed files with 48 additions and 3 deletions

View file

@ -50,6 +50,7 @@ namespace Yavsc.Controllers
.Include(e => e.Query)
.Include(e => e.Query.PerformerProfile)
.Include(e => e.Query.PerformerProfile.Performer)
.Include(e=> e.Bill)
.Where(
e=>e.OwnerId == uid || e.ClientId == uid
)