diff options
Diffstat (limited to 'web/app/model/ReportStop.js')
-rw-r--r-- | web/app/model/ReportStop.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/model/ReportStop.js b/web/app/model/ReportStop.js index c0ca4004..1867f73b 100644 --- a/web/app/model/ReportStop.js +++ b/web/app/model/ReportStop.js @@ -46,5 +46,9 @@ Ext.define('Traccar.model.ReportStop', { }, { name: 'positionId', type: 'int' + }, { + name: 'spentFuel', + type: 'float', + convert: Traccar.AttributeFormatter.getConverter('spentFuel') }] }); |