[freeside-commits] branch FREESIDE_3_BRANCH updated. a563768f26549778585a03835e655e65e2dd6919

Mark Wells mark at 420.am
Wed Jun 3 13:40:40 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  a563768f26549778585a03835e655e65e2dd6919 (commit)
      from  5d6ffe026e7ac113f619adf4db7561312bf4c72e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a563768f26549778585a03835e655e65e2dd6919
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Jun 3 13:39:01 2015 -0700

    internal API fix, from #20687

diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 7845ea8..8bf98e6 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;
     }
   }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_pkg.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list