[freeside-commits] freeside/FS/FS Schema.pm,1.239.2.38,1.239.2.39
Erik Levinson
levinse at wavetail.420.am
Sun May 8 13:09:09 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1380/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Schema.pm
Log Message:
implement condition_sql for FS::part_event::Condition::cust_bill_hasnt_noauto, RT12714
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.239.2.38
retrieving revision 1.239.2.39
diff -u -w -d -r1.239.2.38 -r1.239.2.39
--- Schema.pm 3 May 2011 21:51:14 -0000 1.239.2.38
+++ Schema.pm 8 May 2011 20:09:07 -0000 1.239.2.39
@@ -1347,7 +1347,7 @@
[ 'usernum' ], [ 'agent_pkgid' ],
['order_date'], [ 'start_date' ], ['setup'], ['bill'],
['last_bill'], ['susp'], ['adjourn'], ['cancel'],
- ['expire'], ['contract_end'], ['change_date'],
+ ['expire'], ['contract_end'], ['change_date'], ['no_auto'],
],
},
@@ -1526,7 +1526,7 @@
'primary_key' => 'pkgpart',
'unique' => [],
'index' => [ [ 'promo_code' ], [ 'disabled' ], [ 'classnum' ],
- [ 'agentnum' ],
+ [ 'agentnum' ], ['no_auto'],
],
},
More information about the freeside-commits
mailing list