Skip to content

Commit

Permalink
BUG sulla toolbar della firma alle variazioni al piano di gestione
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jun 11, 2014
1 parent b024b1e commit 2355513
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -214,7 +214,7 @@ public void writeToolbar(javax.servlet.jsp.PageContext pageContext)
signedFileName= signedFileName.replace("\\", "/");
}
if (signedFileName!=null)
toolbar[5]
toolbar[6]
.setHref("doPrint('"
+ JSPUtils
.buildAbsoluteUrl(
Expand All @@ -228,7 +228,7 @@ public void writeToolbar(javax.servlet.jsp.PageContext pageContext)
else {
toolbar[1].setHref(null);
toolbar[2].setHref(null);
toolbar[5].setHref(null);
toolbar[6].setHref(null);
}
writeToolbar(pageContext.getOut(), toolbar);
}
Expand Down

0 comments on commit 2355513

Please sign in to comment.