Skip to content

Commit

Permalink
#443 [AttendanceSheet] fix: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Oct 9, 2023
1 parent 56d2f96 commit 3c300e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public function write_file(SaturneDocuments $objectDocument, Translate $outputLa

$tmpArray['date_creation'] = dol_print_date(dol_now(), 'dayhour', 'tzuser');

$moreParam['excludeAttendantsRole'] = [];
$moreParam['tmparray'] = $tmpArray;
$moreParam['tmparray'] = $tmpArray;
$moreParam['multipleAttendantsRole'] = 1;

return parent::write_file($objectDocument, $outputLangs, $srcTemplatePath, $hideDetails, $hideDesc, $hideRef, $moreParam);
}
}
Binary file not shown.

0 comments on commit 3c300e5

Please sign in to comment.