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

index 3800e94..91a5677 100644 (file)
@@ -2000,7 +2000,7 @@ sub change {
       return "modifying package: $error";
     } else {
       $dbh->commit if $oldAutoCommit;
-      return '';
+      return $self;
     }
   }