Add motivation field to organized carpool bookings
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s

This commit is contained in:
Arnaud Delcasse
2025-10-08 18:51:22 +02:00
parent b431d460bf
commit 38cb3c5ad9
8 changed files with 23 additions and 6 deletions

View File

@@ -378,6 +378,8 @@ func BookingFromInternal(b internal.Booking) *CarpoolServiceBooking {
}
}
booking.Motivation = b.Motivation
return booking
}