From 41d528f2db67da268ba2a300f5fa9f57bb9ce96c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 20 Mar 2012 11:51:06 -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.11.0