Added fullcustomer (Xinonkunde) as addresstype, will create fibu account
This commit is contained in:
@@ -238,7 +238,8 @@ class mfBaseModel {
|
||||
}
|
||||
|
||||
protected function getChangedFields($include_system = false) {
|
||||
if(!$this->_old_data->id) return [];
|
||||
if(!is_object($this->_old_data) || !property_exists($this->_old_data, "id") || !$this->_old_data->id) return [];
|
||||
|
||||
if(!is_object($this->data) || !is_object($this->_old_data)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user