diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-12 11:19:34 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-12 11:19:34 +0500 |
commit | 8fa931a45755b14f61bcc699296337efefc46160 (patch) | |
tree | 8c7e35ccf1ec4accb2d08254c0696a418876e2bb /web/app/model/ReportSummary.js | |
parent | f934efecd57261a88efa122f7db5defc6adc43f1 (diff) | |
download | trackermap-server-8fa931a45755b14f61bcc699296337efefc46160.tar.gz trackermap-server-8fa931a45755b14f61bcc699296337efefc46160.tar.bz2 trackermap-server-8fa931a45755b14f61bcc699296337efefc46160.zip |
- Fixed casting ignition object to boolean
- Renamed motorHours to engineHours
- Changed engine hours formatter to just hours
- Added previously missed license headers to reports
- Added Andrey Kunitsyn to some license headers
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' }] }); |