aa
This commit is contained in:
@@ -27,6 +27,8 @@ class ProductLogger
|
||||
if ($this->settingOra) {
|
||||
$this->logs['start'] = 'Inizio da ' . $this->settingOra . "\n";
|
||||
$this->logs['end'] = 'Fino a ' . $oraUpdate->toDateTimeString() . "\n";
|
||||
} else {
|
||||
$this->logs['start'] = 'Iniziato: ' . $oraUpdate->toDateTimeString() . "\n";
|
||||
}
|
||||
$this->logs['inserted'] = 'PRODOTTI INSERITI' . "\n";
|
||||
$this->logs['not_inserted'] = 'EVENTUALI PRODOTTI NON INSERITI' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user