internal API fix, from #20687
authorMark Wells <mark@freeside.biz>
Wed, 3 Jun 2015 20:39:01 +0000 (13:39 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 3 Jun 2015 20:39:01 +0000 (13:39 -0700)
FS/FS/cust_pkg.pm

index 7845ea8..8bf98e6 100644 (file)
@@ -2043,7 +2043,7 @@ sub change {
       return "modifying package: $error";
     } else {
       $dbh->commit if $oldAutoCommit;
-      return '';
+      return $self;
     }
   }