UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 08:47:20 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Feb 2015 08:47:20 +0000 (16:47 +0800)
UpdateDatabase.php

index 5d3fbe5..edad096 100644 (file)
@@ -237,8 +237,7 @@ class Pman_Xtuple_UpdateDatabase extends Pman_Core_UpdateDatabase
         $this->updateMetricValue();
         
          $this->addAccounts();
-        $this->addBankAccounts();
-        
+         
         
         
     }
@@ -283,25 +282,6 @@ class Pman_Xtuple_UpdateDatabase extends Pman_Core_UpdateDatabase
     
     
     
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    /*
-    
-    function updateData($k='')
-    {
-        
-        
-    }
-    */
      
     
      
@@ -312,6 +292,7 @@ class Pman_Xtuple_UpdateDatabase extends Pman_Core_UpdateDatabase
             return;
         }
         
+        // this might want to be configurable -- so that we could use different 'base files' for the accounts..
         require_once 'File/Convert.php';
         $cp = $this->tempName('xls');
         copy(dirname(__FILE__).'/Setup/accounts_sample.xls', $cp);