summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-06-03 13:39:01 -0700
committerMark Wells <mark@freeside.biz>2015-06-03 13:39:01 -0700
commita563768f26549778585a03835e655e65e2dd6919 (patch)
tree7bf2fa22fac8545cbe082e5424678c5ddefbe17c /FS
parent5d6ffe026e7ac113f619adf4db7561312bf4c72e (diff)
internal API fix, from #20687
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_pkg.pm2
1 files changed, 1 insertions, 1 deletions
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;
}
}