@model PowderCoating.Application.DTOs.Vendor.UpdateVendorDto @{ ViewData["Title"] = "Edit Vendor"; ViewData["PageIcon"] = "bi-truck"; ViewData["PageHelpTitle"] = "Edit Vendor"; ViewData["PageHelpContent"] = "Update vendor details here. Changing Default Expense Account or Payment Terms will apply to new bills going forward — existing bills are not affected. Marking a vendor Inactive hides them from purchase order pickers but preserves all history."; }
@section Scripts {