summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-02-28 22:40:41 +0000
committerivan <ivan>2004-02-28 22:40:41 +0000
commit33979d5fd9923e2378bc2239f6c4e6857834fa3f (patch)
tree8806e7b14aea204bb7f38b899dd9e1610a78ce86 /httemplate
parent862e93b33e28428121a611ff5fda048cd9fbcd96 (diff)
style
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/process/cust_main_county-collapse.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main_county-collapse.cgi b/httemplate/edit/process/cust_main_county-collapse.cgi
index 8e67140a8..5da9dea80 100755
--- a/httemplate/edit/process/cust_main_county-collapse.cgi
+++ b/httemplate/edit/process/cust_main_county-collapse.cgi
@@ -3,8 +3,8 @@
my($query) = $cgi->keywords;
$query =~ /^(\d+)$/ or die "Illegal taxnum!";
my $taxnum = $1;
-my $cust_main_county = qsearchs('cust_main_county',{'taxnum'=>$taxnum})
- or die ("Unknown taxnum!");
+my $cust_main_county = qsearchs('cust_main_county', { 'taxnum' => $taxnum } )
+ or die "Unknown taxnum $taxnum";
#really should do this in a .pm & start transaction