diff --git a/core/triggers/interface_99_modCTPT_CTPTTriggers.class.php b/core/triggers/interface_99_modCTPT_CTPTTriggers.class.php index f186634..3958d36 100644 --- a/core/triggers/interface_99_modCTPT_CTPTTriggers.class.php +++ b/core/triggers/interface_99_modCTPT_CTPTTriggers.class.php @@ -1,5 +1,6 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -48,10 +49,10 @@ public function __construct($db) $this->db = $db; $this->name = preg_replace('/^Interface/i', '', get_class($this)); - $this->family = "demo"; + $this->family = "financial"; $this->description = "CTPT triggers."; // 'development', 'experimental', 'dolibarr' or version - $this->version = 'development'; + $this->version = '1.0'; $this->picto = 'ctpt@ctpt'; }