Fix 20,000 KM bug for SGI. Beta.4 release.

This commit is contained in:
Patrick Fic
2026-05-07 08:20:04 -07:00
parent 946fd03fa6
commit 0292d8b662
3 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ export default function GetJobTarget({ group, v_age, targets, close_date, v_mile
if (job.sgi_rcc) {
return 0;
}
if (v_mileage && v_mileage <= 20000) {
return 0;
}
return sgiTarget?.target || 0;
case "MPI":