[freeside-commits] freeside/FS/FS payby.pm,1.10,1.11
Ivan,,,
ivan at wavetail.420.am
Mon Jan 22 22:45:04 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv9241
Modified Files:
payby.pm
Log Message:
fix PREP payby
Index: payby.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/payby.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- payby.pm 19 Dec 2006 10:02:06 -0000 1.10
+++ payby.pm 23 Jan 2007 06:45:02 -0000 1.11
@@ -76,6 +76,12 @@
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
More information about the freeside-commits
mailing list