summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Condition
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-04-25 09:56:16 -0700
committerIvan Kohler <ivan@freeside.biz>2016-04-25 09:56:16 -0700
commita45c6d9e1a9f0b17a3b0821fe854115eacaa1eec (patch)
tree8c4bfe548b4e67c08578da8a004de213e1bd718b /FS/FS/part_event/Condition
parent01ae8e0bf7047cde0b0b96e65a78514363bf4d1f (diff)
add conditions for customer cancelled packages, RT#42043
Diffstat (limited to 'FS/FS/part_event/Condition')
-rw-r--r--FS/FS/part_event/Condition/has_pkg_class_cancelled.pm2
-rw-r--r--FS/FS/part_event/Condition/has_pkgpart_cancelled.pm2
2 files changed, 2 insertions, 2 deletions
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,