Skip to content
Snippets Groups Projects
Commit 93bd8489 authored by ynerant's avatar ynerant
Browse files

Amounts are in cents...

parent 24ea4c0a
No related branches found
No related tags found
1 merge request!10Système de droits
Pipeline #7977 passed with warnings with stages
in 4 minutes and 22 seconds
......@@ -324,7 +324,7 @@
"pk": 21,
"fields": {
"model": 42,
"query": "[\"AND\", {\"destination\": [\"club\", \"note\"]}, {\"amount__lte\": {\"F\": [\"ADD\", [\"F\", \"source__balance\"], 50]}}]",
"query": "[\"AND\", {\"destination\": [\"club\", \"note\"]}, {\"amount__lte\": {\"F\": [\"ADD\", [\"F\", \"source__balance\"], 5000]}}]",
"type": "add",
"mask": 2,
"field": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment