Edit reservations

This commit is contained in:
Juan Pablo Vial
2025-11-09 17:50:46 -03:00
parent 2edcdacbe0
commit 270a07bb77
2 changed files with 291 additions and 0 deletions

View File

@ -102,6 +102,7 @@
</div>
@include('ventas.reservations.modal.add')
@include('ventas.reservations.modal.edit')
@include('ventas.reservations.modal.comment')
@endsection
@ -793,6 +794,7 @@
this.show.projects()
this.components.modals.add = new AddReservationModal(configuration.ids.projects)
this.components.modals.edit = new EditReservationModal()
this.components.modals.comment = new CommentModal()
const project_id = {{ $project_id ?? 'null' }};