|
|
|
|
@ -39,9 +39,10 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
@@ -39,9 +39,10 @@ if(defaultMandantenIDParam != null && !defaultMandantenIDParam.toString().equals
|
|
|
|
|
} |
|
|
|
|
//Impressum wird immer angezeigt, alles andere nur nach Login: |
|
|
|
|
if ( |
|
|
|
|
(IdOutput.equals("IMPRINT") || |
|
|
|
|
IdOutput.equals("IMPRINT") || |
|
|
|
|
( request.getSession()!=null&&request.getSession().getAttribute("sessiontype")!=null&& |
|
|
|
|
request.getSession().getAttribute("sessiontype").equals("superx"))) { |
|
|
|
|
request.getSession().getAttribute("sessiontype").equals("superx")) |
|
|
|
|
) { |
|
|
|
|
|
|
|
|
|
Object mandantobject=request.getSession().getAttribute("MandantenID"); |
|
|
|
|
Object userid=request.getSession().getAttribute("UserID"); |
|
|
|
|
|