diff options
author | ivan <ivan> | 2011-12-16 06:17:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-16 06:17:40 +0000 |
commit | 1d3c63a24d02a3b98c550ac98c81698ca6e36184 (patch) | |
tree | 2b4c491770dacfa1d37c5f8e258b81bc535ec5cb | |
parent | 41c4deea5e98dcfa55662b9a9a623902c4ce16ed (diff) |
incompatible with translation
-rw-r--r-- | httemplate/view/cust_main/packages/status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index e982220be..a5925491d 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -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; } |