Add option to export multiple choice answers in orderlists grouped (#1898)

This commit is contained in:
Benjamin Hättasch
2021-01-08 21:36:49 +01:00
committed by GitHub
parent f97c97e661
commit e2461ab475
2 changed files with 23 additions and 5 deletions

View File

@@ -33,6 +33,10 @@ SAMPLE_EXPORTER_CONFIG = {
"name": "include_payment_amounts",
"required": False
},
{
"name": "group_multiple_choice",
"required": False
},
]
}