From 200a4423cccd6510e3df5efc82fd52af8a2f7eac Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 18 Feb 2017 03:18:47 +0100 Subject: [PATCH] view estimate --- Yavsc/Views/Estimate/Details.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/Estimate/Details.cshtml b/Yavsc/Views/Estimate/Details.cshtml index b65a1c83..c9e7acea 100644 --- a/Yavsc/Views/Estimate/Details.cshtml +++ b/Yavsc/Views/Estimate/Details.cshtml @@ -10,7 +10,7 @@

Estimate


- @Html.DisplayNameFor(model => model) + @Html.DisplayFor(model => model)

@SR["Edit"] | @SR["Back to List"]