Remove transport vehicle number from bookings
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
This commit is contained in:
@@ -156,7 +156,6 @@ class BookingFlow(
|
||||
}
|
||||
mode
|
||||
}
|
||||
booking.transportVehicleNumber = request.transportVehicleNumber
|
||||
if (request.notes != null) booking.notes = request.notes
|
||||
booking.updatedAt = now
|
||||
bookingRepo.save(booking)
|
||||
|
||||
Reference in New Issue
Block a user