[freeside-commits] branch master updated. c47980a8d9e1b83a80232674a57a875e319f9643

Jonathan Prykop jonathan at 420.am
Tue Jan 5 21:29:55 PST 2016


The branch, master has been updated
       via  c47980a8d9e1b83a80232674a57a875e319f9643 (commit)
      from  9ee7f636a8d23de9634561c9a6aae1e79453b2e5 (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 c47980a8d9e1b83a80232674a57a875e319f9643
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue Jan 5 23:29:42 2016 -0600

    RT#38671: Do not include charges and credits from failed signup processing [v4 only, default reason type]

diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 6803a21..3ee6d47 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -229,7 +229,7 @@ sub void {
   unless (ref($reason) || !$reason) {
     $reason = FS::reason->new_or_existing(
       'class'  => 'I',
-      'type'   => 'Void invoice',
+      'type'   => 'Invoice void',
       'reason' => $reason
     );
   }
diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm
index d3290bf..e7860e0 100644
--- a/FS/FS/cust_bill_pkg.pm
+++ b/FS/FS/cust_bill_pkg.pm
@@ -338,7 +338,7 @@ sub void {
   unless (ref($reason) || !$reason) {
     $reason = FS::reason->new_or_existing(
       'class'  => 'I',
-      'type'   => 'Void invoice',
+      'type'   => 'Invoice void',
       'reason' => $reason
     );
   }

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

Summary of changes:
 FS/FS/cust_bill.pm     |    2 +-
 FS/FS/cust_bill_pkg.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list