[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.32.2.4, 1.32.2.5

Ivan,,, ivan at wavetail.420.am
Mon Jun 16 18:44:03 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv29295

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_main.cgi 
Log Message:
have agent_custid editing now

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.32.2.4
retrieving revision 1.32.2.5
diff -u -d -r1.32.2.4 -r1.32.2.5
--- cust_main.cgi	27 Mar 2008 22:04:01 -0000	1.32.2.4
+++ cust_main.cgi	17 Jun 2008 01:44:00 -0000	1.32.2.5
@@ -59,9 +59,6 @@
   } fields('cust_main')
 } );
 
- delete( $new->hashref->{'agent_custid'} )
-   unless $new->hashref->{'agent_custid'};
-
 if ( defined($cgi->param('same')) && $cgi->param('same') eq "Y" ) {
   $new->setfield("ship_$_", '') foreach qw(
     last first company address1 address2 city county state zip



More information about the freeside-commits mailing list