[freeside-commits] freeside/httemplate/edit/process cust_main.cgi,
1.17, 1.18
Ivan,,,
ivan at wavetail.420.am
Fri Oct 21 08:21:39 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv1308/httemplate/edit/process
Modified Files:
cust_main.cgi
Log Message:
add CASH and WEST payment types (payments only, not cust_main.payby)
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cust_main.cgi 24 Aug 2005 13:22:27 -0000 1.17
+++ cust_main.cgi 21 Oct 2005 15:21:37 -0000 1.18
@@ -55,6 +55,9 @@
);
}
+$new->setfield('paid', $cgi->param('paid') )
+ if $cgi->param('paid');
+
#perhaps this stuff should go to cust_main.pm
my $cust_pkg = '';
my $svc_acct = '';
More information about the freeside-commits
mailing list