Skip to content

Commit

Permalink
è sempre possibile gestire gli allegati nella fattura elettronica
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Oct 28, 2015
1 parent 9ebb1bd commit bae1ee1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -374,7 +374,7 @@ public void setTab(String tabName, String pageName) {
super.setTab(tabName, pageName);
DocumentoEleTestataBulk documentoEleTestata = (DocumentoEleTestataBulk) getModel();
if (documentoEleTestata != null) {
if (pageName.equalsIgnoreCase("tabAllegati") && !documentoEleTestata.isIrregistrabile()){
if (pageName.equalsIgnoreCase("tabAllegati")){
setStatus(EDIT);
} else {
if (getStatus() == EDIT && !documentoEleTestata.isEditabile())
Expand Down

0 comments on commit bae1ee1

Please sign in to comment.