Index: trunk/grails-app/controllers/ReportController.groovy
===================================================================
--- trunk/grails-app/controllers/ReportController.groovy	(revision 701)
+++ trunk/grails-app/controllers/ReportController.groovy	(revision 706)
@@ -173,4 +173,8 @@
     } // assetRegister
 
+    def equipmentRegisterOhsGsp = {
+        render(view: 'equipmentRegisterOhs')
+    }
+
     def equipmentRegisterOhs = {
 
@@ -178,4 +182,8 @@
         params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL()
         params.currentUser = authService.currentUser
+
+        params.calculateRegulatoryTaskCompletion = true
+        params.startDateString = g.formatDate(format: "EEE, dd-MMM-yyyy", date: params.startDate)
+        params.endDateString = g.formatDate(format: "EEE, dd-MMM-yyyy", date: params.endDate)
 
         def dataModel = assetReportService.getEquipmentRegister(params, RCU.getLocale(request))
