main
Paul Schneider 9 years ago
parent 828819ca5c
commit 4953b7e4c7
1 changed files with 0 additions and 3 deletions

@ -98,12 +98,9 @@ namespace Yavsc.Controllers
.Include(x=>x.Query.PerformerProfile.OrganizationAddress) .Include(x=>x.Query.PerformerProfile.OrganizationAddress)
.Include(x=>x.Query.PerformerProfile.Performer) .Include(x=>x.Query.PerformerProfile.Performer)
.Include(e=>e.Bill).FirstOrDefault(x=>x.Id==id); .Include(e=>e.Bill).FirstOrDefault(x=>x.Id==id);
// var poa = estimate.Query.PerformerProfile.OrganizationAddress;
// var adc = estimate.Query.Client.UserName;
ViewBag.From = estimate.Query.PerformerProfile.Performer; ViewBag.From = estimate.Query.PerformerProfile.Performer;
ViewBag.To = estimate.Query.Client; ViewBag.To = estimate.Query.Client;
Response.ContentType = "text/x-tex"; Response.ContentType = "text/x-tex";
// estimate.Query.Client.PostalAddress.
return View("Estimate.tex", estimate); return View("Estimate.tex", estimate);
} }
} }

Loading…