diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-20 11:51:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-20 11:51:06 -0700 |
commit | 41d528f2db67da268ba2a300f5fa9f57bb9ce96c (patch) | |
tree | b8177d811308c7ccb9eb15a09f444d3611b7e060 | |
parent | 77c039757aa4733b1498bdfe25ab287f60698c72 (diff) |
clarify description, RT#17035
-rw-r--r-- | FS/FS/part_event/Condition/cust_bill_has_service.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |