Commit 66ca1a7a authored by vpathare's avatar vpathare

dashboard reports related changes for battery usage

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184423 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5c47ae86
......@@ -365,10 +365,11 @@ public class EDetailingReportEJB extends ValidatorEJB implements EDetailingRepor
if( totalMili< 60000 )
{
totalMinute = (totalMili / 1000);
minutes = (totalMili / 1000);
String strTime = "0"+"."+minutes;
totalMinute = Double.parseDouble( strTime );
jsonObject.put( "content_duration", totalMinute );
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment