[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.47, 1.48
Ivan,,,
ivan at wavetail.420.am
Sun Mar 27 15:46:40 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv28613/httemplate/edit/process
Modified Files:
cust_main.cgi
Log Message:
better prospect -> customer conversion, RT#7111
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -w -d -r1.47 -r1.48
--- cust_main.cgi 22 Mar 2011 06:00:54 -0000 1.47
+++ cust_main.cgi 27 Mar 2011 22:46:38 -0000 1.48
@@ -160,6 +160,7 @@
$cust_pkg = new FS::cust_pkg ( {
#later 'custnum' => $custnum,
'pkgpart' => $pkgpart,
+ 'locationnum' => scalar($cgi->param('locationnum')),
} );
#$error ||= $cust_pkg->check;
@@ -227,6 +228,7 @@
%hash = ( $cust_pkg => [ $svc ] ) if $cust_pkg;
$error ||= $new->insert( \%hash, \@invoicing_list,
'tax_exemption' => \@tax_exempt,
+ 'prospectnum' => scalar($cgi->param('prospectnum')),
);
my $conf = new FS::Conf;
More information about the freeside-commits
mailing list