Add touch for report codes
This commit is contained in:
parent
efcfd787af
commit
fc32542f55
|
@ -38,6 +38,7 @@ class ReportCodeView(MasterView):
|
|||
model_class = model.ReportCode
|
||||
model_title = "Report Code"
|
||||
has_versions = True
|
||||
touchable = True
|
||||
results_downloadable_xlsx = True
|
||||
|
||||
grid_columns = [
|
||||
|
|
Loading…
Reference in a new issue