mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 20:42:59 +00:00
test
This commit is contained in:
+4
-2
@@ -568,8 +568,10 @@
|
|||||||
const reservationData = {
|
const reservationData = {
|
||||||
driverName: document.getElementById('driverName').value,
|
driverName: document.getElementById('driverName').value,
|
||||||
vehicle: vehicle,
|
vehicle: vehicle,
|
||||||
startDateTime: startDateTime.toISOString(),
|
startDate: startDate,
|
||||||
endDateTime: endDateTime.toISOString(),
|
startTime: startTime,
|
||||||
|
endDate: endDate,
|
||||||
|
endTime: endTime,
|
||||||
purpose: document.getElementById('purpose').value
|
purpose: document.getElementById('purpose').value
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user