diff options
| author | Mark Wells <mark@freeside.biz> | 2012-10-10 12:22:41 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-10-10 12:22:41 -0700 |
| commit | 4dcede787a49e94f502b29d2c2fb42cc130c6aff (patch) | |
| tree | 47bb383013d5c810b44ed0d2d8ec60792f3ee5ff /httemplate/elements | |
| parent | f5399ba1d6f13748fa61d24ecb40164fb8945b81 (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, |
