merging is now attaching, RT#22185
[freeside.git] / FS / FS / cust_pkg.pm
index df5a4dc..4464aa5 100644 (file)
@@ -1837,6 +1837,8 @@ sub change {
     $custnum = $cust_main->custnum;
   }
 
+  $hash{'contactnum'} = $opt->{'contactnum'} if $opt->{'contactnum'};
+
   # Create the new package.
   my $cust_pkg = new FS::cust_pkg {
     custnum        => $custnum,