From: Ivan Kohler Date: Tue, 20 Mar 2012 18:51:06 +0000 (-0700) Subject: clarify description, RT#17035 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=41d528f2db67da268ba2a300f5fa9f57bb9ce96c clarify description, RT#17035 --- 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 {