Skip to content
Snippets Groups Projects
Commit 18d8bf8a authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15570 TIME 0:30 fix double creation date in folder print + MP workflow hide label if no docs

parent f3f8e044
No related branches found
No related tags found
No related merge requests found
......@@ -815,6 +815,10 @@ class SummarySheetController
];
}
if (empty($documents)) {
continue;
}
$pdf->SetY($pdf->GetY() + 40);
if (($pdf->GetY() + 37) > $bottomHeight) {
$pdf->AddPage();
......
......@@ -88,7 +88,7 @@
<div color="primary" [title]="element.creationDate | fullDate"
style="flex:1;justify-content: flex-end;display: flex;font-size: 80%;">
{{element.creationDate}} {{element.creationDate | date : "dd/MM/y HH:mm"}}
{{element.creationDate | date : "dd/MM/y HH:mm"}}
</div>
</div>
</mat-list-option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment