diff --git a/src/PowderCoating.Web/Views/Accounts/Create.cshtml b/src/PowderCoating.Web/Views/Accounts/Create.cshtml index a68d647..b819cf2 100644 --- a/src/PowderCoating.Web/Views/Accounts/Create.cshtml +++ b/src/PowderCoating.Web/Views/Accounts/Create.cshtml @@ -1,11 +1,11 @@ -@model PowderCoating.Application.DTOs.Accounting.CreateAccountDto +@model PowderCoating.Application.DTOs.Accounting.CreateAccountDto @using PowderCoating.Core.Enums @{ ViewData["Title"] = "New Account"; ViewData["PageIcon"] = "bi-journal-plus"; ViewData["PageHelpTitle"] = "New Account"; - ViewData["PageHelpContent"] = "Add a custom account to the Chart of Accounts. Select a Sub-Type first — it auto-sets the Account Type. Use conventional numbering: 1000s = Assets, 2000s = Liabilities, 3000s = Equity, 4000s = Revenue, 5000s = Cost of Goods, 6000s+ = Expenses."; + ViewData["PageHelpContent"] = "Add a custom account to the Chart of Accounts. Select a Sub-Type first — it auto-sets the Account Type. Use conventional numbering: 1000s = Assets, 2000s = Liabilities, 3000s = Equity, 4000s = Revenue, 5000s = Cost of Goods, 6000s+ = Expenses."; bool isInline = ViewBag.Inline == true; } @@ -22,7 +22,7 @@ }