[freeside-commits] branch FREESIDE_3_BRANCH updated. a74684f5655f4dd9595cd8dc48077fdfe12b22c9

Ivan ivan at 420.am
Mon Apr 25 09:56:18 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  a74684f5655f4dd9595cd8dc48077fdfe12b22c9 (commit)
      from  7b5d2054b431a0fedf269bb98909a3c4cf8e1ba2 (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 a74684f5655f4dd9595cd8dc48077fdfe12b22c9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Apr 25 09:56:17 2016 -0700

    add conditions for customer cancelled packages, RT#42043

diff --git a/FS/FS/part_event/Condition/has_pkg_class_cancelled.pm b/FS/FS/part_event/Condition/has_pkg_class_cancelled.pm
index 214d445..d6e25a4 100644
--- a/FS/FS/part_event/Condition/has_pkg_class_cancelled.pm
+++ b/FS/FS/part_event/Condition/has_pkg_class_cancelled.pm
@@ -4,7 +4,7 @@ use base qw( FS::part_event::Condition );
 use strict;
 
 sub description {
-  'Customer has cancelled package with class';
+  'Customer has canceled package with class';
 }
 
 sub eventtable_hashref {
diff --git a/FS/FS/part_event/Condition/has_pkgpart_cancelled.pm b/FS/FS/part_event/Condition/has_pkgpart_cancelled.pm
index 992bfec..7e2a567 100644
--- a/FS/FS/part_event/Condition/has_pkgpart_cancelled.pm
+++ b/FS/FS/part_event/Condition/has_pkgpart_cancelled.pm
@@ -3,7 +3,7 @@ use base qw( FS::part_event::Condition );
 
 use strict;
 
-sub description { 'Customer has cancelled specific package(s)'; }
+sub description { 'Customer has canceled specific package(s)'; }
 
 sub eventtable_hashref {
     { 'cust_main' => 1,

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

Summary of changes:
 FS/FS/part_event/Condition/has_pkg_class_cancelled.pm |    2 +-
 FS/FS/part_event/Condition/has_pkgpart_cancelled.pm   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list