freeside/FS/bin freeside-setup,1.38,1.39
ivan
ivan at pouncequick.420.am
Tue Oct 26 04:26:37 PDT 2004
- Previous message: freeside/FS/FS part_pkg_option.pm,NONE,1.1 part_pkg.pm,1.25,1.26 Record.pm,1.89,1.90 cust_main.pm,1.162,1.163 part_export.pm,1.96,1.97 cust_pkg.pm,1.47,1.48 CGI.pm,1.26,1.27 Conf.pm,1.107,1.108
- Next message: freeside/httemplate/docs upgrade10.html,1.32,1.33 schema.html,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory pouncequick:/tmp/cvs-serv3074/FS/bin
Modified Files:
freeside-setup
Log Message:
modular price plans!
Index: freeside-setup
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-setup,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- freeside-setup 16 Oct 2004 10:15:01 -0000 1.38
+++ freeside-setup 26 Oct 2004 11:26:34 -0000 1.39
@@ -1148,7 +1148,17 @@
'index' => [ ['paynum'], ['refundnum'] ],
},
-
+ 'part_pkg_option' => {
+ 'columns' => [
+ 'optionnum', 'serial', '', '',
+ 'pkgpart', 'int', '', '',
+ 'optionname', 'varchar', '', $char_d,
+ 'optionvalue', 'text', 'NULL', '',
+ ],
+ 'primary_key' => 'optionnum',
+ 'unique' => [],
+ 'index' => [ [ 'pkgpart' ], [ 'optionname' ] ],
+ },
);
- Previous message: freeside/FS/FS part_pkg_option.pm,NONE,1.1 part_pkg.pm,1.25,1.26 Record.pm,1.89,1.90 cust_main.pm,1.162,1.163 part_export.pm,1.96,1.97 cust_pkg.pm,1.47,1.48 CGI.pm,1.26,1.27 Conf.pm,1.107,1.108
- Next message: freeside/httemplate/docs upgrade10.html,1.32,1.33 schema.html,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list