freeside/FS/bin freeside-queued,1.31,1.32

Ivan Kohler ivan at pouncequick.420.am
Thu Jun 2 02:29:58 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory pouncequick:/tmp/cvs-serv23604/FS/bin

Modified Files:
	freeside-queued 
Log Message:
add ability to search on a date range of invoice events and then reprint or reemail (boy was that a bit more work than i expected), closes: Bug#946

Index: freeside-queued
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-queued,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- freeside-queued	25 Apr 2005 09:33:35 -0000	1.31
+++ freeside-queued	2 Jun 2005 09:29:54 -0000	1.32
@@ -186,7 +186,7 @@
     }
 
     my $eval = "&". $ljob->job. '(@args);';
-    warn "running $eval";
+    warn 'running "&'. $ljob->job. '('. join(', ', @args). ")\n" if $DEBUG;
     eval $eval; #throw away return value?  suppose so
     if ( $@ ) {
       warn "job $eval failed";




More information about the freeside-commits mailing list