Default behavior for report chooser should *not* be form/dropdown
This commit is contained in:
parent
4e892d09ec
commit
69161b7037
|
@ -375,7 +375,7 @@ class ReportOutputView(ExportMasterView):
|
||||||
for r in reports.values()]),
|
for r in reports.values()]),
|
||||||
'use_form': self.rattail_config.getbool(
|
'use_form': self.rattail_config.getbool(
|
||||||
'tailbone', 'reporting.choosing_uses_form',
|
'tailbone', 'reporting.choosing_uses_form',
|
||||||
default=True),
|
default=False),
|
||||||
})
|
})
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
|
Loading…
Reference in a new issue