summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-06-03 11:51:41 -0700
committerMark Wells <mark@freeside.biz>2015-06-03 11:51:41 -0700
commitf2aed236d3211d83f06a06b3f15320316550608c (patch)
tree9c55a27fc1f0eaf43fb04718dcd133db1a95cedf /FS/FS/cust_pkg.pm
parent4eaa40ac850ad07504efcc34b753b325cf91bfc6 (diff)
internal API fix, from #20687
Diffstat (limited to 'FS/FS/cust_pkg.pm')
-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 3800e94..91a5677 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;
}
}