[freeside-commits] freeside/httemplate/edit bulk-cust_main_county.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Thu Oct 29 16:37:52 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv27425

Modified Files:
	bulk-cust_main_county.html 
Log Message:
friendlier error message when you select nothing, RT#6445

Index: bulk-cust_main_county.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/bulk-cust_main_county.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bulk-cust_main_county.html	12 Oct 2008 00:54:18 -0000	1.1
+++ bulk-cust_main_county.html	29 Oct 2009 23:37:49 -0000	1.2
@@ -85,7 +85,7 @@
 } else {
   my($query) = $cgi->keywords;
   $query =~ /^([\d,]+)$/
-    or die 'Nothing selected'; #XXX better error when nothing selected
+    or $m->comp('/elements/errorpage-popup.html', 'Nothing selected');
   @taxnum = split(',', $1);
 }
 



More information about the freeside-commits mailing list