MoK-Auswertungen: Ansicht verbessert.
This commit is contained in:
@@ -47,8 +47,6 @@ namespace BeWoPlanerMobil.Controllers
|
||||
|
||||
public ActionResult ReportViewer()
|
||||
{
|
||||
TempData["ErrorTest"] = "Das ist nur ein Test.";
|
||||
|
||||
Model.Report = null;
|
||||
|
||||
var month = DateTime.Today.Month;
|
||||
@@ -217,8 +215,6 @@ namespace BeWoPlanerMobil.Controllers
|
||||
[Authorize]
|
||||
public ActionResult LoadMitarbeiterstundenkonto(string parameters)
|
||||
{
|
||||
TempData["PartialViewErrorTest"] = "Das ist nur ein Test.";
|
||||
|
||||
if(Model?.Employee?.EmployeeOid is null)
|
||||
{
|
||||
return Logout();
|
||||
|
||||
Reference in New Issue
Block a user