mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
* Timesheet: Fix update via import without category or status cleared original
This commit is contained in:
parent
5b115ec7d5
commit
32267f02c8
@ -72,6 +72,10 @@ class timesheet_egw_record implements importexport_iface_egw_record
|
||||
$this->timesheetentry[$_attribute_name] = $data;
|
||||
}
|
||||
|
||||
public function __unset($_attribute_name)
|
||||
{
|
||||
unset($this->timesheetentry[$_attribute_name]);
|
||||
}
|
||||
/**
|
||||
* converts this object to array.
|
||||
* @abstract We need such a function cause PHP5
|
||||
|
Loading…
Reference in New Issue
Block a user