summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_event/Action.pm')
-rw-r--r--FS/FS/part_event/Action.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/FS/FS/part_event/Action.pm b/FS/FS/part_event/Action.pm
index 57239d7..45219a3 100644
--- a/FS/FS/part_event/Action.pm
+++ b/FS/FS/part_event/Action.pm
@@ -54,6 +54,19 @@ sub eventtable_hashref {
};
}
+=item event_stage
+
+Action classes may define an event_stage method to indicate a preference
+for being run at a non-standard stage of the billing and collection process.
+
+This method may currently return "collect" (the default) or "pre-bill".
+
+=cut
+
+sub event_stage {
+ 'collect';
+}
+
=item option_fields
Action classes may define an option_fields method to indicate that they