summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-07-16 23:45:24 +0000
committerivan <ivan>2010-07-16 23:45:24 +0000
commit556b8e9650155e74416496238cfc0e4abe64c53a (patch)
tree26a6cac98ec8a944361a0d913392eab6abd53b6a /httemplate/edit/process/cust_main.cgi
parent9414a814e49a86a832e4f56ec1a6bcc927f55e6b (diff)
customer tags, RT#9192
Diffstat (limited to 'httemplate/edit/process/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/process/cust_main.cgi2
1 files changed, 2 insertions, 0 deletions
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 )) {