diff --git a/thanasoft-back/app/Repositories/InterventionRepository.php b/thanasoft-back/app/Repositories/InterventionRepository.php index d153757..64094ff 100644 --- a/thanasoft-back/app/Repositories/InterventionRepository.php +++ b/thanasoft-back/app/Repositories/InterventionRepository.php @@ -82,7 +82,10 @@ class InterventionRepository implements InterventionRepositoryInterface 'practitioners', 'attachments', 'notifications', - 'quote' + 'quote', + 'quote.client', + 'quote.lines', + 'quote.history' ])->findOrFail($id); } diff --git a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue index 2d0a4c7..1f5a411 100644 --- a/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue +++ b/thanasoft-front/src/components/Organism/Agenda/InterventionMultiStepModal.vue @@ -7,28 +7,41 @@ aria-labelledby="interventionModalLabel" aria-hidden="true" > -