aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-08-18 15:40:39 +0500
committerAbyss777 <abyss@fox5.ru>2017-08-18 15:40:39 +0500
commitf26159a40b3b23fbd63de312f121b1fe1bf64bd1 (patch)
treee11eb5ae16c18feaa24844aae8305de472e140b1 /web/app/view/ReportController.js
parentd1d7d230a0262d9f6ae05f1c4c6718699edb8de3 (diff)
downloadetbsa-traccar-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.gz
etbsa-traccar-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.bz2
etbsa-traccar-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.zip
- Detach common known attributes
- Rename function
Diffstat (limited to 'web/app/view/ReportController.js')
-rw-r--r--web/app/view/ReportController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index 5c052b5..f9dbc03 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -79,7 +79,7 @@ Ext.define('Traccar.view.ReportController', {
hidden: true
});
}
- if (Traccar.app.isVehicleFeaturesDisabled()) {
+ if (Traccar.app.getVehicleFeaturesDisabled()) {
for (i = 0; i < this.summaryColumns.length; i++) {
if (this.summaryColumns[i].dataIndex.match('engineHours|spentFuel')) {
this.summaryColumns[i].hidden = true;