show data usage report link only for customers that might have data usage, #42310
[freeside.git] / FS / FS / cust_pay.pm
index 6676317..d45d2e3 100644 (file)
@@ -96,7 +96,7 @@ Payment Type (See L<FS::payinfo_Mixin> for valid values)
 
 Payment Information (See L<FS::payinfo_Mixin> for data format)
 
-=item cardtype
+=item paycardtype
 
 Credit card type, if appropriate; autodetected.
 
@@ -1248,9 +1248,9 @@ sub _upgrade_data {  #class method
   }
 
   ###
-  # set cardtype
+  # don't set paycardtype until 4.x
   ###
-  $class->upgrade_set_cardtype;
+  #$class->upgrade_set_cardtype;
 
 }