Skip to content

Commit

Permalink
rev 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed May 29, 2022
1 parent 429f330 commit f500827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions htdocs/timesheet/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
- fix missing subordinates on user reports
- add "all" whenever someone have subordinates
- add date sorting in the pdf reports
- trads updates (visa -> signature + DE fixes)
- adds the buttons on top and bottom of the page
- fix bad report url
- fix foreach js syntax (nicolasb827)


4.5.1
- Fix Project data on reports
Expand Down
2 changes: 1 addition & 1 deletion htdocs/timesheet/core/modules/modtimesheet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct($db)
$this->editor_name = 'Patrick Delcroix';
$this->editor_url = 'https://github.com/delcroip';
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = '4.5.1';
$this->version = '4.5.2';
// 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);
// Where to store the module in setup page(0=common, 1=interface, 2=others, 3=very specific)
Expand Down

0 comments on commit f500827

Please sign in to comment.