[freeside-commits] freeside/FS/FS Schema.pm,1.168.2.27,1.168.2.28
Ivan,,,
ivan at wavetail.420.am
Tue Mar 30 05:16:02 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv486
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.168.2.27
retrieving revision 1.168.2.28
diff -u -w -d -r1.168.2.27 -r1.168.2.28
--- Schema.pm 29 Mar 2010 00:24:49 -0000 1.168.2.27
+++ Schema.pm 30 Mar 2010 12:16:00 -0000 1.168.2.28
@@ -655,10 +655,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'] ],
+ 'index' => [ ['custnum'], ['_date'], ['eventnum'] ],
},
'cust_credit_bill' => {
More information about the freeside-commits
mailing list