mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 22:01:45 +00:00
cf59b189cf
Add price/currency params to create_place, create_and_assign_place, create_place_accommodation (passed through to createPlace which already persists them). Add price/budget_category to create_transport and create_reservation: price is written to metadata.price (shown on the booking) and a linked budget_items row is created via a new linkBudgetItemToReservation helper in budgetService (also used to de-duplicate the existing route-level logic in routes/reservations.ts). Fixes #1031