diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:15:48 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:15:48 -0700 |
| commit | 671846c7bee35093d62a467236dddfe4706520b3 (patch) | |
| tree | e85f01aabbeb4a7a17d1c28b57ecf9ad7e3cb4a8 /httemplate/elements | |
| parent | 47e67d9852be3ccab87d2993f063e920295d8e65 (diff) | |
| parent | 4c886d5b7b118382dd021636ecb3de2ce275e7c1 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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, |
