Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction de la modification d'inscription #1569

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

agallou
Copy link
Member

@agallou agallou commented Dec 8, 2024

Nous avions une erreur 500 lors de la modification d'une inscription.

Cela car il manquait un espace avant le where.

En effet, nous nous retrouvions avec une requête comme celui-ci :

 facturation='0', transport_mode=10, transport_distance=0WHERE id=16411

On corrige cela en ajoutant un espace.

Nous avions une erreur 500 lors de la modification d'une inscription.

Cela car il manquait un espace avant le where.

En effet, nous nous retrouvions avec une requête comme celui-ci :

```
 facturation='0', transport_mode=10, transport_distance=0WHERE id=16411
```

On corrige cela en ajoutant un espace.
@agallou agallou merged commit 81fa29e into master Dec 8, 2024
8 checks passed
@agallou agallou deleted the fix_modification_inscription branch December 8, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants