Skip to content

Commit

Permalink
imp: Set the default value of Contract time accounting unit to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Dec 6, 2024
1 parent 5f4f4ed commit 53be1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Contract.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function __construct()
$this->maxHours = 10;
$this->startAt = Utils\Time::now();
$this->endAt = Utils\Time::relative('last day of december');
$this->timeAccountingUnit = 0;
$this->timeAccountingUnit = 30;
$this->notes = '';
$this->hoursAlert = 0;
$this->dateAlert = 0;
Expand Down

0 comments on commit 53be1f1

Please sign in to comment.