feat : finalisation du tableau d'estimation des poids bovin
All checks were successful
Auto Tag Develop / tag (push) Successful in 7s
All checks were successful
Auto Tag Develop / tag (push) Successful in 7s
This commit is contained in:
@@ -150,11 +150,7 @@ final readonly class BuildingCaseWeightsReportProvider implements ProviderInterf
|
||||
|
||||
private function resolveDailyGainKg(?string $breedCode): float
|
||||
{
|
||||
return match ($breedCode) {
|
||||
'34' => 1.3, // Limousin
|
||||
'38' => 1.5, // Charolais
|
||||
default => 1.4, // Other breeds
|
||||
};
|
||||
return 1.3;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user