summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/cust_statement.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_event/Action/cust_statement.pm')
-rw-r--r--FS/FS/part_event/Action/cust_statement.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/part_event/Action/cust_statement.pm b/FS/FS/part_event/Action/cust_statement.pm
index 8d8f127..2d9e877 100644
--- a/FS/FS/part_event/Action/cust_statement.pm
+++ b/FS/FS/part_event/Action/cust_statement.pm
@@ -11,8 +11,9 @@ sub description {
}
sub eventtable_hashref {
- { 'cust_main' => 1, };
- { 'cust_pkg' => 1, };
+ { 'cust_main' => 1,
+ 'cust_pkg' => 1,
+ };
}
sub default_weight {