diff options
author | ivan <ivan> | 2011-12-16 06:17:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-16 06:17:42 +0000 |
commit | 3415a5c63a03f57ab79c2c385c03e486b7ae5dbe (patch) | |
tree | f6a9814b3088c3a8fe127c4ffe81c56a9b295b33 /httemplate | |
parent | bbe932f2b25d9b031ef51fcb55a9c667986d0a84 (diff) |
incompatible with translation
Diffstat (limited to 'httemplate')
-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; } |