@model PowderCoating.Application.DTOs.Customer.UpdatePricingTierDto @{ ViewData["Title"] = "Edit Pricing Tier"; ViewData["PageIcon"] = "bi-tags-fill"; }
Help Back to Tiers
Tier Details
@Html.AntiForgeryToken()
%
Changes apply immediately to all new quotes for customers on this tier.
Inactive tiers cannot be assigned to new customers.
Cancel
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }