Skip to content

Commit

Permalink
Risoluzione anomalia il savepoint 'INVENTARIO_BENI_APG' non è mai sta…
Browse files Browse the repository at this point in the history
…to impostato in questa sessione o non è valido
  • Loading branch information
rpucciarelli committed Apr 23, 2015
1 parent a5788e0 commit a42530a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -277,7 +277,7 @@ public Forward doConfirmCompilaFattura(ActionContext context, it.cnr.jada.util.a
CRUDFatturaPassivaBP nbp = null;
try {
nbp = (CRUDFatturaPassivaBP)context.createBusinessProcess("CRUDFatturaPassivaBP",
new Object[] {"MWTh"}
new Object[] {"M"}
);
String mode = it.cnr.contab.utenze00.action.GestioneUtenteAction.getComponentSession().
validaBPPerUtente(context.getUserContext(),((CNRUserInfo)context.getUserInfo()).getUtente(),
Expand Down

0 comments on commit a42530a

Please sign in to comment.