Compare commits
2 Commits
990a62fe16
...
7e625cd5a5
Author | SHA1 | Date | |
---|---|---|---|
7e625cd5a5 | |||
34280dbbea |
@ -144,7 +144,7 @@ WHERE day=?",
|
|||||||
|
|
||||||
let mut ret = Vec::new();
|
let mut ret = Vec::new();
|
||||||
for event in events {
|
for event in events {
|
||||||
let cox = Registration::all_cox(db, event.trip_details_id).await;
|
let cox = Registration::all_cox(db, event.id).await;
|
||||||
let mut trip_type = None;
|
let mut trip_type = None;
|
||||||
if let Some(trip_type_id) = event.trip_type_id {
|
if let Some(trip_type_id) = event.trip_type_id {
|
||||||
trip_type = TripType::find_by_id(db, trip_type_id).await;
|
trip_type = TripType::find_by_id(db, trip_type_id).await;
|
||||||
|
Loading…
Reference in New Issue
Block a user