Skip to content

Commit

Permalink
fix: envExecution in fillControlRules call
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanelphe committed Nov 14, 2023
1 parent 33f9e07 commit 1a6b43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void execute() throws ArcException {
tableControlePilTemp, this.idSource);

// Récupération des Jeux de règles associés
ControleRulesOperation.fillControleRules(this.connexion.getExecutorConnection(), tableControleDataTemp, fileIdCard);
ControleRulesOperation.fillControleRules(this.connexion.getExecutorConnection(), envExecution, fileIdCard);

this.sjdr.executeJeuDeRegle(this.connexion.getExecutorConnection(), fileIdCard, this.tableControleDataTemp);

Expand Down

0 comments on commit 1a6b43c

Please sign in to comment.