diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:17:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:17:00 -0700 |
| commit | d18a2d8fcf7dcfcc55ace0461902fa6f1c36228b (patch) | |
| tree | 31157c1764cabe418ec0c941058cd7285e6358a4 /httemplate/elements | |
| parent | b7d5d55cc3cd3fa3437b6ca239768df937605b2b (diff) | |
| parent | 920fcb0f612e3ef64064989d5fb20828f3297218 (diff) | |
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
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, |
