Release 1.20.1 (#3317)
- improved timesheet calculator with changesets and priority - calculate and include exported stats (e.g. available in export templates) - added hourly rate column to timesheet listing
This commit is contained in:
@@ -44,4 +44,9 @@ class RateCalculator implements CalculatorInterface
|
||||
$record->setFixedRate($rate->getFixedRate());
|
||||
}
|
||||
}
|
||||
|
||||
public function getPriority(): int
|
||||
{
|
||||
return 300;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user