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/edit/cust_main.cgi | |
| 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/edit/cust_main.cgi')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 91419af5a..3d9aa8002 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -318,6 +318,8 @@ if ( $cgi->param('error') ) { $stateid = ''; $payinfo = ''; + $cgi->param('tagnum', FS::part_tag->default_tags); + if ( $cgi->param('qualnum') =~ /^(\d+)$/ ) { my $qualnum = $1; my $qual = qsearchs('qual', { 'qualnum' => $qualnum } ) |
