diff options
author | Mark Wells <mark@freeside.biz> | 2012-10-10 12:24:09 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-10-10 12:24:09 -0700 |
commit | 963b977d201a71e85781bcbf6732795728e9fc0f (patch) | |
tree | 19a45ce6aa3c93e848511d15972f1ef81f65d99b /httemplate/elements | |
parent | 64c605834e8674c6ae5a3c7e235e37364826c870 (diff) |
HTML templates for printable form letters, #17349
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-cust_tag.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_tag.html b/httemplate/elements/tr-select-cust_tag.html index 5312644ef..76b1b715d 100644 --- a/httemplate/elements/tr-select-cust_tag.html +++ b/httemplate/elements/tr-select-cust_tag.html @@ -28,7 +28,7 @@ my $cgi = $opt{'cgi'}; my $is_report = $opt{'is_report'}; my @curr_tagnum = (); -if ( $cgi && $cgi->param('error') ) { +if ( $cgi && $cgi->param('tagnum') ) { @curr_tagnum = $cgi->param('tagnum'); } elsif ( $opt{'custnum'} ) { @curr_tagnum = map $_->tagnum, |