diff options
| author | ivan <ivan> | 2005-03-12 14:31:50 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2005-03-12 14:31:50 +0000 |
| commit | b5fbaadb1cb2893660e460a1d4a3cabe02774de7 (patch) | |
| tree | 0f574d67fffe967f98d0bdcac1e69e1fc1fd78c0 /httemplate/view | |
| parent | 40c89f3fd0933be14693b918e045bc21d39d6f01 (diff) | |
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413)
- organize main menu sysadmin section so it is slightly less confusing
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/payment_history.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index 0f3a98702..db01ebbcf 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -50,6 +50,7 @@ foreach my $cust_pay ($cust_main->cust_pay) { my $target = "$payby$payinfo"; $payby =~ s/^BILL$/Check #/ if $payinfo; $payby =~ s/^CHEK$/Electronic check /; + $payby =~ s/^PREP$/Prepaid card /; $payby =~ s/^BILL$//; $payby =~ s/^(CARD|COMP)$/$1 /; my $info = $payby ? " ($payby$payinfo)" : ''; |
