From a45c6d9e1a9f0b17a3b0821fe854115eacaa1eec Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 25 Apr 2016 09:56:16 -0700 Subject: [PATCH] add conditions for customer cancelled packages, RT#42043 --- 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(-) 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 214d44565..d6e25a4f7 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 992bfec4e..7e2a5671c 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, -- 2.11.0