diff options
Diffstat (limited to 'web/app/model/ReportSummary.js')
-rw-r--r-- | web/app/model/ReportSummary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/model/ReportSummary.js b/web/app/model/ReportSummary.js index 2017d164a..39f0c498c 100644 --- a/web/app/model/ReportSummary.js +++ b/web/app/model/ReportSummary.js @@ -34,7 +34,7 @@ Ext.define('Traccar.model.ReportSummary', { name: 'distance', type: 'float' }, { - name: 'motorHours', + name: 'engineHours', type: 'int' }] }); |