customer tags, RT#9192
[freeside.git] / httemplate / edit / process / cust_main.cgi
index 1311ba4..3158d7b 100755 (executable)
@@ -73,6 +73,8 @@ if ( defined($cgi->param('same')) && $cgi->param('same') eq "Y" ) {
   );
 }
 
+$new->tagnum( [ $cgi->param('tagnum') ] );
+
 my %usedatetime = ( 'birthdate' => 1 );
 
 foreach my $dfield (qw( birthdate signupdate )) {