freeside/httemplate/edit part_svc.cgi,1.27.4.8,1.27.4.9

ivan ivan at pouncequick.420.am
Thu Sep 16 06:22:58 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv3676/httemplate/edit

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	part_svc.cgi 
Log Message:
add uid to mass duplicate checking on export changes, fix bug in new export editing, error message includes the number of duplicate customers also

Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.27.4.8
retrieving revision 1.27.4.9
diff -u -d -r1.27.4.8 -r1.27.4.9
--- part_svc.cgi	9 Sep 2004 12:05:14 -0000	1.27.4.8
+++ part_svc.cgi	16 Sep 2004 13:22:51 -0000	1.27.4.9
@@ -25,9 +25,9 @@
   } );
   
   my %exportnums =
-    map { $_->exportnum => $cgi->param('exportnum'.$_->exportnum) }
+    map { $_->exportnum => ( $cgi->param('exportnum'.$_->exportnum) || '') }
         qsearch('part_export', {} );
-  
+
   if ( $svcpart ) {
     $error = $new->replace($old, '1.3-COMPAT', [ 'usergroup' ], \%exportnums );
   } else {




More information about the freeside-commits mailing list