From: ivan Date: Tue, 23 Jan 2007 06:45:02 +0000 (+0000) Subject: fix PREP payby X-Git-Tag: TRIXBOX_2_6~731 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2c1b370875deb97e56023ba64958c44215ca8902;hp=9883ad9f3c2bb0209390002a11685bb1f8b6d9f0 fix PREP payby --- 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