incompatible with translation
[freeside.git] / httemplate / view / cust_main / packages / status.html
index e982220..a592549 100644 (file)
@@ -241,7 +241,7 @@ unless ( $part_pkg->is_prepaid ) {
 sub myfreq {
   my $part_pkg = shift;
   my $freq = $part_pkg->freq_pretty;
-  $freq =~ s/ / /g;
+  #$freq =~ s/ / /g;
   $freq;
 }