From 27ca7447dd2ef3fc35767a1494d0b1c0f0c2d79b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 16 Jul 2010 23:46:39 +0000 Subject: customer tags, RT#9192 --- httemplate/edit/process/cust_main.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 1311ba4f3..3158d7bbf 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -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 )) { -- cgit v1.2.1