From 3a8fb7c865946019ceee3254972f9275c539b9d2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 20 Mar 2012 11:51:08 -0700 Subject: [PATCH] clarify description, RT#17035 --- FS/FS/part_event/Condition/cust_bill_has_service.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_event/Condition/cust_bill_has_service.pm b/FS/FS/part_event/Condition/cust_bill_has_service.pm index 80c47cf52..61e32ce3d 100644 --- a/FS/FS/part_event/Condition/cust_bill_has_service.pm +++ b/FS/FS/part_event/Condition/cust_bill_has_service.pm @@ -6,7 +6,7 @@ use FS::cust_bill; use base qw( FS::part_event::Condition ); sub description { - 'Invoice is billing for certain service definitions'; + 'Invoice is billing for (any of) certain service definitions'; } sub eventtable_hashref { -- 2.20.1