[freeside-commits] freeside/FS/FS/part_event Action.pm, 1.5, 1.6 Condition.pm, 1.11, 1.12

Mark Wells mark at wavetail.420.am
Mon Aug 29 13:50:35 PDT 2011


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

Modified Files:
	Action.pm Condition.pm 
Log Message:
start of svc_acct events, #13202

Index: Action.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Action.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- Action.pm	12 Aug 2009 05:22:07 -0000	1.5
+++ Action.pm	29 Aug 2011 20:50:33 -0000	1.6
@@ -51,6 +51,7 @@
       'cust_bill'      => 1,
       'cust_pkg'       => 1,
       'cust_pay_batch' => 1,
+      'svc_acct'       => 1,
     };
 }
 

Index: Condition.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- Condition.pm	5 Aug 2011 03:27:14 -0000	1.11
+++ Condition.pm	29 Aug 2011 20:50:33 -0000	1.12
@@ -54,6 +54,7 @@
       'cust_pkg'       => 1,
       'cust_pay_batch' => 1,
       'cust_statement' => 1,
+      'svc_acct'       => 1,
     };
 }
 



More information about the freeside-commits mailing list