diff --git a/Yavsc/Views/Estimate/Details.cshtml b/Yavsc/Views/Estimate/Details.cshtml index a838acf4..b45f2bc1 100644 --- a/Yavsc/Views/Estimate/Details.cshtml +++ b/Yavsc/Views/Estimate/Details.cshtml @@ -36,15 +36,8 @@

@SR["Edit"] | - @SR["Back to List"] | - @{ var filenametex = $"estimate-{Model.Id}.tex" ; - var filenamepdf = $"estimate-{Model.Id}.pdf" ;} - Export au format LaTeX - - -

- -
- Télécharger le document - + @SR["Back to List"]

+
+@await Component.InvokeAsync("Estimate",Model.Id) +