From 37095a4aace93328e92884b82eb63b516e59fb63 Mon Sep 17 00:00:00 2001 From: afornerot Date: Wed, 14 Oct 2020 16:13:58 +0200 Subject: [PATCH] nettoyage des natures --- src/schedule-2.0/src/Command/AppInitCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/schedule-2.0/src/Command/AppInitCommand.php b/src/schedule-2.0/src/Command/AppInitCommand.php index 275f753..ee5194d 100644 --- a/src/schedule-2.0/src/Command/AppInitCommand.php +++ b/src/schedule-2.0/src/Command/AppInitCommand.php @@ -57,10 +57,6 @@ class AppInitCommand extends Command $this->insertNature(-100,"Non Travaillé",false); $this->insertNature(-90,"Non Facturable",false); $this->insertNature(-80,"Prestation",false); - $this->insertNature(-70,"Intégration",false); - $this->insertNature(-60,"Formation",false); - $this->insertNature(-50,"Ticket",false); - $this->insertNature(-40,"Maintenance",false); // Création du compte admin si non existant $this->insertUser("admin","admin");