From: Mark Wells Date: Wed, 3 Jun 2015 18:51:41 +0000 (-0700) Subject: internal API fix, from #20687 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f2aed236d3211d83f06a06b3f15320316550608c internal API fix, from #20687 --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 3800e9469..91a5677f2 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2000,7 +2000,7 @@ sub change { return "modifying package: $error"; } else { $dbh->commit if $oldAutoCommit; - return ''; + return $self; } }