report_doc_pendingCtrl.js edited online with Bitbucket

This commit is contained in:
gandhimathi 2018-08-27 11:21:24 +00:00
parent b126c109b7
commit 5e7efc1f47

View File

@ -355,7 +355,7 @@ app.controller('report_doc_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
assignedTo: myModel.assignedTo,
status: myModel.status,
referedBy: myModel.referedBy,
comments:myModel.comments,
comments:comments,
enquiryStatus:myModel.enquiryStatus,
createdBy: JSON.parse(localStorage.getItem('localObj')).localUserID,