http://jira.mfd.msk:8088/browse/CLS-795 fix filename
This commit is contained in:
parent
968616c93d
commit
95d0c65b1a
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ public class KSRepLccValueReportBuilder extends CSVReportBuilder<EmptyParams, KS
|
|||
return rows;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getReportFilename(EmptyParams params) {
|
||||
String filename = super.getReportFilename(params);
|
||||
return filename.replaceAll("_REPORT", "");
|
||||
}
|
||||
|
||||
@Override
|
||||
public ReportBuilderType getReportType() {
|
||||
return ReportBuilderType.KS_REP_LCC_VALUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue