[freeside-commits] freeside/FS/FS Schema.pm,1.298,1.299
Erik Levinson
levinse at wavetail.420.am
Sun May 8 13:09:07 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1372/FS/FS
Modified Files:
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.298
retrieving revision 1.299
diff -u -w -d -r1.298 -r1.299
--- Schema.pm 3 May 2011 21:50:44 -0000 1.298
+++ Schema.pm 8 May 2011 20:09:05 -0000 1.299
@@ -1452,7 +1452,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'],
],
},
@@ -1631,7 +1631,7 @@
'primary_key' => 'pkgpart',
'unique' => [],
'index' => [ [ 'promo_code' ], [ 'disabled' ], [ 'classnum' ],
- [ 'agentnum' ],
+ [ 'agentnum' ], ['no_auto'],
],
},
More information about the freeside-commits
mailing list