reports-service: fix number format for netto_sum
This commit is contained in:
parent
0846e6a381
commit
5a0ac8a373
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public class KSRepLccNettoReport {
|
|||
|
||||
@CsvBindByName(column = "NETTO_SUM")
|
||||
@CsvBindByPosition(position = 4)
|
||||
@CsvNumber(value = "#0", writeFormat = "#0")
|
||||
@CsvNumber(value = "#0.00", writeFormat = "#0.00")
|
||||
private BigDecimal nettoSum;
|
||||
|
||||
@CsvBindByName(column = "DATA_TYPE")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue