diff options
author | ivan <ivan> | 2011-03-28 02:00:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-28 02:00:53 +0000 |
commit | e0a26680d75fc2000bde195eba7946805a3aaa28 (patch) | |
tree | a91f1afc3d19238f260c86fc5e315f7cb07d9bd8 /httemplate/elements | |
parent | e5d67ff80245eec9100e9fdacd94b95aa8157414 (diff) |
finish existing customer dsl order, RT#7111
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/popup_link-cust_main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/popup_link-cust_main.html b/httemplate/elements/popup_link-cust_main.html index 78e50e782..db53ad480 100644 --- a/httemplate/elements/popup_link-cust_main.html +++ b/httemplate/elements/popup_link-cust_main.html @@ -39,8 +39,8 @@ $params->{'action'} .= ( $params->{'action'} =~ /\?/ ? ';' : '?' ). 'custnum='. $params->{'cust_main'}->custnum; -$params->{'action'} .= ';pkgpart='.$params->{'pkgpart'} if $params->{'pkgpart'}; -$params->{'action'} .= ';locationnum='.$params->{'locationnum'} if $params->{'locationnum'}; -$params->{'action'} .= ';svcpart='.$params->{'svcpart'} if $params->{'svcpart'}; +$params->{'action'} .= ";$_=".$params->{$_} + foreach grep $params->{$_}, + qw( lock_pkgpart lock_locationnum qualnum svcpart ); </%init> |