Skip to content

Commit

Permalink
4.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Apr 22, 2023
1 parent 4ff0285 commit 00162de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/timesheet/core/modules/modtimesheet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct($db)
$this->editor_url = 'https://github.com/delcroip';
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version

$this->version = '4.6.6';
$this->version = '4.6.7';

// Key used in llx_cons table to save module status enabled/disabled(where timesheet is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
Expand Down Expand Up @@ -216,7 +216,7 @@ public function __construct($db)
$r++;
$this->const[$r] = array("TIMESHEET_TIMESHEET_IMPORT_AGENDA", "int", "0", "Enable the import agenda button");// hours or days
$r++;

//$this->const[2] = array("CONST3", "chaine", "valeur3", "Libelle3");
// Array to add new pages in new tabs
// Example: $this->tabs = array('objecttype:+tabname1:Title1:mylangfile@timesheet:$user->rights->timesheet->read:/timesheet/mynewtab1.php?id=__ID__', // To add a new tab identified by code tabname1
Expand Down

0 comments on commit 00162de

Please sign in to comment.