This commit was manufactured by cvs2svn to create tag 'freeside_2_1_1'.
[freeside.git] / httemplate / edit / prospect_main.html
index 8ae76a9..e867907 100644 (file)
@@ -98,7 +98,6 @@ my $m2_error_callback = sub {
               'contactnum' => $cgi->param("contactnum$num"),
               map { $_ => scalar($cgi->param("contactnum${num}_$_")) } @fields,
             };
-            use Data::Dumper; warn Dumper $x;
             $x;
           } else {
             ();
@@ -110,6 +109,6 @@ my $m2_error_callback = sub {
       $cgi->param;
 };
 
-my @agentnums = $FS::CurrentUser::CurrentUser->agentnums;
+#my @agentnums = $FS::CurrentUser::CurrentUser->agentnums;
 
 </%init>