Skip to content

Commit

Permalink
fix: retrieve fileIdCard in normage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 13, 2023
1 parent 1a9a30e commit 27bb388
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 creerTableTravail() throws ArcException {


this.fileIdCard = RulesOperations.fileIdCardFromPilotage(this.connexion.getExecutorConnection(),
tableNormageDataTemp, this.idSource);
tableNormagePilTemp, this.idSource);

NormageRulesOperation.fillNormageRules(this.connexion.getExecutorConnection(), this.envExecution, fileIdCard);

Expand Down

0 comments on commit 27bb388

Please sign in to comment.