aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJan-Piet Mens <jpmens@gmail.com>2017-06-22 21:34:23 +0200
committerJan-Piet Mens <jpmens@gmail.com>2017-06-22 21:34:23 +0200
commit5c6c62c3563e44566bb3ca4ac0fa52682528805e (patch)
tree698c6a98800031fee4e9dece9f91db0126213b48 /templates
parent798e1b7bb58b82945a7a009ae8009f6d8bd00d96 (diff)
downloadtraccar-server-5c6c62c3563e44566bb3ca4ac0fa52682528805e.tar.gz
traccar-server-5c6c62c3563e44566bb3ca4ac0fa52682528805e.tar.bz2
traccar-server-5c6c62c3563e44566bb3ca4ac0fa52682528805e.zip
SMS missing geofence name on enter
Diffstat (limited to 'templates')
-rw-r--r--templates/sms/geofenceEnter.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sms/geofenceEnter.vm b/templates/sms/geofenceEnter.vm
index 9dd861931..debdbf356 100644
--- a/templates/sms/geofenceEnter.vm
+++ b/templates/sms/geofenceEnter.vm
@@ -1 +1 @@
-$device.name has entered geofence $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)
+$device.name has entered geofence $geofence.name at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)