dolibarr_project_timesheet icon indicating copy to clipboard operation
dolibarr_project_timesheet copied to clipboard

Error in AttendanceEvent.class.php

Open tronx2100 opened this issue 1 year ago • 0 comments

pleas change the code line 973 ff to prevent error
// automatic unserialisation based on match between property name and key value if (isset($array) && is_array($array) && !is_null($array)) { foreach ($array as $key => $value) { if (property_exists($this, $key)) { $this->{$key} = $value; } } }

tronx2100 avatar Jun 13 '23 11:06 tronx2100