mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
first implementation of the command
This commit is contained in:
@@ -162,7 +162,7 @@ class Person implements HasCenterInterface {
|
||||
* @param accompanyingPeriod
|
||||
* @throws \Exception if two lines of the accompanying period are open.
|
||||
*/
|
||||
public function close(AccompanyingPeriod $accompanyingPeriod)
|
||||
public function close(AccompanyingPeriod $accompanyingPeriod = null)
|
||||
{
|
||||
$this->proxyAccompanyingPeriodOpenState = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user