This commit is contained in:
@@ -62,7 +62,7 @@ def work_order_webapp_url(work_order_id: int) -> str:
|
||||
|
||||
|
||||
def vehicle_profile_webapp_url(vehicle_id: int) -> str:
|
||||
return webapp_url(f"?section=carProfile&car_id={vehicle_id}")
|
||||
return webapp_url(f"car_profile.html?car_id={vehicle_id}")
|
||||
|
||||
|
||||
async def get_work_order(session: AsyncSession, work_order_id: int) -> ServiceVisit:
|
||||
|
||||
Reference in New Issue
Block a user