- update date when transfert success
- role partner at creation ok
This commit is contained in:
asus
2024-03-22 19:10:35 +01:00
parent cb9042a746
commit 1fe5379845
4 changed files with 219 additions and 7 deletions

View File

@@ -119,7 +119,6 @@ class PLGNTLS_class {
// SHORTCODES
// OPTIONS
const OPTION_PARTNER_SLUG = ['_name'=>'cipf_partner_slug', 'true'=>'true', 'false'=>'false'];
// MENU
const SLUG_TOOGLE_ADMIN_MENU = ['_name'=>'toogle_admin_menu_url_cipf', 'toggle'=>'toggle', 'show'=>'show', 'hide'=>'hide'];
@@ -134,6 +133,7 @@ class PLGNTLS_class {
const CARD_VALIDITY_TIME = '1 year'; // string : time of validity of the card (ex: '1 month' or '1 year' or '60 days')
const USER_INFO_DATE_FORMAT = 'd/m/Y'; // for user_infos.php (date format : https://www.php.net/manual/fr/datetime.format.php)
const ADMIN_VALIDATE_PROF_FIELD = 'admin_activate_prof_cipf'; // for admin_modif_prof.php
const INPUT_HIDDEN_ROLE = 'cipf_user_role';
private static $_DEBUG_INFOS = false;