add event to api response

This commit is contained in:
Lukas Bockstaller
2026-02-05 14:22:40 +01:00
parent 15abe0a63f
commit cbcd413b35
4 changed files with 43 additions and 10 deletions

View File

@@ -1750,8 +1750,11 @@ List of all order positions
"results": [
{
"id:": 23442
"code": "ABC12",
"event": "sampleconf",
"order": "ABC12",
"positionid": 1,
"canceled": false,
"item": 1345,
...
}
]