DataObjects/Core_curr_rate.php
authorAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 07:43:49 +0000 (15:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 07:43:49 +0000 (15:43 +0800)
DataObjects/Core_curr_rate.php

index fe70cb7..5d48f9d 100644 (file)
@@ -104,6 +104,9 @@ class Pman_Core_DataObjects_Core_curr_rate extends DB_DataObject
                     $ov->update($oo);
                     continue;
                 }
+            } else {
+                // no previous record...
+                $nl->from_dt = '1970-01-01 00:00:00';
             }
             
             // create a new row.
@@ -111,16 +114,12 @@ class Pman_Core_DataObjects_Core_curr_rate extends DB_DataObject
             
             
             
-            
-            
-            
         }
         
         
-        
-        
-        
-        
-        
     }
+    
+    
+    
+    
 }