[freeside-commits] freeside/FS/FS cust_pkg.pm,1.115,1.116

Ivan,,, ivan at wavetail.420.am
Sun Feb 22 02:34:29 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1517

Modified Files:
	cust_pkg.pm 
Log Message:
this would seem to be right, but...?

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- cust_pkg.pm	22 Feb 2009 00:19:01 -0000	1.115
+++ cust_pkg.pm	22 Feb 2009 10:34:26 -0000	1.116
@@ -2424,6 +2424,8 @@
   my $prefix = @_ ? shift : '';
   my $ornull = @_ ? shift : '';
 
+#  $ornull             = $ornull          ? " OR ( ? IS NULL AND $table.${prefix}county IS NULL ) " : '';
+
   $ornull = $ornull ? ' OR ? IS NULL ' : '';
 
   my $or_empty_county = " OR ( ? = '' AND $table.${prefix}county IS NULL ) ";



More information about the freeside-commits mailing list