add USDOT reactivation service ($149) + map inactive status to reactivation CTA
- New service: usdot-reactivation — filed via ask.fmcsa.dot.gov (sub-cat 302) - Inactive carriers see 'PW can handle reactivation, no Login.gov needed' - Compliance checker maps inactive operating status to reactivation service
This commit is contained in:
parent
2b8e2cf7ea
commit
b106a88e90
3 changed files with 8 additions and 1 deletions
|
|
@ -334,6 +334,7 @@ Send reset link
|
|||
else if (data.phy_state === "NM") recommendedServices.push("nm-weight-distance");
|
||||
else if (data.phy_state === "CT") recommendedServices.push("ct-highway-use-fee");
|
||||
}
|
||||
if (c.id === "operating_status") recommendedServices.push("usdot-reactivation");
|
||||
if (c.id === "state_carrier_permit" && data.phy_state === "CA") recommendedServices.push("ca-mcp-carb");
|
||||
if (c.id === "intrastate_authority") recommendedServices.push("intrastate-authority");
|
||||
if (c.id === "corporate_compliance") recommendedServices.push("annual-report-filing");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue