improve CDR usage presentation
[freeside.git] / FS / FS / Upgrade.pm
index 6794f4d..b4c79ea 100644 (file)
@@ -103,6 +103,9 @@ sub upgrade_data {
     #remove bad pending records
     'cust_pay_pending' => [],
 
+    #replace invnum and pkgnum with billpkgnum
+    'cust_bill_pkg_detail' => [],
+
   ;
 
   \%hash;