mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added fixme
This commit is contained in:
parent
2db6fb6afd
commit
a32431c223
@ -268,6 +268,7 @@ class ImportTimesheetData extends Command {
|
||||
}
|
||||
$this->info("Deleted ".count($deleted). " events");
|
||||
foreach($deleted as $uid => $lastupdated_date) {
|
||||
// FIXME: Delete events in database
|
||||
echo "$uid: $lastupdated_date\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user