Skip to content

Commit

Permalink
Merge pull request Evarisk#500 from nicolas-eoxia/fix_dolibarr_18
Browse files Browse the repository at this point in the history
Evarisk#498 [Class] fix: dolibarr 18 typage
  • Loading branch information
nicolas-eoxia authored Aug 28, 2023
2 parents 30e8b0d + fe8a808 commit 912d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/timesheet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class TimeSheet extends SaturneObject
/**
* @var string Field with ID of parent key if this object has a parent.
*/
public string $fk_element = 'fk_timesheet';
public $fk_element = 'fk_timesheet';

/**
* @var string Name of subtable class that manage subtable lines.
Expand Down

0 comments on commit 912d78e

Please sign in to comment.