diff --git a/ServiceHost/Areas/Client/Pages/Company/CustomizeCheckout/ModalCheckoutUnofficialCreate.cshtml b/ServiceHost/Areas/Client/Pages/Company/CustomizeCheckout/ModalCheckoutUnofficialCreate.cshtml index 7c78ac6b..a9cc0b39 100644 --- a/ServiceHost/Areas/Client/Pages/Company/CustomizeCheckout/ModalCheckoutUnofficialCreate.cshtml +++ b/ServiceHost/Areas/Client/Pages/Company/CustomizeCheckout/ModalCheckoutUnofficialCreate.cshtml @@ -1,49 +1,46 @@ -@using System.Globalization +@model GetCreateCustomizeCheckout @{ - string clientVersion = _0_Framework.Application.Version.StyleVersion; - - - - var currentYear = new PersianCalendar().GetYear(DateTime.Today); - var start = 1403; - // var yearList = new List(); - // for(int i =start;i<=currentYear;i++) - // yearList.Add(i); + string clientVersion = _0_Framework.Application.Version.StyleVersion; + + + + // var yearList = new List(); + // for(int i =start;i<=currentYear;i++) + // yearList.Add(i); } -
-