[freeside-commits] freeside/httemplate/edit part_virtual_field.cgi,
1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Thu Sep 14 12:33:50 PDT 2006
- Previous message: [freeside-commits]
freeside/httemplate/edit/process generic.cgi, 1.3, 1.4
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.28,
1.29 cust_credit_bill_pkg.pm, 1.1, 1.2 cust_bill_pay_pkg.pm,
1.1, 1.2 cust_bill_ApplicationCommon.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv31009
Modified Files:
part_virtual_field.cgi
Log Message:
don't promise virtual fields on tables we can't deliver them on. virtual fields suck anyway, they should be real database fields
Index: part_virtual_field.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_virtual_field.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- part_virtual_field.cgi 23 Aug 2006 22:25:37 -0000 1.5
+++ part_virtual_field.cgi 14 Sep 2006 19:33:48 -0000 1.6
@@ -53,7 +53,8 @@
<SELECT SIZE=1 NAME="dbtable">
%
% my $dbdef = dbdef; # ick
-% foreach my $dbtable (sort { $a cmp $b } $dbdef->tables) {
+% #foreach my $dbtable (sort { $a cmp $b } $dbdef->tables) {
+% foreach my $dbtable (qw( svc_broadband )) {
% if ($dbtable !~ /^h_/
% and $dbdef->table($dbtable)->primary_key) {
- Previous message: [freeside-commits]
freeside/httemplate/edit/process generic.cgi, 1.3, 1.4
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.28,
1.29 cust_credit_bill_pkg.pm, 1.1, 1.2 cust_bill_pay_pkg.pm,
1.1, 1.2 cust_bill_ApplicationCommon.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list