From: Mark Wells Date: Wed, 3 Jun 2015 20:39:01 +0000 (-0700) Subject: internal API fix, from #20687 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a563768f26549778585a03835e655e65e2dd6919 internal API fix, from #20687 --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 7845ea805..8bf98e64f 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2043,7 +2043,7 @@ sub change { return "modifying package: $error"; } else { $dbh->commit if $oldAutoCommit; - return ''; + return $self; } }