diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-03-20 11:51:08 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-20 11:51:08 -0700 |
| commit | 3a8fb7c865946019ceee3254972f9275c539b9d2 (patch) | |
| tree | 6adfd3dcb421a5ccd2cf8800432e48690d34382a | |
| parent | 33106f75b1cec97c1ced05460bb706a9ee17a317 (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 { |
