fix: preserve AM/PM when dragging reservation; add drag & drop car reordering
Agent-Logs-Url: https://github.com/h/CarReservation/sessions/c5f8f1a2-8a8b-4951-8442-76ce37d906ae Co-authored-by: h <57948770+h@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8542d092fb
commit
85b26ca04e
@@ -224,6 +224,8 @@ export default function ScheduleView({ reloadKey = 0 }) {
|
||||
end_date: newEndDate,
|
||||
customer_name: reservation.customer_name,
|
||||
notes: reservation.notes,
|
||||
start_period: reservation.start_period,
|
||||
end_period: reservation.end_period,
|
||||
});
|
||||
await loadData();
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user