diff --git a/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml b/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml index de4b962..a4cb48b 100644 --- a/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml +++ b/Areas/Inventory/Views/InventoryMaster/ItemRegistration.cshtml @@ -1,17 +1,17 @@ - -@{ +@{ ViewData["Title"] = "Item Form"; Layout = "~/Views/Shared/_Layout.cshtml"; }