add conditions for customer cancelled packages, RT#42043
authorIvan Kohler <ivan@freeside.biz>
Mon, 25 Apr 2016 16:56:17 +0000 (09:56 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 25 Apr 2016 16:56:17 +0000 (09:56 -0700)
FS/FS/part_event/Condition/has_pkg_class_cancelled.pm
FS/FS/part_event/Condition/has_pkgpart_cancelled.pm

index 214d445..d6e25a4 100644 (file)
@@ -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 {
index 992bfec..7e2a567 100644 (file)
@@ -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,