fixes for budgets

This commit is contained in:
2022-03-03 10:37:10 +01:00
parent ac12e75714
commit 0833bb49ca
13 changed files with 97 additions and 84 deletions

View File

@@ -159,8 +159,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
private $birthdate;
/**
* Read-only field, computed by the database.
*
* @ORM\OneToMany(
* targetEntity=Charge::class,
* mappedBy="person"
@@ -169,8 +167,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
private Collection $budgetCharges;
/**
* Read-only field, computed by the database.
*
* @ORM\OneToMany(
* targetEntity=Resource::class,
* mappedBy="person"