add cust_pay.otaker field; populate it based on history on upgrades, and show the...
[freeside.git] / FS / FS / Upgrade.pm
index 2e4d2b4..90e66d8 100644 (file)
@@ -84,8 +84,10 @@ sub upgrade_data {
     'cust_credit' => [],
 
     #duplicate history records
-    'h_cust_svc' => [],
+    'h_cust_svc'  => [],
 
+    #populate cust_pay.otaker
+    'cust_pay'    => [],
   ;
 
   \%hash;