feat : finalisation du tableau d'estimation des poids bovin
All checks were successful
Auto Tag Develop / tag (push) Successful in 7s

This commit is contained in:
2026-02-26 08:41:56 +01:00
parent e31bdce713
commit 624591c096
4 changed files with 58 additions and 100 deletions

View File

@@ -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;
}
/**