Skip to content
Snippets Groups Projects

Feat/24620 journal 24h

Merged Jerome Boucher requested to merge feat/24620_journal_24h into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,8 @@ class journal
$fromDate = $previousJournal->toDate;
} else {
$previousJournalId = null;
$firstEvent = $this->sdoFactory->find('audit/event', null, null, "<eventDate", 0, 1);
$firstEvents = $this->sdoFactory->find('audit/event', null, null, "<eventDate", 0, 1);
$firstEvent = $firstEvents[0];
$fromDate = $firstEvent->eventDate;
}
Loading