Skip to content

Commit

Permalink
Sbloccato il controllo sulla stampa dei registri IVA della fattura at…
Browse files Browse the repository at this point in the history
…tiva
  • Loading branch information
mspasiano committed Dec 17, 2024
1 parent aadd740 commit d017cfa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1837,8 +1837,11 @@ public boolean isROImportoTotalePerAccertamento() {
* @return java.util.Vector
*/
public boolean isStampataSuRegistroIVA() {
return false;
/*
return STATO_IVA_B.equalsIgnoreCase(getStatoIVA()) ||
STATO_IVA_C.equalsIgnoreCase(getStatoIVA());
*/
}

/**
Expand Down

0 comments on commit d017cfa

Please sign in to comment.