Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(HR setup) fix favorite setup for daily/monthly wtr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Apr 1, 2022
1 parent 9e3f226 commit b31a146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/HumanResources/Setup/Initialize.php
Expand Up @@ -176,6 +176,7 @@ public static function addWTRCorrectionPersistentFilter()
))
));

$commonValues['model'] = HumanResources_Model_MonthlyWTReport::class;
$pfe->createDuringSetup(new Tinebase_Model_PersistentFilter(
array_merge($commonValues, array(
'name' => "Monthly WTR Corretions Requested", // _('Monthly WTR Corretions Requested')
Expand Down

0 comments on commit b31a146

Please sign in to comment.