Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 108
11
Preferences
Compare changes
Files
@@ -66,9 +66,13 @@ abstract class Class_Cosmogramme_Integration_PhaseOnDataSource extends Class_Cos
$this->_runFile($data_source, $integration);
if (!$this->isTimeOut()) {
$integration->setTraite($this->getTimeSource()->dateYmd())
$date = $this->getTimeSource()->dateYmd();
$integration->setTraite($date)
->setPointeurReprise($this->_getData('nombre'))
->save();
$integration->getBib()
->setDernierAjout($date)
->save();
$this->_phase->incrementData('nb_fic');
}
}