added project importer and grandtotal converter (#1468)
This commit is contained in:
@@ -69,7 +69,7 @@ class CustomerFixtures extends Fixture
|
||||
}
|
||||
|
||||
$manager->flush();
|
||||
$manager->clear();
|
||||
$manager->clear(Activity::class);
|
||||
}
|
||||
|
||||
$amountGlobalActivities = rand(self::MIN_GLOBAL_ACTIVITIES, self::MAX_GLOBAL_ACTIVITIES);
|
||||
@@ -80,7 +80,9 @@ class CustomerFixtures extends Fixture
|
||||
}
|
||||
|
||||
$manager->flush();
|
||||
$manager->clear();
|
||||
$manager->clear(Activity::class);
|
||||
$manager->clear(Project::class);
|
||||
$manager->clear(Customer::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user