rétablissement clonage pour régler problème accumulation montants versements
FossilOrigin-Name: 782e9e0f8724a42731d25d263730cf203398d4d4e4add5131dcf581d09a06afb
This commit is contained in:
parent
356ad4b6c8
commit
83cc830fb1
3 changed files with 4 additions and 4 deletions
|
|
@ -35,6 +35,7 @@ class Personne
|
|||
|
||||
/**
|
||||
* return copie d'une personne
|
||||
*/
|
||||
public function clone()
|
||||
{
|
||||
return new Personne(
|
||||
|
|
@ -45,7 +46,6 @@ class Personne
|
|||
$this->ville,
|
||||
$this->courriel);
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* ajouter un versement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue