[freeside-commits] freeside/bin 21add, 1.2, NONE 21commit, 1.2, NONE cust_main-show_geocoding, 1.1, 1.2 test-event, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Fri Aug 5 12:19:08 PDT 2011


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

Modified Files:
	cust_main-show_geocoding test-event 
Removed Files:
	21add 21commit 
Log Message:
remove these so they're not accidentally used

Index: test-event
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/test-event,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- test-event	30 Mar 2011 19:55:35 -0000	1.1
+++ test-event	5 Aug 2011 19:19:06 -0000	1.2
@@ -26,6 +26,8 @@
 
 my $cust_event = $part_event->new_cust_event($object);
 
+print "\n";
+
 ###
 # specifics
 ###
@@ -33,6 +35,10 @@
 my @conditions = $part_event->part_event_condition;
 foreach my $condition ( @conditions ) {
   my $sat = $condition->condition( $object, 'cust_event' => $cust_event );
+
+  my $sql = $condition->condition_sql();
+  
+
   print $condition->conditionname. '.pm: '.
         ( $sat ? "satisfied\n" : "NOT SATISFIED\n" );
 
@@ -50,8 +56,6 @@
 # overall
 ###
 
-print "\n";
-
 my $run = $cust_event->test_conditions;
 
 print "\n". $part_event->eventpart.': '. $part_event->event.

Index: cust_main-show_geocoding
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/cust_main-show_geocoding,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- cust_main-show_geocoding	19 Jul 2011 21:03:49 -0000	1.1
+++ cust_main-show_geocoding	5 Aug 2011 19:19:06 -0000	1.2
@@ -31,3 +31,6 @@
 
   print "$output\n";
 }
+
+1;
+

--- 21commit DELETED ---

--- 21add DELETED ---



More information about the freeside-commits mailing list