Fix 20,000 KM bug for SGI. Beta.4 release.
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user