diff options
Diffstat (limited to 'web/app/model/ReportSummary.js')
-rw-r--r-- | web/app/model/ReportSummary.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/ReportSummary.js b/web/app/model/ReportSummary.js index 7821e1c00..39f0c498c 100644 --- a/web/app/model/ReportSummary.js +++ b/web/app/model/ReportSummary.js @@ -33,5 +33,8 @@ Ext.define('Traccar.model.ReportSummary', { }, { name: 'distance', type: 'float' + }, { + name: 'engineHours', + type: 'int' }] }); |