aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-07-13 10:02:44 +0500
committerAbyss777 <abyss@fox5.ru>2017-07-13 12:55:55 +0500
commit4c5cfa14db69d4f7687c7187c81a36b959a0f415 (patch)
tree2fcddf4d1fc2a734534ca9e21e751a9ecd2eb7b5 /web/app/view/ReportController.js
parent805d50ac020dec042bfc94a1f17869372f7eff0e (diff)
downloadetbsa-traccar-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.tar.gz
etbsa-traccar-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.tar.bz2
etbsa-traccar-web-4c5cfa14db69d4f7687c7187c81a36b959a0f415.zip
Use driverUniqueId for trips
Diffstat (limited to 'web/app/view/ReportController.js')
-rw-r--r--web/app/view/ReportController.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index b478ae9..7dfeaf3 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -532,9 +532,9 @@ Ext.define('Traccar.view.ReportController', {
dataIndex: 'spentFuel',
renderer: Traccar.AttributeFormatter.getFormatter('spentFuel')
}, {
- text: Strings.reportDriverName,
- dataIndex: 'driverName',
- renderer: Traccar.AttributeFormatter.getFormatter('driverName')
+ text: Strings.sharedDriver,
+ dataIndex: 'driverUniqueId',
+ renderer: Traccar.AttributeFormatter.getFormatter('driverUniqueId')
}],
stopsColumns: [{