[freeside-commits] freeside/FS/FS/part_event Action.pm,1.4,1.5

Ivan,,, ivan at wavetail.420.am
Tue Aug 11 22:22:10 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event
In directory wavetail.420.am:/tmp/cvs-serv26851/FS/FS/part_event

Modified Files:
	Action.pm 
Log Message:
add pre-bill event stage for late fees, RT#5589

Index: Action.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Action.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Action.pm	29 Oct 2008 20:23:10 -0000	1.4
+++ Action.pm	12 Aug 2009 05:22:07 -0000	1.5
@@ -54,6 +54,19 @@
     };
 }
 
+=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



More information about the freeside-commits mailing list