Skip to content

Commit

Permalink
final version extracteur TJ
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJimmyChevallier committed Feb 21, 2025
1 parent 5d83d15 commit a92efdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/services/excel/excel.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export class ExcelService extends MainClass {
};
// DDG CONT
const contIndex =
this.findIndexByName(report.worksheets, 'ETPT_ATTACHES_JUSTICE_DDG') || 0;
this.findIndexByName(report.worksheets, 'ETPT_JUR_ASS_DDG') || 0;
report.worksheets[contIndex].getCell('D' + +5).value =
viewModel.uniqueJur[0] || '';
report.worksheets[contIndex].getCell('D' + +5).dataValidation = {
Expand Down
Binary file modified front/src/assets/template4.xlsx
Binary file not shown.

0 comments on commit a92efdf

Please sign in to comment.