merging is now attaching by default, with the old destructive merge operation as...
[freeside.git] / FS / FS / cust_pkg.pm
index d8b6e69..df5a4dc 100644 (file)
@@ -1827,7 +1827,7 @@ sub change {
   my $custnum = $self->custnum;
   if ( $opt->{cust_main} ) {
     my $cust_main = $opt->{cust_main};
-    unless ( $cust_main->custnum) { 
+    unless ( $cust_main->custnum ) { 
       my $error = $cust_main->insert;
       if ( $error ) {
         $dbh->rollback if $oldAutoCommit;