You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pg...@apache.org on 2015/11/09 22:33:59 UTC

svn commit: r1713544 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java

Author: pgil
Date: Mon Nov  9 21:33:59 2015
New Revision: 1713544

URL: http://svn.apache.org/viewvc?rev=1713544&view=rev
Log:

OFBIZ-6714 Removing unexplained TODO from Manufacturing services
Removing old unexplained TODO.
Thanks Pierre Smits for the patch

Modified:
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java

Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java?rev=1713544&r1=1713543&r2=1713544&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java (original)
+++ ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java Mon Nov  9 21:33:59 2015
@@ -409,7 +409,7 @@ public class ProductionRun {
             taskTime = task.getDouble("estimatedMilliSeconds").doubleValue();
         }
         totalTaskTime = (setupTime + taskTime * quantity.doubleValue());
-        // TODO
+
         if (task.get("estimateCalcMethod") != null) {
             String serviceName = null;
             try {