Merge branch 'develop' into feat/256-reception-etape-3-bovin

# Conflicts:
#	.idea/workspace.xml
This commit is contained in:
2026-02-05 10:27:45 +01:00
11 changed files with 307 additions and 87 deletions

View File

@@ -10,6 +10,7 @@ export async function getReceptionList(isValid: boolean|null = null) {
})
}
export async function getReception(id: number) {
const api = useApi()
return api.get<ReceptionData>(`receptions/${id}`, {}, {