wip: modernized edit flow, fix insurance tier calculation
This commit is contained in:
@@ -96,4 +96,14 @@ class Service
|
||||
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public ?string $description = null;
|
||||
|
||||
/**
|
||||
* Indicates whether this service should be included in insurance eligibility price calculation.
|
||||
*
|
||||
* Maps to XML attribute 'versicherungsberechnung' (J=true, N=false).
|
||||
* When false, this service's price is excluded when determining which insurance
|
||||
* tier is appropriate for a participant.
|
||||
*/
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public bool $includeInInsuranceCalculation = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user