diff --git a/cope2n-api/fwd_api/utils/file.py b/cope2n-api/fwd_api/utils/file.py index 8615ec0..c92a3b0 100644 --- a/cope2n-api/fwd_api/utils/file.py +++ b/cope2n-api/fwd_api/utils/file.py @@ -489,7 +489,7 @@ def dict2xlsx(input: json, _type='report'): 'O': 'average_accuracy_rate.retailer_name', 'P': 'average_processing_time.imei', 'Q': 'average_processing_time.invoice', - 'R': 'preview_process' + 'R': 'preview_progress' } start_index = 5 diff --git a/cope2n-api/report.xlsx b/cope2n-api/report.xlsx index e4cda23..3319dae 100644 Binary files a/cope2n-api/report.xlsx and b/cope2n-api/report.xlsx differ