Skip to content

Commit

Permalink
Update interface_99_modCTPT_CTPTTriggers.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikf authored Dec 24, 2022
1 parent b68134d commit 1add7fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/triggers/interface_99_modCTPT_CTPTTriggers.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
/* Copyright (C) 2022 SuperAdmin
/* Copyright (C) 2022 Nick Fragoulis
* Copyright (C) 2022 Nikos Drosis <[email protected]>
*
* 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
Expand Down Expand Up @@ -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';
}

Expand Down

0 comments on commit 1add7fa

Please sign in to comment.