freeside/httemplate/edit part_svc.cgi,1.42,1.43
ivan
ivan at pouncequick.420.am
Thu Sep 16 06:22:57 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv3673/httemplate/edit
Modified Files:
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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- part_svc.cgi 9 Sep 2004 12:04:53 -0000 1.42
+++ part_svc.cgi 16 Sep 2004 13:22:51 -0000 1.43
@@ -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