mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix bug with memo
This commit is contained in:
parent
b5be2e2f1e
commit
739557814e
@ -389,8 +389,6 @@ class Person {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->memo !== $memo) {
|
if ($this->memo !== $memo) {
|
||||||
$this->getHistoryHelper(self::ACTION_UPDATE)
|
|
||||||
->registerChange('memo', $this->memo, $memo);
|
|
||||||
$this->memo = $memo;
|
$this->memo = $memo;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user