[freeside-commits] freeside/FS/FS Schema.pm,1.203,1.204

Ivan,,, ivan at wavetail.420.am
Tue Mar 30 05:15:52 PDT 2010


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

Modified Files:
	Schema.pm 
Log Message:
employee commission reporting, RT#6991

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -w -d -r1.203 -r1.204
--- Schema.pm	29 Mar 2010 00:23:07 -0000	1.203
+++ Schema.pm	30 Mar 2010 12:15:50 -0000	1.204
@@ -658,10 +658,11 @@
         'addlinfo', 'text', 'NULL', '', '', '',
         'closed',    'char', 'NULL', 1, '', '', 
         'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances
+        'eventnum', 'int', 'NULL', '', '', '', #triggering event for commission
       ],
       'primary_key' => 'crednum',
       'unique' => [],
-      'index' => [ ['custnum'], ['_date'], ['usernum'] ],
+      'index' => [ ['custnum'], ['_date'], ['usernum'], ['eventnum'] ],
     },
 
     'cust_credit_bill' => {



More information about the freeside-commits mailing list