UpdateCurrencyRate.php
[Pman.Core] / UpdateCurrencyRate.php
index 254e469..a8e3a27 100644 (file)
@@ -103,11 +103,11 @@ class Pman_Core_UpdateCurrencyRate extends Pman
                 $this->processCurrRate($this->mapping[$c], $rate, $fromDate, $toDate);
             }
         }
-        
-        if(empty($opts['procedures-only'])){
-            $this->jok("DONE");
-        }
-        
+//        
+//        if(empty($opts['procedures-only'])){
+//            $this->jok("DONE");
+//        }
+//        
         return;
     }