[freeside-commits] freeside/FS/FS Schema.pm,1.289,1.290
Erik Levinson
levinse at wavetail.420.am
Sun Apr 24 21:00:05 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS/Report FCC_477.pm,1.2,1.3
- Next message: [freeside-commits] freeside/httemplate/search report_477.html, 1.5, 1.5.2.1 477partVI_census.html, 1.2, 1.2.2.1 477partV.html, 1.3, 1.3.4.1 477partIIB.html, 1.2, 1.2.4.1 477partIIA.html, 1.2, 1.2.4.1 477partIA_summary.html, 1.3, 1.3.2.1 477partIA_detail.html, 1.5, 1.5.2.1 477.html, 1.7, 1.7.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20107/FS/FS
Modified Files:
Schema.pm
Log Message:
FCC form 477 report improvements, RT12089
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -w -d -r1.289 -r1.290
--- Schema.pm 24 Apr 2011 17:04:37 -0000 1.289
+++ Schema.pm 25 Apr 2011 04:00:03 -0000 1.290
@@ -1406,6 +1406,16 @@
'index' => [ ['batchnum'], ['invnum'], ['custnum'] ],
},
+ 'fcc477map' => {
+ 'columns' => [
+ 'formkey', 'varchar', '', '', '', '',
+ 'formvalue', 'text', 'NULL', '', '', '',
+ ],
+ 'primary_key' => 'formkey',
+ 'unique' => [],
+ 'index' => [],
+ },
+
'cust_pkg' => {
'columns' => [
'pkgnum', 'serial', '', '', '', '',
- Previous message: [freeside-commits] freeside/FS/FS/Report FCC_477.pm,1.2,1.3
- Next message: [freeside-commits] freeside/httemplate/search report_477.html, 1.5, 1.5.2.1 477partVI_census.html, 1.2, 1.2.2.1 477partV.html, 1.3, 1.3.4.1 477partIIB.html, 1.2, 1.2.4.1 477partIIA.html, 1.2, 1.2.4.1 477partIA_summary.html, 1.3, 1.3.2.1 477partIA_detail.html, 1.5, 1.5.2.1 477.html, 1.7, 1.7.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list