summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2009-10-29 23:37:49 +0000
committerivan <ivan>2009-10-29 23:37:49 +0000
commit57bf5314e2eb74c4d6c2c653fad2d3a47fac27f5 (patch)
tree9c72b26d27dadc35d53d4d90e86f0d4a421d0ed5 /httemplate
parent1a1e96639a3b47750e48e1d6a102441fa710405a (diff)
friendlier error message when you select nothing, RT#6445
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/bulk-cust_main_county.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/bulk-cust_main_county.html b/httemplate/edit/bulk-cust_main_county.html
index bb57fc5d3..93d9444b8 100644
--- a/httemplate/edit/bulk-cust_main_county.html
+++ b/httemplate/edit/bulk-cust_main_county.html
@@ -85,7 +85,7 @@ if ( $cgi->param('error') ) {
} 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);
}