Skip to content

Commit

Permalink
BugID: 1050 - Modifiche Articolo 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Dec 20, 2012
1 parent b89d22a commit 87f1642
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -122,6 +122,13 @@ public CRUDConfigAnagContrattoBP(String s)
public boolean isPublishHidden(){
if (isSearching() || isInserting())
return false;
if (getModel()!=null){
ContrattoBulk contratto = (ContrattoBulk) getModel();
if (contratto.isProvvisorio())
return false;
if (contratto.isCessato())
return true;
}
return isPublishCRUDButtonHidden();
}

Expand Down

0 comments on commit 87f1642

Please sign in to comment.