diff options
| author | ivan <ivan> | 2007-01-23 06:45:02 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-01-23 06:45:02 +0000 | 
| commit | 2c1b370875deb97e56023ba64958c44215ca8902 (patch) | |
| tree | ac24bc4a0a4b846b0c4b0bc95f577cfc12d9aa61 /FS | |
| parent | 9883ad9f3c2bb0209390002a11685bb1f8b6d9f0 (diff) | |
fix PREP payby
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/payby.pm | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index e44ac6a6d..28afd037f 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -76,6 +76,12 @@ tie %hash, 'Tie::IxHash',      shortname => 'Billing',      longname  => 'Billing',    }, +  'PREP' => { +    tinyname  => 'prepaid card', +    shortname => 'Prepaid card', +    longname  => 'Prepaid card', +    cust_main => 'BILL', #this is a payment type only, customers go to BILL... +  },    'CASH' => {      tinyname  => 'cash',      shortname => 'Cash', # initial payment, then billing | 
